/*
Theme Name: ClickBoutique
Theme URI: http://clickboutique.themes.zone/
Author: Themes Zone
Author URI: http://themes.zone/
Description: ClickBoutique - Responsive WordPress WooCommerce theme
Version: 2.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: clickboutique
Tags: one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, sticky-post, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*
font-family: 'Lato', sans-serif;
font-family: 'Roboto Condensed', sans-serif;
*/

/* CSS Reset */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
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,ins,kbd,q,s,samp,small,strike,strong,
sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,
legend,table,caption,tbody,tfoot,thead,tr,th,td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
audio,
canvas,
video {
    display: inline-block;
    max-width: 100%;
}
html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

/* Global Styles */

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object,
video {
    margin-bottom: 20px;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
}
p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
    margin-bottom: 5px;
}
/* Support a widely-adopted but non-standard selector for text selection styles
 * to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
 */
::selection {
    background: #e1e1e1;
    color: #000;
    text-shadow: none;
}
::-moz-selection {
    background: #e1e1e1;
    color: #000;
    text-shadow: none;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #7d7d7d;
}
:-moz-placeholder {
    color: #7d7d7d;
}
::-moz-placeholder {
    color: #7d7d7d;
}
:-ms-input-placeholder {
    color: #7d7d7d;
}
/* Bootstrap min-height reset */
.row-fluid [class*="span"] {
    min-height: 0;
}
/* Responsive images */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption,
img {
    max-width: 100%;
}
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
img {
    height: auto;
}
img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    max-width: 100%;
    width: 100%;
}
/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
    max-width: 100%;
}
/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
    max-width: 100% !important;
}
/* Assistive text */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    text-transform: none;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}
.hidden {
    visibility: hidden;
}
/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
    clear: both;
}
.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
    content: "";
    display: table;
}


/* Typography */
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: 'Lato', sans-serif;
    color: #7d7d7d;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
}
a {
    color: #454544;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
a:focus {
    outline: 0;
    text-decoration: none;
}
a:hover,
a:active {
    outline: 0;
    text-decoration: none;
    color: #7790b1;
}
.site-content article {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    padding: 3rem 3rem 3rem 10rem;
    padding: 30px 30px 30px 100px;
    position: relative;
    word-wrap: break-word;
}
.site-content .error404 {
    padding: 0;
}
.site-content article .entry-content {
    border-bottom: 2px solid #f1f1f1;
}
.site-content article .entry-content a {
    color: #000;
}
.site-content article .entry-content a:hover,
.site-content article .entry-content a:active {
    color: #849ec1;
}
.text-align-right {
    text-align: right;
}
.text-align-left {
    text-align: left;
}
.text-align-center {
    text-align: center;
}
.text-align-justify {
    text-align: justify;
}
.more-link:before {
    content: "";
    font-family: FontAwesome;
    padding-right: 10px;
    vertical-align: baseline;
    width: 100%;
}
.site-content a.more-link,
.site-content article .entry-content a.more-link,
.more-link {
    color: #454544;
    padding: 10px;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    position: relative;
    display: block;
    cursor: pointer;
    background: #f1f1f1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-top: 25px;
    margin-top: 2.5rem;
    max-width: 135px;
    text-align: center;
}
.site-content article .entry-content a.more-link:hover,
.site-content article .entry-content a.more-link:focus {
    background: #454544;
    color: #fff;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    line-height: 2;
}
.entry-content h1,
.entry-summary h1,
.comment-content h1,
.textwidget h1 {
    font-size: 24px;
    font-size: 2.4rem;
    text-transform: uppercase;
}
.entry-content h2,
.entry-summary h2,
.comment-content h2,
.textwidget h2 {
    font-size: 24px;
    font-size: 2.4rem;
    text-transform: none;
}
.entry-content h3,
.entry-summary h3,
.comment-content h3,
.textwidget h3 {
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: uppercase;
}
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.textwidget h4,
.textwidget h5,
.textwidget h6 {
    font-size: 18px;
    font-size: 1.8rem;
    text-transform: none;
    line-height: 1.2em;
}
.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.comment-content h1:first-child,
.comment-content h2:first-child,
.comment-content h3:first-child,
.comment-content h4:first-child,
.comment-content h5:first-child,
.comment-content h6:first-child,
.textwidget h1:first-child,
.textwidget h2:first-child,
.textwidget h3:first-child,
.textwidget h4:first-child,
.textwidget h5:first-child,
.textwidget h6:first-child {
    margin-top: 0;
}
h3 {
    font-weight: 400;
}
h4 {
    font-weight: 200;
}
address {
    font-style: italic;
    margin: 0 0 15px;
}
abbr[title] {
    border-bottom: 1px dotted #e7e4d9;
    cursor: help;
}
b,
strong {
    font-weight: bold;
}
cite,
dfn,
em,
i {
    font-style: italic;
}
p + p {
    margin: 15px 0 0;
}
code,
kbd,
tt,
var,
samp,
pre {
    font-family: monospace, serif;
    font-size: 16px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}
blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    font-family: FontAwesome;
}
q:before {
    content: "";
    padding-right: 5px;
    color: #7D7D7D;
}
q:after {
    content: "";
    padding-left: 5px;
    color: #7D7D7D;
}
q {
    font-family: inherit;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    margin: 0 0 15px;
    color: #151515;
}
blockquote:before {
    color: #7D7D7D;
    content: "";
    display: block;
    font-family: FontAwesome;
    font-size: 25px;
    font-style: normal;
    left: 15px;
    position: absolute;
    top: 5px;
}
blockquote {
    background-color: #F6F6F6;
    border: 0 none;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    display: block;
    font-style: italic;
    font-weight: normal;
    margin: 20px 0;
    margin: 2rem 0;
    padding: 2rem 2rem 2rem 5rem;
    padding: 20px 20px 20px 50px;
    position: relative;
}
blockquote p {
    margin: 0;
}
pre {
    border: 1px solid #e7e4d9;
    margin: 15px 0;
    max-width: 100%;
    overflow: auto;
    padding: 10px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
mark,
ins {
    background: #91a9c7;
    text-decoration: none;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    color: #fff;
    padding: 0 3px;
}
ul {
    list-style: disc inside none;
    margin: 0 0 15px;
}
ol {
    list-style: decimal inside none;
    margin: 0 0 15px;
}
li > ul,
li > ol {
    margin: 0 0 0 20px;
}
small {
    font-size: smaller;
}
big {
    font-size: 125%;
}
sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    bottom: 1ex;
}
sub {
    top: .5ex;
}
dl {
    margin: 0px;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 0 15px 0;
}
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}
figure {
    margin: 0;
}
fieldset {
    margin: 0 0 20px;
    padding: 0;
    min-width: 0;
}
legend {
    white-space: normal;
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 0 0 20px;
}
del {
    color: #767676;
}
hr {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 23px;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
output {
    display: block;
}
input,
button,
textarea {
    outline: none;
}
.entry-content table,
.comment-content table {
    border-collapse: separate;
    border-image: none;
    border-spacing: 0;
    margin: 1rem 0;
    max-width: 100%;
    overflow: hidden;
    width: 100%;
}
.entry-content table tr,
.comment-content table tr {}
.entry-content table td,
.comment-content table td {
    border-bottom: 2px solid #F1F1F1;
    padding: 8px 8px 8px 20px;
    border-top: 0;
}
.entry-content table th,
.comment-content table th {
    background-color: #F1F1F1;
    color: #3B3B3B;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 8px 8px 20px;
    text-align: left;
    border-top: 0;
}
.entry-content table .label,
.comment-content table .label {
    background-color: transparent;
    border-radius: 0 0 0 0;
    color: #5F6A6D;
    display: table-cell;
    font-weight: normal;
    text-shadow: none;
    margin: 0;
    padding: 5px;
    padding: 0.5rem;
}
.entry-content table caption,
.comment-content table caption {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 24px 0;
    margin: 2.4rem 0;
}


/* Pagebuilder List Styles */
.ig-list-icons {
    margin: 0;
    padding: 0;
}
.ig-list-icons h1,
.ig-list-icons h2,
.ig-list-icons h3,
.ig-list-icons h4,
.ig-list-icons h5,
.ig-list-icons h6 {
    margin: 0;
    padding-bottom: 5px;
}
.ig-list-icons li {
    clear: both;
    list-style-type: none;
    list-style-position: outside;
    margin: 0;
    min-height: 60px;
    overflow: hidden;
    position: relative;
    padding-bottom: 15px;
}
.ig-list-icons .ig-icon-base i {
    position: relative;
}
.ig-list-icons i,
.ig-list-icons i {
    height: auto;
    line-height: 100%;
    margin-top: 0;
    vertical-align: middle;
    width: auto;
}
.ig-list-icons.ig-icon-16 .ig-icon-base i {
    font-size: 14px;
}
.ig-list-icons.ig-icon-24 .ig-icon-base i {
    font-size: 22px;
}
.ig-list-icons.ig-icon-32 .ig-icon-base i {
    font-size: 30px;
}
.ig-list-icons.ig-icon-48 .ig-icon-base i {
    font-size: 46px;
}
.ig-list-icons.ig-icon-64 .ig-icon-base i {
    font-size: 62px;
}
.ig-list-icons .ig-icon-base {
    position: relative;
    z-index: 9;
    text-align: center;
}
.ig-list-icons.ig-shape-circle .ig-icon-base {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}
.ig-list-icons.ig-shape-square .ig-icon-base {
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.ig-list-icons.ig-position-left .ig-icon-base {
    float: left;
    margin-right: 15px;
}
.ig-list-icons.ig-position-right {
    text-align: right;
}
.ig-list-icons.ig-position-right .ig-icon-base {
    float: right;
    margin-left: 15px;
}
.ig-list-content-wrap {
    overflow: hidden;
}
.ig-list-icons.ig-shape-circle.ig-icon-16 .ig-icon-base,
.ig-list-icons.ig-shape-square.ig-icon-16 .ig-icon-base {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.ig-list-icons.ig-shape-circle.ig-icon-24 .ig-icon-base,
.ig-list-icons.ig-shape-square.ig-icon-24 .ig-icon-base {
    width: 45px;
    height: 45px;
    line-height: 42px;
}
.ig-list-icons.ig-icon-32 .ig-icon-base {
    width: 50px;
    height: 50px;
    line-height: 48px;
}
.ig-list-icons.ig-icon-48 .ig-icon-base {
    width: 85px;
    height: 85px;
    line-height: 81px;
}
.ig-list-icons.ig-icon-64 .ig-icon-base {
    width: 100px;
    height: 100px;
    line-height: 98px;
}

/* Text fields & Textareas */
input[type="password"],
input[type="text"],
input[type="email"],
input[type="number"],
input[type="search"],
input.input-text,
textarea {
    border: 1px solid #F1F1F1;
    border-radius: 4px;
    -webkit-borer-radius: 4px;
    color: #7D7D7D;
    height: 36px;
    padding: 0 5px;
    padding: 0 0.5rem;
    font-family: inherit;
    width: 100%;
    max-width: 300px;
    box-shadow: none;
    margin: 0;
    position: relative;
    font-size: inherit;
}
.site-content textarea,
textarea {
    height: 85px;
    line-height: 1.5;
}
input[type="search"] {
    width: -webkit-calc(100% - 85px);
    width: calc(100% - 85px);
    display: inline-block;
    float: left;
}
input[type="search"] + input {
    width: 80px;
    text-align: center;
    padding: 0;
    margin-left: 5px;
    display: inline-block;
    float: left;
}
.woocommerce-product-search:after {
    display: table;
    content: '';
    clear: both;
}
#vscf_name, #vscf_email, #vscf_subject, #vscf_captcha, #vscf_message {
    width: 100%;
    max-width: 100%;
}
#vscf label {
    display: block;
}

/* Checkboxes & Radio Buttons */
.wc_payment_method input[type=radio] {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.wc_payment_method input[type=radio] + label {
    padding-left: 21px;
    height: 18px;
    display: inline-block;
    line-height: 18px;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
}
.wc_payment_method input[type=radio] + label:before {
    display: inline-block;
    font-family: fontAwesome;
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    font-size: 20px;
}
.wc_payment_method input[type=radio] + label:before {
    content: '\f1db';
    color: #ccc;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.wc_payment_method input[type=radio]:checked + label:before {
    content: '\f05d';
    color: #454544;
}
.icr-label {
    position: relative;
    display: inline-block;
}
.icr-hidden {
    position: absolute;
    display: block;
    top: 0; left: 0;
    width: 0; height: 0;
    overflow: hidden;
}
.icr-input {
    position: absolute;
    display: block;
    top: -20px; left: -20px;
}
.icr-text {
    display: inline;
    vertical-align: middle;
}
.icr-item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.icr-label.disabled {
    opacity: 0.5;
}
.icr-label {
    padding-right: 2px;
    margin: 0 5px 5px 0;
}
.icr-item {
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
}
.icr-item.type_radio {
    -moz-border-radius: 18px;
    border-radius: 18px;
}
.icr-label.checked .type_radio:after {
    position: absolute;
    display: block;
    content: "";
    top: 50%; left: 50%;
    width: 8px; height: 8px;
    margin: -4px 0 0 -4px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #999;
}
.icr-item.type_checkbox {
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.icr-label.checked .type_checkbox:before {
    position: absolute;
    display: inline-block;
    content: "\f00c";
    font-family: FontAwesome;
    top: -2px;
    left: 1px;
    height: 18px;
    margin: 0;
    font-size: 14px;
    line-height: 18px;
}
.icr-label:hover .icr-item, .icr-label.checked .icr-item {
    border-color: #454544;
}

/* Buttons */
.pt-dark-button,
.pt-light-button {
    background: none repeat scroll 0 0 #454544;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: none;
    border: 0 none;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0 2rem;
    padding: 0 20px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.18);
    filter: dropshadow(color=#000000, offx=1, offy=1);
    text-transform: uppercase;
    color: #fff;
    font-family: 'Roboto Condensed';
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
}
.pt-light-button {
    background: none repeat scroll 0 0 #f1f1f1;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.18);
    color: #454544;
}
.pt-dark-button:hover,
.pt-dark-button:focus{
    background: #849ec1;
    text-decoration: none;
    color: #fff;
}
.pt-light-button:hover,
.pt-light-button:focus {
    background: #454544;
    color: #fff;
    text-decoration: none;
}
.pt-dark-button:active,
.pt-light-button:active {
    opacity: 0.9;
}
.pt-dark-button.small,
.pt-light-button.small,
.btn.btn-xs {
    font-size: 12px;
    font-size: 1.2rem;
    height: 34px;
    line-height: 34px;
}
.pt-dark-button.medium,
.pt-light-button.medium,
.btn.btn-sm {
    font-size: 16px;
    font-size: 1.6rem;
    height: 38px;
    line-height: 38px;
}
.pt-dark-button.large,
.pt-light-button.large,
.btn.btn-lg {
    font-size: 20px;
    font-size: 2rem;
    height: 46px;
    line-height: 46px;
}
.pt-dark-button.square,
.pt-light-button.square {
    border-radius: 0;
}
.pt-button,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    background: #454544;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: none;
    border: 0 none;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0 1rem;
    padding: 0 15px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.18);
    text-transform: uppercase;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    display: inline-block;
    font-size: inherit;
    cursor: pointer;
}
.pt-button:hover,
.pt-button:focus,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
button:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
    background-color: #849ec1;
    color: #fff;
}
.pt-button:active,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
    opacity: 0.9;
}
#colophon .pt-button,
#colophon button,
#colophon input[type="submit"],
#colophon input[type="button"],
#colophon input[type="reset"] {
    color: #444444;
    background-color: #f7f8f8;
}
#colophon .pt-button:hover,
#colophon button:hover,
#colophon input[type="submit"]:hover,
#colophon input[type="button"]:hover,
#colophon input[type="reset"]:hover {
    color: white;
    background-color: #849ec1;
}
/* Bootstrap Buttons */
.btn {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    margin: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 0 none;
    padding: 0 15px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.18);
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: 0;
}
.btn:hover,
.btn:focus {
    text-decoration: none;
}
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    box-shadow: none;
}
.btn.stand-alone {
    display: block;
}
.btn.rounded {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
}
.btn-default {
    color: #fff;
    background-color: #454544;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
    color: #fff;
    background-color: #849ec1;
}
.btn-primary {
    color: #444444;
    background-color: #f7f8f8;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
    color: white;
    background-color: #454544;
}
.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active {
    color: #ffffff;
    background-color: #47a447;
}
.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active {
    color: #ffffff;
    background-color: #39b3d7;
}
.btn-warning {
    color: #ffffff;
    background-color: #f0ad4e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
    color: #ffffff;
    background-color: #ed9c28;
}
.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active {
    color: #ffffff;
    background-color: #d2322d;
}
.btn-link {
    color: #428bca;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0;
}
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
}

/* Select styles */
.select2-container .select2-choice {
    background-color: transparent;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #7D7D7D;
    padding: 0 35px 0 5px;
    height: 36px;
    line-height: 36px;
    box-shadow: none;
    max-width: 100%;
    width: 100% !important;
}
.select2-container .select2-choice > .select2-chosen {
    margin-right: 38px;
    height: 36px;
    line-height: 36px;
}
.select2-container .select2-choice .select2-arrow:after {
    display: block;
    font-family: FontAwesome;
    border-radius: 0;
    content: "";
    font-size: 12px;
}
.select2-drop,
.select2-drop-active {
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border: 1px solid #f1f1f1 !important;
    color: #7D7D7D !important;
    margin-top: 2px !important;
    background-color: #fff !important;
    overflow: hidden;
}
.select2-search {
    padding: 10px 4px 4px !important;
    background-color: #fff !important;
}
.select2-drop.select2-drop-above.select2-drop-active,
.select2-drop.select2-drop-above {
    border-radius: 4px !important;
    -webkit-border-radius: 4px !important;
    border: 1px solid #f1f1f1 !important;
    color: #7D7D7D !important;
    margin-top: 0 !important;
    margin-bottom: 2px !important;
    background-color: #fff !important;
    overflow: hidden;
}
.select2-container .select2-choice .select2-arrow {
    border-radius: 0;
    width: 25px;
}
.select2-container .select2-choice .select2-arrow b {
    display: none;
}
.select2-results {
    background: #fff !important;
    margin: 0 !important;
    padding: 0 !important;
}
.select2-result-label {
    padding: 7px 0 9px 5px !important;
}
.select2-results li {
    margin: 0 !important;
    padding: 0 !important;
}
.select2-results .select2-highlighted {
    background: #08C !important;
    border-radius: 0 !important;
    color: #fff !important;
}
.select2-drop.select2-drop-above.select2-drop-active .select2-search,
.select2-drop.select2-drop-above .select2-search {
    padding: 4px 4px 10px 4px !important;
}

/* Header elements styles */
header.site-header {
    position: relative;
    z-index: 99999;
}
.home header.site-header:after {
    position: absolute;
    bottom: -4px;
    width: 100%;
    height: 4px;
    background: url('images/theme_img/shdw.png') top left repeat-x transparent;
    content: "";
}
header.site-header .stuck:after {
    position: absolute;
    bottom: -4px;
    width: 100%;
    height: 4px;
    background: url('images/theme_img/shdw.png') top left repeat-x transparent;
    content: "";
}
.logo-wrapper .span12 {
    position: relative;
    display: inline-block;
}
.site-logo {
    padding: 40px 0;
    padding: 4rem 0;
    display: inline-block;
}
.site-logo {
    max-width: 227px;
}
.site-header hgroup.pos-left {
    display: inline-block;
}
.site-header hgroup.pos-right {
    float: right;
    display: inline-block;
}
.site-header hgroup.pos-center {
    text-align: center;
    display: block;
}
.site-header .site-title {
    padding-top: 30px;
    padding-top: 3rem;
    font-size: 2.8rem;
    font-size: 28px;
    text-transform: uppercase;
    color: #000;
    margin: 0;
}
.site-header .site-description {
    font-size: 1.6rem;
    font-size: 16px;
    margin-top: -5px;
    font-weight: normal;
    padding-bottom: 30px;
    padding-bottom: 3rem;
    margin: 0;
}
.site-header .site-title a {
    display: inline-block;
}

/* Header Hgroup Widgets */
.site-header hgroup.pos-right + #aside-logo-container {
    float: left;
}
.site-header hgroup.pos-center + #aside-logo-container {
    float: none;
    display: block;
    margin-top: 0;
    margin-bottom: 30px;
}
.site-header hgroup.pos-center + #aside-logo-container .hgroup-sidebar {
    float: right;
}
#aside-logo-container {
    float: right;
    display: inline-block;
    margin-top: 28px;
}
.site-header .hgroup-sidebar {
    display: inline-block;
    vertical-align: middle;
}
.transparent-header .logo-wrapper {
    background-color: transparent;
    position: absolute;
    width: 100%;
}
.site-header .stuck .hgroup-sidebar {
    margin-top: -3px;
}
.site-header .hgroup-sidebar:after {
    content: '';
    display: block;
    clear: both;
}
.site-header .hgroup-sidebar .widget {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0 none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.site-header .hgroup-sidebar .widget .pt-widget-socials li {
    margin-left: 5px;
}

/* Navigation Menu Styling */
.primary-aside.span12,
.bottom-nav.span9 {
    display: inline-block;
    float: left;
    margin: 0;
}
.bottom-nav .sf-menu {
    margin-left: -15px;
    margin-left: -1.5rem;
}
.aside-nav-wrapper {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
.aside-nav-wrapper:after {
    display: block;
    clear: both;
    content: '';
}
.site-header .sf-menu {
    float: none;
    margin-bottom: 0;
}
.site-header .sf-menu ul {
    box-shadow: none;
}
.site-header .sf-menu a {
    border: 0 none;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.18);
    font-size: 1.6rem;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
    padding: 7px 0;
    margin: 0 15px;
    outline: none;
}
.site-header .sf-menu li.menu-item-depth-0 a:hover {
    color: #454544;
}
.sf-menu > a {
    position: relative;
}
.site-header .sf-menu a:hover {
    text-decoration: none;
}
.site-header .sf-menu a {
    text-decoration: none;
}
.site-header .sf-menu .current-menu-item {
    background: transparent;
}
.site-header .sf-menu .current-menu-item a.sf-with-ul:after {
    background: #454544;
}
.site-header .sf-menu .current-menu-item a:after,
.site-header .sf-menu .current-menu-item a.sf-with-ul:after {
    background: #7790b1;
    opacity: 1;
    bottom: 0;
    width: 100%;
    left: 0;
    top: auto;
}
.site-header .sf-menu .current-menu-item.mega-menu a:after,
.site-header .sf-menu .current-menu-item.mega-menu a.sf-with-ul:after {
    background: #454544;
}
.site-header .sf-menu a:after {
    content: '';
    display: block;
    height: 3px;
    position: absolute;
    background: #0f0f0f;
    bottom: -15px;
    opacity: 0;
    width: 0;
    left: 50%;
}
.site-header .sf-menu li:hover a:after {
    width: 100%;
    opacity: 1;
    bottom: 0;
    left: 0;
}
.sf-menu li.menu-item-depth-0.menu-item-has-children > a {
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}
.sf-menu li.menu-item-depth-0.menu-item-has-children > a:hover,
.sf-menu li.menu-item-depth-0.menu-item-has-children:hover > a {
    color: #fff;
}
.site-header .sf-arrows .sf-with-ul:after {
    background: transparent;
    border: 0 none;
    content: "";
    display: inline-block;
    position: absolute;
}
.site-header .sf-arrows ul .sf-with-ul:after {
    content: "";
}
.site-header .sf-menu li,
.site-header .sf-menu ul li,
.site-header .sf-menu ul ul li,
.site-header .sf-menu li:hover,
.site-header .sf-menu li.sfHover {
    background: transparent;
}
.site-header .sf-menu > li {
    margin-left: 3px;
}
.site-header .sf-menu li:active {
    background: transparent;
}
.site-header .sf-menu li.dropdown {
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
}
.site-header .sf-menu li.menu-item-has-children {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    position: relative;
}
.site-header .sf-menu li.menu-item-has-children:after {
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-top: 6px solid rgba(0, 0, 0, 0);
    bottom: -6px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0;
}
.site-header .sf-menu li.menu-item-has-children.sub-menu-item:after {
    display: none;
    border-radius: 0;
}
.site-header .sf-menu li.menu-item-has-children.sub-menu-item {
    border-radius: 0;
}
.site-header .sf-menu li.menu-item-depth-0.menu-item-has-children.sfHover,
.site-header .sf-menu li.menu-item-depth-0.menu-item-has-children:hover {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #454544 !important;
    position: relative;
    cursor: pointer;
}
.site-header .sf-menu li.menu-item-depth-0.menu-item-has-children.sfHover:after,
.site-header .sf-menu li.menu-item-depth-0.menu-item-has-children:hover:after {
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-top: 6px solid #454544;
    bottom: -6px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0;
    cursor: pointer;
}
.site-header .sf-menu li.menu-item-has-children.sfHover a.main-menu-link.sf-with-ul {
    color: #fff;
}
.site-header .sf-menu li ul.dropdown,
.site-header .sf-menu li ul.sub-menu {
    background: #fff;
    border-top: 3px solid #454544;
    margin-top: 10px;
    border-bottom: 1px solid #454544;
    min-width: 150px;
}
.site-header .sf-menu li ul.subdropdown {
    left: 100% !important;
    margin-top: -3px;
}
.site-header .sf-menu .mega-menu li ul.subdropdown {
    left: 0% !important;
}
.site-header .sf-menu ul.dropdown li,
.site-header .sf-menu ul.sub-menu li {
    border-left: 1px solid #454544;
    border-right: 1px solid #454544;
    margin: 0;
}
.site-header .sf-menu ul.dropdown li a,
.site-header .sf-menu ul.sub-menu li a {
    color: #7d7d7d;
    font-family: 'Lato' !important;
    font-size: 12px;
    font-size: 1.2rem;
    text-shadow: none;
}
.site-header .sf-menu ul.dropdown li a:after,
.site-header .sf-menu ul.sub-menu li a:after {
    display: block;
    content: '';
    height: 0;
}
.site-header .sf-menu ul.dropdown li:last-child a,
.site-header .sf-menu ul.sub-menu li:last-child a {
    border-bottom: 0 none;
}
.sf-menu .mega-menu > ul.dropdown > li > a,
.site-header .sf-menu .mega-menu > ul.sub-menu > li > a {
    border-bottom: 1px solid #F1F1F1 !important;
}
.sf-menu .mega-menu > ul.dropdown {
    background-color: #fff !important;
}
.site-header .sf-menu ul.dropdown li:last-child,
.site-header .sf-menu ul.sub-menu li:last-child {
    padding-bottom: 10px;
}
.site-header .sf-menu ul.dropdown li:first-child,
.site-header .sf-menu ul.sub-menu li:first-child {
    padding-top: 10px;
}
.site-header .sf-menu ul.dropdown li a:hover,
.site-header .sf-menu ul.sub-menu li a:hover,
.site-header .sf-menu ul.dropdown li a:focus,
.site-header .sf-menu ul.sub-menu li a:focus {
    color: #a3b6cf;
}
.site-header .sf-menu ul.dropdown li.dropdown,
.site-header .sf-menu ul.sub-menu li.dropdown {
    border-radius: 0;
}
.site-header .sf-menu ul.dropdown li.sfHover,
.site-header .sf-menu ul.sub-menu li.sfHover {
    border-radius: 0;
    background: transparent;
}
.site-header .sf-menu .new-page:before {
    display: inline-block;
    content: "NEW";
    position: absolute;
    right: 0;
    top: -24px;
    font-size: 10px;
    color: #fff;
    -webkit-text-shadow: 2px 1px 0 rgba(0, 0, 0, 0.5);
    text-shadow: 2px 1px 0 rgba(0, 0, 0, 0.5);
    background-color: #91a9c7;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
}
.site-header .sf-menu .new-page:after {
    display: inline-block;
    content: "";
    position: absolute;
    right: 17px;
    top: -4px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #91a9c7;
}
.site-header .sf-menu .new-page:before {
    right: -5px;
}
.site-header .stuck .sf-menu .new-page:before,
.site-header .stuck .sf-menu .new-page:after {
    display: none;
}
/* Mega menu */
.site-header .sf-menu .mega-menu:after {
    display: block;
    content: '';
    clear: both;
}
.site-header .sf-menu li.mega-menu li.menu-item-has-children:after {
    display: block;
    border: 0 none;
}
.site-header .sf-menu li.mega-menu li.menu-item-has-children {
    border-radius: 0;
    display: block;
    float: left;
    padding: 25px 0 25px 25px;
    vertical-align: top;
    box-sizing: content-box;
}
.site-header .sf-menu .mega-menu ul ul {
    position: relative;
    left: 0;
    display: block;
    border: 0 none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.site-header .sf-menu .mega-menu ul li a {
    padding: 4px 0;
    margin: 0;
}
.site-header .sf-menu .mega-menu ul ul li:last-child,
.site-header .sf-menu .mega-menu ul ul li:last-child {
    padding-bottom: 0px;
}
.site-header .sf-menu .mega-menu ul ul li:first-child,
.site-header .sf-menu .mega-menu ul ul li:first-child {
    padding-top: 0px;
}
.site-header .sf-menu .mega-menu ul ul li,
.site-header .sf-menu .mega-menu ul ul li a {
    border: 0 none;
}
.site-header .sf-menu .mega-menu ul {
    border-width: 2px 1px 1px 1px;
    border-color: #454544;
    border-style: solid;
    padding: 0;
}
.site-header .sf-menu .mega-menu ul li {
    border: 0 none;
    margin: 0;
}
.site-header .sf-menu .mega-menu ul li a.sf-with-ul,
.site-header .sf-menu .mega-menu ul li.menu-item-has-children.sfHover a.sf-with-ul,
.site-header .sf-menu .mega-menu ul li.menu-item-has-children a.sf-with-ul {
    color: #000000;
    font-weight: bold;
    padding-top: 0;
}
.site-header .sf-menu .mega-menu .mm-banner {
    padding: 0;
    z-index: -1;
    position: relative;
    display: inline-block;
    float: none;
    width: 100%;
    margin-top: 30px;
}
.site-header .sf-menu .mega-menu .mm-banner:before {
    content: "";
    display: block;
    clear: both;
}
.site-header .sf-menu .mega-menu .mm-banner img {
    opacity: 0;
}
.site-header .sf-menu .mega-menu .mm-banner a {
    border: 1px solid #F1F1F1;
    bottom: 25px;
    font-size: 14px;
    left: 25px;
    padding: 5px;
    display: inline-block;
    font-family: 'Roboto Condensed';
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
}
.site-header .sf-menu li.mega-menu > ul.dropdown {
    width: 100%;
    display: block;
    z-index: 999999;
}
.site-header .sf-menu li.mega-menu > ul.dropdown ul {
    background-color: transparent;
    min-width: 120px;
    margin-top: 3px;
}

/* Main content elements styling */
.entry-content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
    padding: 30px 0;
    padding: 3rem 0;
}
.page .entry-content {
    padding: 0;
}
.search-excerpt {
    background-color: rgba(213, 83, 45, 0.2);
    border-radius: 5px;
    font-weight: normal;
    padding: 0 5px;
}
.site-content,
.right-sidebar,
.left-sidebar {
    margin-top: 40px;
    margin-top: 4rem;
}
.front-page.site-content {
    margin-top: 0;
}
.blog .site-content article:first-of-type,
.archive .site-content article:first-of-type,
.single .site-content article {
    padding-top: 0;
}
.blog .site-content article:first-of-type .entry-meta-left,
.archive .site-content article:first-of-type .entry-meta-left,
.single .site-content article .entry-meta-left {
    top: 10px;
}
.page-title {
    border-bottom: 2px solid #F1F1F1;
    display: block;
    margin: -10px 0 20px 0;
    padding: 0 0 7px;
    width: 100%;
    display: inline-block;
    font-size: 24px;
    font-size: 2.4rem;
    text-transform: uppercase;
    color: #000;
    font-weight: bold;
    line-height: 1.5;
}
.front-page-widgets {
    padding-top: 40px;
}

/* Blog grid layout */
.blog .site-content.grid-layout  {
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px);
    margin: 40px -15px 0;
}
.blog.layout-two-col-right .site-content.grid-layout,
.blog.layout-two-col-left .site-content.grid-layout {
    width: -webkit-calc(75% + 30px);
    width: calc(75% + 30px);
}
.blog .site-content.grid-layout article {
    width: 25%;
    margin-bottom: 40px;
    display: inline-block;
    position: relative;
    float: left;
    padding: 0 15px;
    overflow: hidden;
}
.blog .site-content.grid-layout:after {
    content: "";
    clear: both !important;
    display: block;
}
.layout-two-col-left .site-content.grid-layout article,
.layout-two-col-right .site-content.grid-layout article,
.layout-two-col-left .site-content.grid-layout .isotope-item,
.layout-two-col-right .site-content.grid-layout .isotope-item {
    width: 33.3%;
    width: -webkit-calc(33.3% -30px);
    width: calc(33.3% -30px);
    padding: 0 15px;
    margin-bottom: 40px;
}
.layout-two-col-left .site-content.grid-layout .isotope-item,
.layout-two-col-right .site-content.grid-layout .isotope-item {
    padding: 0;
}
.blog .site-content.grid-layout .isotope-item article {
    width: 100%;
    margin: 0;
}
.layout-one-col.blog .site-content.grid-layout article:nth-child(4n) + article {
    clear: both;
}
.layout-two-col-left.blog .site-content.grid-layout article:nth-child(3n) + article,
.layout-two-col-right.blog .site-content.grid-layout article:nth-child(3n) + article {
    clear: both;
}
.site-content.grid-layout .thumbnail-wrapper {
    margin-bottom: 0px;
}
.site-content.grid-layout .pt-article-title,
.site-content.grid-layout .pt-article-title a {
    display: block;
    text-align: center;
}
.site-content.grid-layout .time-wrapper {
    text-align: center;
    width: 100%;
    margin: 2px 0 5px;
    padding: 3px 0;
}
.site-content.grid-layout .time-wrapper .day {
    display: inline-block;
    font-size: inherit;
    font-weight: normal;
    line-height: inherit !important;
    padding: 0 5px;
}
.site-content.grid-layout .post-cats:after {
    content: '';
    padding: 0;
}
.site-content.grid-layout .entry-content {
    padding: 10px 0;
}
.site-content.grid-layout article .entry-content a.more-link {
    display: block;
    margin-top: 10px;
    max-width: 100%;
    margin-bottom: 6px;
}
.site-content.grid-layout .grid-msg {
    font-size: 18px;
    padding: 0 15px 20px 15px;
    text-transform: uppercase;
}
#pt-blog-filters {
    display: block;
    margin: 0 0 40px 0;
    margin: 0 0 4rem 0;
    list-style: none;
    padding: 0 15px;
}
#pt-blog-filters:after {
    display: block;
    clear: both;
    content: '';
}
#pt-blog-filters li {
    display: inline-block;
    margin: 0 20px 10px 0;
    margin: 0 2rem 1rem 0;
    list-style: none;
}
#pt-blog-filters li a {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    margin: 0;
    padding: 0 15px;
    background: transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #7D7D7D;
    border: 1px solid transparent;
    outline: none;
    text-decoration: none;
}
#pt-blog-filters li a:hover,
#pt-blog-filters li a:focus {
    border: 1px solid #F1F1F1;
    color: #7D7D7D;
}
#pt-blog-filters li a {
    transition: none;
}
#pt-blog-filters li.selected a {
    background: #a3b6cf;
    color: #fff;
    border: 1px solid transparent;
}

/* Search */

.widget_search {
    border: 0;
    padding: 0;
}
.widget_search .widget-title {
    margin-bottom: 10px;
}
.widget_search label {
    width: 100%;
    margin-bottom: 0;
}
.widget_search .search-form {
    width: 100%;
    display: inline-block;
    position: relative;
}
.widget_search .search-field {
    display: inline-block;
    width: 100%;
    padding: 11px 80px 10px 10px;
}
.widget_search .search-submit {
    display: inline-block;
    position: absolute;
    top: 2px;
    right: 2px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
}

/* Header spacer styles */
.spacer {
    position: relative;
    overflow: hidden;
    height: 60px;
    background-position: center top;
    background-repeat: repeat;
}
.single-post .spacer {
    overflow: visible;
}
.spacer .row-fluid:after {
    display: block;
    content: '';
    clear: both;
}
.spacer .container-fluid .row-fluid {
    position: relative;
    height: 60px;
}
.spacer .container-fluid .row-fluid .span12:after {
    content: "";
    clear: both;
    display: block;
}
.spacer:after {
    display: block;
    content: '';
    background: url("images/theme_img/stripe.png") repeat;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.spacer-title {
    color: #FFFFFF;
    display: block;
    font-size: 80px;
    font-size: 8rem;
    margin-top: -45px;
    opacity: 0.4;
    padding: 0;
    position: relative;
    text-align: left;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

/* Articles Meta styling */
.entry-meta-top {
    padding-right: 40px;
    padding-right: 4rem;
    display: block;
    position: relative;
}
.entry-meta-top a,
.entry-meta-bottom a {
    color: #4545444;
}
.entry-meta-top a:hover,
.entry-meta-bottom a:hover,
.entry-meta-top a:focus,
.entry-meta-bottom a:focus {
    text-decoration: none;
    color: #7790b1;
}
.post-author,
.post-cats,
.post-tags,
.post-views,
.post-comments {
    display: inline-block;
    position: relative;
}
.post-author:after,
.post-cats:after {
    content: '|';
    display: inline-block;
    padding: 0 5px;
    padding: 0 0.5rem;
}
.post-comments:before {
    color: #A3B6CF;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.6rem;
    left: -1px;
    position: absolute;
    top: -2px;
}
.post-comments {
    padding-left: 20px;
    padding-left: 2rem;
}
.post-views {
    color: #454544;
    position: absolute;
    right: 0;
    top: 0;
}
.post-views i {
    color: #a3b6cf;
    padding-right: 5px;
    font-size: 16px;
    font-size: 1.6rem;
}
.entry-meta-left {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 40px;
    width: 65px;
}
.time-wrapper {
    display: inline-block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #a3b6cf;
    font-family: 'Roboto Condensed';
    color: #fff;
    text-align: center;
    width: 100%;
    padding: 6px 0 6px;
    padding: 0.6rem 0 0.6rem;
}
.time-wrapper .day {
    display: block;
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;
    line-height: 1em !important;
}
.post-format {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    margin-top: 1rem;
    text-align: center;
    background: #f1f1f1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.post-format i {
    font-size: 30px;
    font-size: 3rem;
    padding: 5px 0;
    padding: 0.5rem 0;
    vertical-align: middle;
    color: #454544;
}
.entry-meta-left .edit-link {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    margin-top: 1rem;
    text-align: center;
    background: #f1f1f1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.entry-meta-left .edit-link a {
    color: #454544;
}
.entry-meta-left .edit-link a:hover,
.entry-meta-left .edit-link a:focus {
    color: #7790b1;
    text-decoration: none;
}
.entry-meta-left .edit-link i {
    font-size: 30px;
    font-size: 3rem;
    padding: 5px 0;
    padding: 0.5rem 0;
    vertical-align: middle;
}
.post-tags {
    padding: 14px 0;
    padding: 1.4rem 0;
    max-width: 75%;
}
.thumbnail-wrapper {
    text-align: center;
    line-height: 0;
    margin-bottom: 2.5rem;
    margin-bottom: 25px;
    overflow: hidden;
}
.thumbnail-wrapper img {
    display: inline-block;
    max-width: 100%;
    width: 100%;
    -ms-transition: transform 0.3s ease-out;
    -webkit-transition: transform 0.3s ease-out;
    -moz-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.thumbnail-wrapper:hover img {
    transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    z-index: 1;
}

/* Blog Pagination */
.pagination,
.blog .pagination,
.archive .pagination {
    margin: 40px 0;
    margin: 4rem 0;
    text-align: center;
    clear: both;
}
.pagination a,
.blog .pagination a,
.archive .pagination a,
.pagination span.current,
.blog .pagination span.current,
.archive .pagination span.current {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #9ea1a2;
    cursor: pointer;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-left: 5px;
    margin-left: 0.5rem;
    color: #454544;
}
.blog .pagination .extend,
.pagination .extend,
.archive .pagination .extend {
    margin-left: 5px;
    margin-left: 0.5rem;
}
.blog .pagination a i,
.archive .pagination a i,
.pagination a i {
    vertical-align: baseline;
    font-size: 18px;
    font-size: 1.8rem;
}
.blog .pagination a:hover,
.blog .pagination a:focus,
.pagination a:hover,
.pagination a:focus,
.archive .pagination a:hover,
.archive .pagination a:focus {
    background-color: #454544;
    color: #fff;
    text-decoration: none;
}
.blog .pagination span.current,
.pagination span.current,
.archive .pagination span.current {
    color: #fff;
}
.pt-get-more-posts {
    bottom: -60px;
    left: 50%;
    margin: 0 0 0 -75px;
    position: absolute;
    width: 150px;
}
#temp_load {
    text-transform: uppercase;
    width: 150px;
    height: 40px;
    line-height: 40px;
    bottom: -60px;
    left: 50%;
    margin: 0 0 0 -75px;
    position: absolute;
    border: 2px solid #092842;
    text-align: center;
}
#temp_load i {
    margin-right: 10px;
    margin-right: 1rem;
}

/* Post Pagination & Breadcrumbs */
.page-links {
    clear: both;
    margin-top: 20px;
    margin-top: 2rem;
}
.page-links span {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #9ea1a2;
    cursor: pointer;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-left: 5px;
    margin-left: 0.5rem;
    color: #454544;
    text-align: center;
}
.page-links a span {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #9ea1a2;
    cursor: pointer;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-left: 5px;
    margin-left: 0.5rem;
    color: #fff;
    text-align: center;
}
.page-links a:hover span,
.page-links a:focus span {
    color: #fff;
    background-color: #454544;
}
.page-links a:hover,
.page-links a:focus {
    text-decoration: none;
}
.blog-breadcrumbs {
    margin: 0;
    float: none;
    position: absolute;
    bottom: 0;
    left: 0px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    background: #fff;
    padding: 5px 20px 0;
    padding: 0.5rem 2rem 0;
    z-index: 2;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    font-size: 1.2rem;
    font-size: 12px;
    border: 2px solid #ececec;
    border-bottom: 0 none;
}
.blog-breadcrumbs a {
    color: #7D7D7D;
}
.blog-breadcrumbs a:hover,
.blog-breadcrumbs a:focus {
    color: #7790b1;
    text-decoration: none;
}
.blog-top .container-fluid {
    height: inherit;
    position: relative;
}
.single-post-navi,
.image-navigation {
    position: absolute;
    bottom: 0;
    right: 0px;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    background: #fff;
    padding: 5px 20px 0;
    padding: 0.5rem 2rem 0;
    z-index: 2;
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    font-size: 1.2rem;
    font-size: 12px;
    border: 2px solid #ececec;
    border-bottom: 0 none;
}
.single-post-navi a,
.image-navigation a {
    color: #7D7D7D;
}
.single-post-navi a:hover,
.single-post-navi a:focus,
.image-navigation a:hover,
.image-navigation a:focus {
    color: #7790b1;
    text-decoration: none;
}

/* Social Links for Single post */
.single .social-links,
.attachment .social-links {
    line-height: 1.5;
    display: inline-block;
    float: right;
    text-align: right;
    margin: 10px 0;
}
.single .social-links a,
.attachment .social-links a {
    color: #CBCBCB;
    display: inline-block;
    margin-left: 10px;
    width: 25px;
    font-size: 20px;
    font-size: 2rem;
}
.single .social-links a:hover,
.single .social-links a:focus,
.attachment .social-links a:hover,
.attachment .social-links a:focus {
    color: #454544;
}
.social-links .pt-post-share {
    float: left;
    margin-top: -3px;
}
.social-links span:not(.sharecount) {
    float: left;
    display: inline-block;
    margin-top: 4px;
}

/* Archives */
.archive-header {}
.archive-meta {
    background: none repeat scroll 0 0 #F1F1F1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #454544;
    font-family: 'Roboto Condensed';
    font-size: 1.6rem;
    font-size: 16px;
    margin: 0 0 3rem;
    margin: 0 0 30px;
    padding: 5px 20px;
}
/* Author profiles */
.entry-author-meta {
    width: -webkit-calc(100% + 60px);
    border-top: 1px solid #E3E3E3;
    margin: 30px 0 0 -30px;
    margin: 3rem 0 0 -3rem;
    width: calc(100% + 60px);
}
.author .archive-header {
    margin: 0;
}
.author-info {
    margin: 0;
    padding: 30px 0px 0 0px;
    padding: 3rem 0rem 0 0rem;
    overflow: hidden;
}
.archive .author-info {
    padding-bottom: 3rem;
    padding-bottom: 30px;
}
.author-description p {}
.author-description h2 {
    padding: 15px 0;
    padding: 1.5rem 0;
}
.author.archive .author-avatar {}

/* Single Post styles */
.single .entry-content {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5em;
}
.single .site-content article.type-post .entry-content {
    border-bottom: 0 none;
}
.single .entry-meta-bottom {
    border-top: 1px solid #F1F1F1;
    border-bottom: 2px solid #F1F1F1;
}
.single .entry-meta-bottom:after {
    display: block;
    content: '';
    clear: both;
}
.single .site-content article {
    padding-bottom: 0;
}

/* Footer */
footer[role="contentinfo"] {
    clear: both;
    background-color: #3d3d3d;
    margin-top: 40px;
    margin-top: 4rem;
    color: #cbcbcb;
}
footer[role="contentinfo"] .container-fluid {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-top: 2rem;
    padding-bottom: 2rem;
}
#footer-bottom .container-fluid {
    padding-top: 0;
    padding-bottom: 0;
}
footer[role="contentinfo"] ul {
    list-style: none;
}
footer[role="contentinfo"] .widget {
    background-color: transparent;
    margin: 0;
    padding: 20px 20px 20px 0;
    padding: 2rem 2rem 2rem 0;
    border: 0 none;
}
footer[role="contentinfo"] .widget-title {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
    margin-bottom: 2rem;
    font-weight: normal;
    text-transform: uppercase;
    border: 0 none;
    padding: 0;
}
footer[role="contentinfo"] li {
    color: #cbcbcb;
    padding: 0 0 5px 0;
    padding: 0 0 0.5rem 0;
}
footer[role="contentinfo"] .widget ul li:after {
    content: "";
}
footer[role="contentinfo"] a {
    color: #cbcbcb;
    display: inline-block;
    position: relative;
}
footer .widget ul li a {
    color: #cbcbcb;
}
footer[role="contentinfo"] li:hover a,
footer[role="contentinfo"] a:focus,
footer[role="contentinfo"] a:hover {
    color: #fff;
    text-decoration: none;
}
.site-info {
    color: #666666;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: right;
    display: inline-block;
    margin-top: 17px;
}
#footer-bottom {
    background-color: #2b2b2b;
}
/* Footer Navigation */
#site-navigation-footer {
    margin: 0;
    padding: 0;
    line-height: 50px;
}
#footer-bottom .sf-menu {
    float: none;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}
#footer-bottom .sf-menu ul {
    box-shadow: none;
}
#footer-bottom .sf-menu ul a {
    border: 0 none;
}
#footer-bottom .sf-menu a {
    border: 0 none;
    color: #666666;
    font-family: 'Roboto Condensed';
    font-size: 12px;
    margin: 0;
    padding: 0;
    position: relative;
    text-shadow: none;
    text-transform: uppercase;
}
#footer-bottom .sf-menu .current-menu-item {
    background: transparent;
}
#footer-bottom .sf-menu .current-menu-item a {}
#footer-bottom .sf-arrows .sf-with-ul:after {
    background: transparent;
    border: 0 none;
    content: "";
    display: inline-block;
    position: absolute;
}
#footer-bottom .sf-arrows ul .sf-with-ul:after {
    content: "";
}
#footer-bottom .sf-menu li,
#footer-bottom .sf-menu ul li,
#footer-bottom .sf-menu ul ul li,
#footer-bottom .sf-menu li:hover,
#footer-bottom .sf-menu li.sfHover {
    background: transparent;
}
#footer-bottom .sf-menu li {
    margin-right: 20px;
    padding: 0;
}
#footer-bottom .sf-menu li:active {
    background: transparent;
}
#footer-bottom .sf-menu li:hover a,
#footer-bottom .sf-menu li:active a,
#footer-bottom .sf-menu li:focus a {
    color: #fff;
}

/* Comments styling */
.comments-title {
    margin-bottom: 30px;
    margin-bottom: 3rem;
}
.nocomments {
    margin-bottom: 0;
    font-size: 18px;
    font-size: 1.8rem;
}
.comments-area {
    padding-top: 40px;
    margin: 0;
    clear: both;
}
.commentlist {
    list-style: none;
}
.comments-area li.comment article.comment {
    padding: 2.5rem 0;
    padding: 25px 0;
    border-bottom: 1px solid #F1F1F1;
}
.comments-area li.comment + li.comment,
.comments-area li.comment > ol li.comment {
    margin: 20px 0;
    margin: 2rem 0;
}
.comments-area li.comment + li.comment:last-of-type {
    margin-bottom: 0;
}
.comments-area article header {
    position: relative;
    margin: 0 0 1rem 10rem;
    margin: 0 0 10px 100px;
}
.comments-area article img.avatar {
    padding: 0;
    line-height: 0;
    position: absolute;
}
.comments-area article header cite,
.comments-area article header time {
    display: block;
}
.comments-area article header cite {
    font-style: normal;
    font-weight: bold;
    position: relative;
    font-size: 18px;
    font-size: 1.8rem;
}
.comments-area article header cite a {
    color: #454544;
}
.comments-area li.bypostauthor cite span {
    -webkit-border-radius: 2px;
    background: none repeat scroll 0 0 #A3B6CF;
    border-radius: 2px;
    color: #FFFFFF;
    font-family: 'Roboto Condensed';
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
    left: -105px;
    padding: 0 5px;
    position: absolute;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
    text-transform: uppercase;
    top: -25px;
}
.comments-area .edit-link {
    display: inline-block;
}
.comments-area article header time {
    color: #7790B1;
    display: inline-block;
    font-size: 14px;
}
.comments-area article header cite a {}
.comments-area article .comment-content {
    background-color: transparent;
    font-size: 16px;
    margin-left: 10rem;
    margin-left: 100px;
    padding: 0;
}
.comments-area article header h4 {}
a.comment-edit-link {
    display: inline-block;
    margin-left: 20px;
    margin-left: 2rem;
}
.commentlist .pingback,
.commentlist .trackback {
    padding-top: 20px;
    padding-top: 2rem;
}
.commentlist .children {
    margin-left: 6rem;
    margin-left: 60px;
}
.commentlist .reply {
    float: right;
    margin-top: 10px;
    margin-top: 1rem;
}
.comment-reply-link {
    color: #454544;
    display: inline-block;
    font-size: 14px;
    padding-left: 2rem;
    padding-left: 20px;
    position: relative;
}
.comment-reply-link:hover,
.comment-reply-link:focus {
    color: #7790B1;
    text-decoration: none;
}
.comment-reply-link:before {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 12px;
    left: 0;
    position: absolute;
    top: 0px;
}
.comments-area .comments-closed {
    padding-top: 30px;
    padding-top: 3rem;
    font-size: 18px;
    font-size: 1.8rem;
    color: #092842;
    font-weight: bold;
}
.comments-area .nocomments.pt-content-title {
    padding: 0;
}
#cancel-comment-reply-link {
    padding-left: 20px;
    color: #7790B1;
}

/* Comments Pagination */

.comment-navigation {
    clear: both;
    margin-top: 30px;
    margin-top: 3rem;
    text-align: center;
}
.comment-navigation div {
    display: inline-block;
}
.comment-navigation div a {
    background-color: #9EA1A2;
    border-radius: 4px;
    color: #454544;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-left: 0.5rem;
    text-align: center;
    width: 30px;
}
.comment-navigation .nav-previous {
    margin: 0 0.5rem 0 0;
    margin: 0 5px 0 0;
}
.comment-navigation div a:hover,
.comment-navigation div a:focus {
    background-color: #454544;
    color: #FFFFFF;
    text-decoration: none;
}
.comment-numeric-navigation {
    clear: both;
    margin-top: 30px;
    margin-top: 3rem;
}
.comment-numeric-navigation .page-numbers {
    background-color: #9EA1A2;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #454544;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-left: 0.5rem;
    text-align: center;
    width: 30px;
}
.comment-numeric-navigation a.next,
.comment-numeric-navigation a.prev {
    width: 50px;
}
.comment-numeric-navigation span.current,
.comment-numeric-navigation a:hover,
.comment-numeric-navigation a:focus {
    background-color: #454544;
    color: #FFFFFF;
    text-decoration: none;
}
/* Comment form */
#respond {
    margin-top: 40px;
    margin-top: 4rem;
}
#respond form {
    margin: 25px 0 0;
    margin: 2.5rem 0 0;
}
.comment-reply-title {
    border-bottom: 2px solid #F1F1F1;
    color: #000000;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 2rem;
    padding: 1rem 0;
    text-transform: uppercase;
    display: block;
}
#commentform:after {
    display: block;
    content: '';
    clear: both;
}
#commentform p {
    display: inline-block;
    position: relative;
    margin: 0;
}
#commentform a:hover,
#commentform a:focus {
    text-decoration: none;
}
#commentform p.comment-form-author,
#commentform p.comment-form-email {
    margin: 0 15px 0 0;
    margin: 0 1.5rem 0 0;
}
#commentform p.comment-form-comment {
    display: block;
    width: 100%;
}
#commentform label {
    display: none;
}
#reviews #commentform label {
    display: inline-block;
}
#commentform p.logged-in-as,
#commentform p.must-log-in {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 3rem;
    margin-bottom: 30px;
}
#commentform textarea {
    max-width: 100%;
    width: 100%;
    height: 128px;
}
#commentform .form-submit {
    margin: 2rem 0 0;
    margin: 20px 0 0;
}
#commentform p.comment-form-author,
#commentform p.comment-form-email,
#commentform p.comment-form-url {
    margin-bottom: 20px;
}

/* Images Styling */
.alignleft {
    float: left;
}
.alignright {
    float: right;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img.alignnone,
.alignnone {
    display: inline-block;
}
img.alignleft,
.alignleft {
    margin: 12px 24px 12px 0;
    margin: 1.2rem 2.4rem 1.2rem 0;
}
img.alignright,
.alignright {
    margin: 12px 0 12px 24px;
    margin: 1.2rem 0 1.2rem 2.4rem;
}
img.aligncenter,
.aligncenter {
    margin: 12px auto;
    margin: 1.2rem auto;
}
.wp-caption {
    max-width: 100%;
    /* Keep wide captions from overflowing their container. */
    text-align: center;
    position: relative;
    overflow: hidden;
}
.wp-caption img:hover ~ .wp-caption-text {
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -ms-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
}
.wp-caption a {
    line-height: 0;
}
.wp-caption-text {
    padding: 0 20px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    margin: 0;
    max-height: 50%;
    filter: alpha(opacity=0);
    opacity: 0;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
    font-style: italic;
    line-height: 2;
}
img.wp-smiley,
.rsswidget img {
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Gallery styling */
.gallery {
    width: 100%;
    margin: 20px 0 0 0;
    overflow-y: hidden;
}
.gallery:after {
    display: block;
    content: '';
    clear: both;
}
.gallery img {
    width: 100%;
    border: 0 none;
}
.gallery .gallery-item {
    float: left;
    margin: 0 20px 20px 0;
    overflow: hidden;
    position: relative;
    text-align: center;
    display: inline-block;
}
.gallery-columns-1 .gallery-item {
    max-width: 98%;
    max-width: -webkit-calc(100% - 20px);
    max-width: calc(100% - 20px);
}
.gallery-columns-2 .gallery-item {
    max-width: 49%;
    max-width: -webkit-calc(49.8% - 20px);
    max-width: calc(49.8% - 20px);
}
.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33% - 20px);
    max-width: calc(33% - 20px);
}
.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 21px);
    max-width: calc(25% - 21px);
}
.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 20px);
    max-width: calc(20% - 20px);
}
.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.5% - 20px);
    max-width: calc(16.5% - 20px);
}
.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 20px);
    max-width: calc(14.28% - 20px);
}
.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 20px);
    max-width: calc(12.5% - 20px);
}
.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 10px);
    max-width: calc(11.1% - 10px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}
.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left;
}
.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none !important;
}
.gallery.gallery-columns-9 {
    margin: 0 0 0 -10px;
}
.gallery.gallery-columns-9 .gallery-item {
    margin: 0 0 10px 10px;
}
/* Caption Animation */

figure.gallery-item {
    background: #3498db;
    overflow: hidden;
}
figure.gallery-item img {
    opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    max-width: none;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
figure.gallery-item figcaption.wp-caption-text {
    position: absolute;
    right: auto;
    left: 0;
    bottom: 0;
    margin: 0 0 0 1em;
    padding: 0 2em 0.6em 0;
    text-align: left;
    opacity: 0;
    max-width: 100%;
    display: inline-block;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    background: transparent;
}
figure.gallery-item figcaption.wp-caption-text:before {
    position: absolute;
    top: -8px;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: '';
}
figure.gallery-item:hover img {
    opacity: 0.6;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
figure.gallery-item:hover figcaption {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.gallery-columns-3 .gallery-item figcaption.wp-caption-text,
.gallery-columns-4 .gallery-item figcaption.wp-caption-text {
    max-width: 100%;
}
.gallery-item figcaption.wp-caption-text {
  line-height: 16px;
}


/* Single image attachment view */
article.attachment {
    overflow: hidden;
    padding: 0;
}
article.attachment .entry-title {
    font-size: 24px;
    font-size: 2.4rem;
    color: #7790b1;
    border-bottom: 2px solid #F1F1F1;
    padding: 0;
    margin: -15px 0 0 0;
}
.image-attachment div.attachment {
    text-align: center;
    max-width: 60%;
    float: left;
    margin-right: 20px;
}
.image-attachment div.attachment img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
}
.image-attachment div.attachment-description {
    float: none;
    overflow: hidden;
}
.image-attachment .entry-caption {
    line-height: 1.5;
}
.image-attachment .entry-content {
    border: 0 none !important;
    line-height: 1.3;
    padding-bottom: 0;
}
.image-attachment .entry-meta {
    padding-top: 20px;
}
.image-attachment .entry-caption ~ .entry-description {
    padding-top: 20px;
}
.image-attachment .entry-meta strong {
    color: #454544;
}
.image-attachment .time-wrapper {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 0;
    color: inherit;
    display: inline;
    padding: 0;
    text-align: left;
    width: auto;
    font-family: 'Lato';
}
.image-attachment .day {
    display: inline;
    font-size: inherit;
    font-weight: normal;
    line-height: 1.5;
    padding-right: 2px;
}
.image-attachment .post-comments {
    padding: 0;
}
.image-attachment .post-comments a,
.image-attachment .source a {
    color: #7D7D7D;
}
.image-attachment .post-comments a:hover,
.image-attachment .post-comments a:focus,
.image-attachment .source a:hover,
.image-attachment .source a:focus {
    color: #7790b1;
}
.image-attachment .post-comments:before {
    display: none;
}
.image-attachment .share-btn:after {
    display: block;
    clear: both;
    content: '';
}
.image-attachment .share-btn {
    margin-top: 35px;
    border-top: 1px solid #F1F1F1;
}
.image-attachment .share-btn .social-links {
    float: none;
    text-align: left;
}

/* Post formats */
/* Aside posts */
.blog .site-content article.format-aside .entry-meta-left {
    top: 20px;
}
.single .site-content article.format-aside .entry-meta-left {
    top: 0px;
}
article.format-aside .aside-infinity {
    display: inline-block;
    font-size: 2.5rem;
    font-size: 25px;
    line-height: 0;
    vertical-align: sub;
}
/* Quote posts */
.blog .site-content article.format-quote .entry-meta-left {
    top: 20px;
}
.single .site-content article.format-quote .entry-meta-left {
    top: 0px;
}
article.format-quote .entry-content p {}
article.format-quote .entry-content blockquote {
    margin: 0;
}
/* Status posts */
.blog .site-content article.format-status .entry-meta-left {
    top: 30px;
}
.blog .site-content article.format-status .entry-meta-top {
    display: none;
}
.single .site-content article.format-status .entry-meta-left {
    top: 0px;
}
.format-status .entry-header:after {
    display: block;
    content: '';
    clear: both;
}
.format-status .entry-header header {
    display: inline-block;
}
.format-status .entry-header h1 {
    font-size: 2rem;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 0;
}
.format-status .entry-header h2 {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: normal;
}
.format-status .entry-header header a {
    font-weight: normal;
    line-height: 2;
}
.format-status .entry-header img {
    float: left;
    margin: 0 20px 20px 0;
}
.format-status .edit-link {
    position: relative;
}
/* Audio posts */
.wp-audio-shortcode {
    margin: 10px 0;
    margin: 1rem 0;
}

/* Widgets */
.widget {
    background-color: transparent;
    margin-bottom: 40px;
    margin-bottom: 4rem;
    padding: 0;
    position: relative;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}
.widget .widget-title {
    font-size: 1.5rem;
    font-size: 15px;
    color: #000;
    font-weight: bold;
    margin: 0 0 20px 0;
    margin: 0 0 2rem 0;
    line-height: 1.5;
    border-bottom: 2px solid #f1f1f1;
    padding: 0 0 11px;
    padding: 0 0 1.1rem;
    text-transform: uppercase;
}
.widget-title span {
    color: #91a9c7;
}
.widget ul {
    list-style: none;
    margin: 0;
}
.widget ul li {
    position: relative;
    border-bottom: 1px solid #f1f1f1;
    padding: 0.5rem 0;
}
.widget ul li:last-child {
    border-bottom: 0 none;
}
.widget ul.children li {
    border-bottom: 0 none;
}
.widget ul.children li:last-of-type {
    padding-bottom: 0;
}
.widget ul li.has-submenu:after {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 6px;
    color: #7d7d7d;
}
.widget ul li.has-submenu {
    cursor: pointer;
}
.widget ul li.has-submenu.show:after {
    content: "";
    color: #000;
}
.widget ul li.has-submenu.show > a:first-of-type {
    color: #000;
}
.widget ul li.has-submenu > a:first-of-type {
    position: relative;
    z-index: -1;
}
.widget ul .children li {
    padding: 5px 0;
    padding: 0.5rem 0;
}
.widget ul span.count {
    display: inline-block;
    margin: 0 0 0 5px;
    margin: 0 0 0 0.5rem;
}
.widget ul li > ul {
    margin: 0 0 0 2.5rem;
    margin: 0 0 0 25px;
}
.widget ul li a {
    color: #7d7d7d;
    font-weight: normal;
}
.widget ul li a:hover,
.widget ul li a:focus {
    color: #a3b6cf;
    text-decoration: none;
}
.widget ul li:after {
    color: #7D7D7D;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    font-size: 1.6rem;
    position: absolute;
    right: 0;
    text-align: right;
}
.widget .show-subs {
    display: inline-block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
/* Tag Cloud widget styling */
.widget .tagcloud a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #F1F1F1;
    border-radius: 4px;
    color: #7790B1;
    display: inline-block;
    font-size: 12px !important;
    margin: 4px 3px 4px 2px;
    padding: 2px 7px;
}
.widget .tagcloud a:hover,
.widget .tagcloud a:focus {
    color: #fff;
    background: #a3b6cf;
    border: 1px solid #a3b6cf;
    text-decoration: none;
}
#colophon .widget .tagcloud a {
    border: 1px solid #7f8081;
    color: #d4d4d4;
}
#colophon .widget .tagcloud a:hover,
#colophon .widget .tagcloud a:focus {
    color: #454544;
    background: #f4f4f4;
    border: 1px solid #f4f4f4;
}
/* Search */
.widget.widget_search div {
    position: relative;
}
.widget.widget_search #searchsubmit {
    position: absolute;
    display: inline-block;
    right: 3px;
    top: 3px;
    height: 30px;
    line-height: 30px;
}
.widget.widget_search #s {
    padding: 0 75px 0 10px;
    padding: 0 7.5rem 0 1rem;
    max-width: 100%;
}
/* Calendar */
#wp-calendar {
    width: 100%;
    margin: 0;
    border-bottom: 0 none;
}
#calendar_wrap {
    padding-top: 10px;
    padding-top: 1rem;
}
#wp-calendar caption,
#wp-calendar tfoot #next,
#wp-calendar tfoot #prev {
    background-color: #A3B6CF;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase;
}
#wp-calendar thead {
    color: #454544;
    font-size: 13px;
    font-weight: bold;
}
#wp-calendar tr {
    border-left: 0 none;
    border-top: 0 none;
}
#wp-calendar thead th {
    padding: 10px 0;
    background-color: transparent;
    border-right: 0 none;
    border-bottom: 1px solid #f1f1f1;
}
#wp-calendar tbody {
    color: #454544;
}
#wp-calendar tbody td {
    background: transparent;
    border: 0 none;
    text-align: center;
    padding: 8px;
}
#wp-calendar tbody tr:nth-child(2n) {
    background: #f1f1f1;
}
#wp-calendar tbody td:hover {
    color: #7790b1;
}
#wp-calendar tbody .pad {
    background: none;
}
#wp-calendar tfoot #next a,
#wp-calendar tfoot #prev a {
    color: #FFFFFF;
}
#wp-calendar tfoot #next a:hover,
#wp-calendar tfoot #prev a:hover,
#wp-calendar tfoot #next a:focus,
#wp-calendar tfoot #prev a:focus {
    color: #454544;
    text-decoration: none;
}
#wp-calendar tbody a {
    position: relative;
    display: inline-block;
    color: #454544;
}
#wp-calendar tbody a:hover,
#wp-calendar tbody a:focus {
    color: #849ec1;
    text-decoration: none;
}
#wp-calendar tbody a:after {
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    position: absolute;
    right: -17px;
    top: 1px;
}
#wp-calendar tfoot td {
    border-right: 0 none;
}
#wp-calendar tfoot {
    border-top: 1px solid #F1F1F1;
}
#wp-calendar #today {
    background: none repeat scroll 0 0 #a3b6cf;
    color: #FFFFFF;
}
/* Recent Comments styles */
#recentcomments li:before {
    display: block;
    content: '';
    padding: 0;
    position: absolute;
}
#recentcomments li:after {
    display: block;
    content: '';
    clear: both;
    position: relative;
}
#recentcomments li {
    padding: 10px 0;
}
#recentcomments .thumb-wrapper {
    display: inline-block;
    float: left;
    margin-right: 20px;
    margin-right: 2rem;
}
#recentcomments .content-wrapper {
    color: #454544;
}

/* Rev Slider */
.tp-bullets.simplebullets.round .bullet {
    background-image: none;
    width: 49px;
    height: 7px;
    background-color: rgba(255, 255, 255, 0.5);
    margin-left: 3px;
    margin-right: 3px;
}
.tp-bullets.simplebullets.round .bullet.selected {
    background-color: rgba(255, 255, 255, 0.8);
}
.banner-wrap {
    height: 600px;
}

/* Header way points */
.site-header .stuck {
    position: fixed;
    width: 100%;
    height: 60px;
    z-index: 99999;
    background-color: rgba(255, 255, 255, 0.9);
}
.site-header .stuck .site-logo {
    padding: 19px 0;
    padding: 1.9rem 0;
    width: 180px;
}
.site-header .stuck #aside-logo-container {
    margin-top: 11px;
}
.site-header .stuck .sf-menu .current-menu-item a:after,
.site-header .stuck .sf-menu .current-menu-item a.sf-with-ul:after {
    display: none;
}
.site-header .stuck .sf-menu a:after {
    display: none;
}
.site-header .stuck .sf-menu a:hover {
    color: #91a9c7;
}
.banner-wrapper,
.wel-banner {
    display: inline-block;
    position: relative;
    max-width: 100%;
}
div.welc:before {
    width: 34px;
    height: 2px;
    background-color: #f1f1f1;
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -17px;
}
div.welc {
    text-align: center;
    position: relative;
    padding: 15px 30px;
    margin-top: 15px;
    color: #454544;
    font-size: 20px;
}

/* stripe pattern */
.stripe {
    position: relative;
    border-top: #ececec 2px solid;
    border-bottom: #ececec 2px solid;
    padding: 0;
}
.stripe:after {
    display: block;
    content: '';
    background: url("images/theme_img/stripe.png") repeat;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.store-banner .store-banner-inner {
    background-position-y: -50px;
}

/* underline */
.underline {
    padding: 50px 0 50px;
    border-bottom: #f1f1f1 2px solid;
}

/* testimonials */
.testimonials {
    margin: 45px 0;
}
.testimonials:after {
    content: "";
    clear: both;
    display: block;
}
.test-welcome {
    background-color: rgba(255, 255, 255, 0.76);
    width: 249px;
    height: 200px;
    display: inline-block;
    position: relative;
    z-index: 999;
    float: left;
    padding: 40px;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.25em;
    color: #91a9c7;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.18);
}
.test-welcome .cont {
    display: inline-block;
    border-left: #d9d9d9 1px solid;
    padding-left: 17px;
}
.test-welcome i {
    color: #000;
    font-style: normal;
    font-family: "latobold";
}
.test-welcome:after {
    position: absolute;
    content: "";
    width: 14px;
    height: 200px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAADICAYAAADY+dB4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAARdJREFUeNrs2S0OAjEQhuFdFBLPDbjCKm6Ax6MRCMAQHAKBBr2eIxASrsAN8EgU5WtSxIafdCYhQbxNPlY9Ke3MjtkyhHAsHKtVOBcQCAQCgUAgEAgEAoFAIBD4Z7D2wJOys8KzslTuFnhRpsrNcsarMknP7Mu5pZ0ullu9pzOdreXYpFs01bFW9tYGiLtsrZ3zrFWwwEatcuFLrXLg21p9XSGEg1IphSXxZ2BFMe4X2f1XW+mCFkrPMzraykrpemZOR1mnp3lYddPObc+Ui2edKaVnPPaVkXeuDpWBdyCPlcoDP9Y4p+Xe1ji3V19qbGnyRo2tb0c86zzWuHR+06lLPgYBgUAgEAgEAoFAIBAIBAJ/Ax8CDAC9MLDc/tQ0uAAAAABJRU5ErkJggg==);
    top: 0;
    right: -14px;
}
.v-slider li {
    height: 100px;
    width: 100%;
    list-style: none;
}
.test-cont {
    display: inline-block;
    float: right;
    position: relative;
    width: 848px;
    height: 200px;
    background-color: rgba(255, 255, 255, 0.76);
    z-index: 3;
    padding: 50px;
}
.test-cont:before {
    content: "";
    width: 14px;
    height: 200px;
    top: 0;
    left: -14px;
    position: absolute;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAADICAYAAADY+dB4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAARhJREFUeNrs2SEOwkAQheEuqhLPDXoFLoGvBo1A4HCAQOCa4PHcAMUVuAEeiSuzyZbQtKU7kzRB/E1eEPBRdt62grqyLBPLMUqMBxAIBAKBQCAQCAQCgUAgEPhnMLfAqWTulH+vZZKjJNXAiaSQjDVr9B8+VCgWppJ9OGP0VP37m7A2VR3LMEVVj7lkpt0A/iyLXz+lrY5PVxpY6yp2rza6ioGtXfXBzq76YGdXg13IfvQ3LazqSMMXZFpY1VHETvZ7jU/JKryqh/OQrCUvy1Tvkp2ktNRxlZysPZ4lF+sG6Ow45vbY2nHsfbXRcexebXSs2eS1jrVXh+946zt2xmc6ueNhEBAIBAKBQCAQCAQCgUAgcBj4FmAAmtZD0p9sop8AAAAASUVORK5CYII=);
}
.test-image {
    display: inline-block;
    float: left;
    margin-right: 25px;
    margin-top: 10px;
}
.test-image img {
    width: 77px;
    height: 77px;
    border-radius: 50%;
}
.test-item .t-cont {
    padding-top: 7px;
    overflow: hidden;
    font-size: 20px;
    color: #000;
    line-height: 1.25em;
}
.test-item .t-cont .t-sign {
    font-size: 16px;
    font-family: "latoitalic";
    color: #7d7d7d;
    position: relative;
    margin-top: 1em;
}
.test-item .t-cont .t-sign:before {
    content: "";
    width: 34px;
    height: 2px;
    background-color: #d9d9d9;
    position: absolute;
    left: 0;
    top: -8px;
}
.test-item .t-cont .t-sign i {
    color: #7790b1;
    font-style: normal;
}
h4.sm-title {
    font-size: 1.8rem;
    font-size: 18px;
    border-bottom: #efefef 1px solid;
    margin-bottom: 18px;
    padding-bottom: 10px;
    font-weight: bold;
}
i.icon {
    width: 65px;
    height: 65px;
    color: #fff;
    border: #a3b6cf 2px solid;
    background-color: #a3b6cf;
    border-radius: 3px;
    text-align: center;
    font-size: 44px;
    line-height: 64px;
    float: left;
    margin-right: 30px;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
i.icon:hover {
    background-color: #fff;
    color: #a3b6cf;
}
.t-block {
    margin-top: -5px;
}
.twiget-widget li.t-li img {
    display: none !important;
}
.tweet-wrap li.t-li:before {
    content: "\f099";
    font-family: FontAwesome;
    vertical-align: middle;
    color: #7D7D7D;
    display: block;
    padding: 0 5px 0 0;
    color: #91A9C7;
    font-size: 2.1rem;
    font-size: 21px;
    width: 23px;
    float: left;
}
.twiget-feed {
    padding: 0 !important;
}
.tweet-wrap li {
    padding: 0 !important;
}
.twiget-widget ul li {
    border-bottom: #616161 1px solid;
    padding-bottom: 13px !important;
    margin-bottom: 10px;
}
.twiget-widget ul li a {
    color: #91a9c7 !important;
}
.twiget-widget ul li .cont {
    overflow: hidden;
}
form.widget_wysija {
    position: relative;
}
form.widget_wysija > p.wysija-paragraph {
    margin-top: 15px;
    position: relative;
}
input.wysija-submit {
    position: absolute;
    right: 2px;
    bottom: 2px;
    height: 32px !important;
    font-size: 13px;
    line-height: 32px !important;
}
.formError {
    margin-left: -100%;
    margin-top: 100%;
}
.b-line {
    height: 25px;
    clear: both;
}


/* Tablet Styles (Landscape) */
@media (min-width: 768px) and (max-width: 1024px) {
    /* Header */
    #aside-logo-container {
        float: left;
        margin-top: 0px;
    }
    .site-header hgroup.pos-left,
    .site-header hgroup.pos-right,
    .site-header hgroup.pos-center {
        display: block;
        margin: 0;
        text-align: center;
        float: none;
    }
    .site-header.stuck hgroup {
        display: none;
    }
    #aside-logo-container {
        display: block;
        float: none;
        margin: 0 0 30px 0;
        text-align: center;
    }
    .site-header .hgroup-sidebar div.widget {
        display: none;
    }
    .site-header .hgroup-sidebar div.widget.widget_pt_search_widget,
    .site-header .hgroup-sidebar div.widget.widget_shopping_cart {
        display: inline-block;
    }
    /* Home Page */
    .wel-b-overlay {
        padding: 5px 20px;
    }
    .wel-b-overlay span.wel-t {
        font-size: 20px;
        line-height: 1.2;
    }
    .wel-b-overlay span.wel-n {
        font-size: 20px;
        line-height: 1.2;
    }
    .banner-wrapper .img-text .img-text-inner {
        font-size: 16px;
        padding: 3px 20px;
    }
    div.welc {
        font-size: 18px;
    }
    .ios-container.products .product {
        margin-right: 20px !important;
        max-width: 266px;
    }
    .test-welcome {
        font-size: 18px;
        height: 142px;
        padding: 25px;
        width: 18%;
    }
    .test-welcome:after {
        height: 142px;
        background-position: 0 -24px;
    }
    .test-cont:before {
        height: 142px;
        background-position: 0 -24px;
    }
    .test-cont {
        height: 142px;
        padding: 20px;
        width: 78%;
    }
}

/* Tablet Styles (Portrait) */
@media (max-width: 767px) {
    .banner-wrap {
        height: auto !important;
    }
    .site-header hgroup.pos-left,
    .site-header hgroup.pos-right {
        display: block;
        text-align: center;
    }
    #aside-logo-container {
        margin-top: 0;
    }
    .widget input[type="password"],
    .widget input[type="text"],
    .widget input[type="email"],
    .widget input[type="number"],
    .widget input[type="search"],
    .widget input.input-text,
    .widget textarea {
        max-width: 100%;
    }
    .site-info {
        margin-top: 0;
        padding: 15px 0;
    }
    .banner-wrapper,
    .wel-banner {
        margin-bottom: 15px;
    }
    .test-m-b {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAOCAYAAADXJMcHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAASRJREFUeNq01L9LQmEUxnGv2g9tKJrFv8Bwt2ajKWipFrHU/qOCQENysKagqdqCoKGltaG5obYwqdTb98BzwcHQe1898AF/4Ptwzuu5nu/7MYfKYx5PUX6cdAheRw2LaOIm7AFexM63cIisnYEPnONi1uG7KGMFv/rMRt9FGw30px1uV3SAfY26N+J7O+wKp/icVrh1WcGO3v/XWVxTuMUJ3lzD7V6rKKrbwbiGkMa9JvASNXxNHRfwrbFOWkt4Rh2PYcM3dMc5/IQMDsom8IozXcVE4ZvqOKtgl1rAO1q4HBduq1TC6tAqudYcvhReD/43w+EJPTj2kBqxSq6VUOi1NqEThC/rUbmtdenHZlNxTeEOxxae4cVRiFVyLU8PqYc/AQYAnrRekqEKJcIAAAAASUVORK5CYII=);
    }
    .test-m-t {}
    .testimonials {
        margin: 15px 0;
    }
    .test-welcome {
        width: 100%;
        margin: 22px auto !important;
        height: 150px;
        font-size: 24px;
        font-size: 2.4rem;
        padding: 15px;
        max-width: 200px;
        display: inline-block;
        position: relative;
        left: 50%;
        margin-left: -100px !important;
    }
    .test-welcome .cont {
        border-left: none;
        text-align: center;
        display: block;
        padding-left: 0;
    }
    .test-welcome:after {
        height: 15px;
        width: 100%;
        right: auto;
        top: auto;
        left: 0;
        bottom: -15px;
        background-position: center bottom;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASEAAAAPCAYAAACrzHnpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAclJREFUeNrsmssrRGEYxt/jzpBLtvwFdpKNP8BaVlLKrfwxUhQxMlJoZk2ZpYUSCzLFwlJZoFxz5/O8zbsYZeKbm8V5fvWraWbOOfWd09N3vucLnHPHInIlhPjRAPfgK+yGL9BxWIgHjTBWwXEgngQwArfhrIXPMOyFb/CTQ0R8YAgRH8pgFdyEc/Dcvp+Cd7APlsMPDhVhCJFiPCs6C0rAeXif8dsNnLYgGoDV8J1DRhhCpFDo7OcZrsGlLAGjr2JRC6Ih2CLp9SJCGEIkL2rhBVyB8T/8P24zozHYbuFFCEOI5EQ9PIUxuOVxXBI+wFHYAZ84lIQhRHzRCv4ALsDdHI7fsVezEdhjQcQKnzCEyK8ENgPSCl4XoE/yOFcKTloYaYWva0Ss8AlDiGRFK/gauCHfK/h8OJN0hX8L+y3kWOEThhD58VnQEFqHixYaheIaztiMaBBWCit8whAiGei+Hm2xVuGyFKda13NGLdx0h3WTsMInDKHQowvFdfDSwidRgmsmLIjGYZuwwmcIwVbhYmGY73/KXr+SJbyuXkt3XOteoi7ehtDSDCOBc24CHx45HqENoSO4/0/X1z1EnbwNoUVLkMMvAQYAy+9fXsLpz5cAAAAASUVORK5CYII=);
    }
    .test-cont {
        width: 100%;
        margin: 20px auto;
        float: none;
        padding: 30px 15px;
        height: auto;
    }
    .test-cont:before {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAOCAYAAADXJMcHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAASRJREFUeNq01L9LQmEUxnGv2g9tKJrFv8Bwt2ajKWipFrHU/qOCQENysKagqdqCoKGltaG5obYwqdTb98BzwcHQe1898AF/4Ptwzuu5nu/7MYfKYx5PUX6cdAheRw2LaOIm7AFexM63cIisnYEPnONi1uG7KGMFv/rMRt9FGw30px1uV3SAfY26N+J7O+wKp/icVrh1WcGO3v/XWVxTuMUJ3lzD7V6rKKrbwbiGkMa9JvASNXxNHRfwrbFOWkt4Rh2PYcM3dMc5/IQMDsom8IozXcVE4ZvqOKtgl1rAO1q4HBduq1TC6tAqudYcvhReD/43w+EJPTj2kBqxSq6VUOi1NqEThC/rUbmtdenHZlNxTeEOxxae4cVRiFVyLU8PqYc/AQYAnrRekqEKJcIAAAAASUVORK5CYII=);
        top: -14px;
        left: 50%;
        margin-left: -16px;
        width: 30px;
        height: 14px;
    }
    .test-item .t-cont {
        font-size: 16px;
    }
    .test-item .t-cont .t-sign {
        font-size: 14px;
    }
    .row-fluid.front-page-widgets .span3 {
        margin-right: 8%;
        max-width: 46%;
        float: left;
    }
    .row-fluid.front-page-widgets .span3:nth-child(2n) {
        margin-right: 0;
    }
    .entry-content .row-fluid [class*="span"] {
        margin-bottom: 30px;
    }
    .image-attachment div.attachment {
        float: none;
        margin: 0 0 30px 0;
        max-width: 100%;
    }
    .mfp-arrow-right {
        right: 0 !important;
    }
    .mfp-arrow-left {
        left: 0 !important;
    }
    .site-header.stuck {
        display: none !important;
    }
}

/*---- Mobile -----*/
#mobile-area {
    background-color: #f5f5f5;
    position: relative;
    height: 41px;
    z-index: 100000 !important;
}
#mobile-area:after {
    content: "";
    display: block;
    clear: both;
}
.mobile-sidebar {
    float: right;
    display: inline-block;
}
.dl-menuwrapper {
    z-index: 100000 !important;
    position: static !important;
}
.dl-menuwrapper button {
    border-radius: 0;
    background-color: transparent !important;
    width: 41px !important;
    height: 41px !important;
}
.dl-menuwrapper:first-child {
    margin: 0 !important;
}
.dl-menuwrapper button:after {
    background: none repeat scroll 0 0 #383838 !important;
    box-shadow: 0 6px 0 #383838, 0 12px 0 #383838 !important;
    content: "";
    height: 4px !important;
    left: 15px !important;
    position: absolute;
    top: 12px !important;
    width: 68%;
}
.dl-menuwrapper .dl-menu {
    margin-top: 9px;
    width: 90% !important;
    left: 5% !important;
    border: none !important;
    z-index: 100000;
}
.dl-menuwrapper ul {
    background-color: #fff !important;
}
.dl-menuwrapper li a {
    color: #383838 !important;
    font-weight: bold !important;
}
.dl-menuwrapper li {}
.dl-menuwrapper li a:hover {
    text-decoration: none;
}
.dl-menu > li:before,
.dl-submenu > li:before {
    content: "";
    width: auto;
    height: 1px;
    display: block;
    background-color: #e6e6e6;
    margin-left: 20px;
    margin-right: 20px;
}
.dl-menu > li:first-child:before,
.dl-submenu > li:first-child:before {
    display: none !important;
}
.dl-menuwrapper li > a:after {
    right: 20px !important;
}
.dl-menu > li:first-child,
.dl-submenu > li:first-child {
    border-top: #454544 3px solid;
}
.dl-menu > li:last-child,
.dl-submenu > li:last-child {
    border-bottom: #454544 1px solid;
}
.dl-menu,
.dl-submenu {
    z-index: 100000;
}
.dl-menu > li,
.dl-submenu > li {
    border-left: #454544 1px solid;
    border-right: #454544 1px solid;
}
.dl-menu.dl-subview > li,
.dl-subviewopen .dl-subview li,
.dl-subviewopen > li,
.dl-subviewopen {
    border-left: none !important;
    border-right: none !important;
}
.dl-menu.dl-subview > li:before,
.dl-subviewopen .dl-subview li:before,
.dl-subviewopen > li:before,
.dl-subviewopen:before {
    display: none !important;
}
.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
    font-family: "FontAwesome" !important;
    content: "\f105" !important;
}
@media (max-width: 480px) {
    .b-line {
        height: 0;
    }
    .container-fluid {
        margin-top: 0px !important;
    }
    .entry-content .row-fluid [class*="span"] {
        margin-bottom: 15px;
    }
    #aside-logo-container {
        float: none;
        display: none;
    }
    .spacer-title {
        font-size: 70px;
        font-size: 7rem;
        margin-top: -15px;
    }
    .banner-wrap {
        height: auto !important;
    }
    .logo-wrapper .span12 {
        text-align: center;
    }
    .gallery-columns-1 .gallery-item,
    .gallery-columns-2 .gallery-item,
    .gallery-columns-3 .gallery-item,
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
        width: 100% !important;
        max-width: 100%;
    }
    .entry-content .gallery {
        margin: 0;
        width: 100%;
    }
    .site-header hgroup.pos-left,
    .site-header hgroup.pos-right,
    .site-header hgroup.pos-center {
        margin-left: 0;
        margin-right: 0;
    }
    .banner-wrapper,
    .wel-banner {
        display: inline-block !important;
        margin-bottom: 15px;
    }
    .wel-b-overlay span.wel-t,
    .wel-b-overlay span.wel-n {
        font-size: 22px !important;
    }
    div.welc {
        font-size: 16px !important;
    }
    .shortcode-with-slider {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .test-m-b {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAOCAYAAADXJMcHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAASRJREFUeNq01L9LQmEUxnGv2g9tKJrFv8Bwt2ajKWipFrHU/qOCQENysKagqdqCoKGltaG5obYwqdTb98BzwcHQe1898AF/4Ptwzuu5nu/7MYfKYx5PUX6cdAheRw2LaOIm7AFexM63cIisnYEPnONi1uG7KGMFv/rMRt9FGw30px1uV3SAfY26N+J7O+wKp/icVrh1WcGO3v/XWVxTuMUJ3lzD7V6rKKrbwbiGkMa9JvASNXxNHRfwrbFOWkt4Rh2PYcM3dMc5/IQMDsom8IozXcVE4ZvqOKtgl1rAO1q4HBduq1TC6tAqudYcvhReD/43w+EJPTj2kBqxSq6VUOi1NqEThC/rUbmtdenHZlNxTeEOxxae4cVRiFVyLU8PqYc/AQYAnrRekqEKJcIAAAAASUVORK5CYII=);
    }
    .test-m-t {}
    .testimonials {
        margin: 15px 0;
    }
    .test-welcome {
        width: 100%;
        max-width: 100%;
        left: auto;
        margin-left: 0 !important;
    }
    .test-welcome .cont {
        border-left: none;
        text-align: center;
        display: block;
        padding-left: 0;
    }
    .test-welcome:after {
        height: 15px;
        right: auto;
        top: auto;
        left: 0;
        bottom: -15px;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASEAAAAPCAYAAACrzHnpAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAclJREFUeNrsmssrRGEYxt/jzpBLtvwFdpKNP8BaVlLKrfwxUhQxMlJoZk2ZpYUSCzLFwlJZoFxz5/O8zbsYZeKbm8V5fvWraWbOOfWd09N3vucLnHPHInIlhPjRAPfgK+yGL9BxWIgHjTBWwXEgngQwArfhrIXPMOyFb/CTQ0R8YAgRH8pgFdyEc/Dcvp+Cd7APlsMPDhVhCJFiPCs6C0rAeXif8dsNnLYgGoDV8J1DRhhCpFDo7OcZrsGlLAGjr2JRC6Ih2CLp9SJCGEIkL2rhBVyB8T/8P24zozHYbuFFCEOI5EQ9PIUxuOVxXBI+wFHYAZ84lIQhRHzRCv4ALsDdHI7fsVezEdhjQcQKnzCEyK8ENgPSCl4XoE/yOFcKTloYaYWva0Ss8AlDiGRFK/gauCHfK/h8OJN0hX8L+y3kWOEThhD58VnQEFqHixYaheIaztiMaBBWCit8whAiGei+Hm2xVuGyFKda13NGLdx0h3WTsMInDKHQowvFdfDSwidRgmsmLIjGYZuwwmcIwVbhYmGY73/KXr+SJbyuXkt3XOteoi7ehtDSDCOBc24CHx45HqENoSO4/0/X1z1EnbwNoUVLkMMvAQYAy+9fXsLpz5cAAAAASUVORK5CYII=);
    }
    .test-cont {
        margin: 20px auto;
        float: none;
        padding: 40px 25px;
    }
    .test-cont:before {
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB8AAAAOCAYAAADXJMcHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAASRJREFUeNq01L9LQmEUxnGv2g9tKJrFv8Bwt2ajKWipFrHU/qOCQENysKagqdqCoKGltaG5obYwqdTb98BzwcHQe1898AF/4Ptwzuu5nu/7MYfKYx5PUX6cdAheRw2LaOIm7AFexM63cIisnYEPnONi1uG7KGMFv/rMRt9FGw30px1uV3SAfY26N+J7O+wKp/icVrh1WcGO3v/XWVxTuMUJ3lzD7V6rKKrbwbiGkMa9JvASNXxNHRfwrbFOWkt4Rh2PYcM3dMc5/IQMDsom8IozXcVE4ZvqOKtgl1rAO1q4HBduq1TC6tAqudYcvhReD/43w+EJPTj2kBqxSq6VUOi1NqEThC/rUbmtdenHZlNxTeEOxxae4cVRiFVyLU8PqYc/AQYAnrRekqEKJcIAAAAASUVORK5CYII=);
        top: -14px;
        left: 50%;
        margin-left: -16px;
        width: 30px;
        height: 14px;
    }
    .test-item .t-cont {
        font-size: 14px;
    }
    .test-item .t-cont .t-sign {
        font-size: 12px;
    }
    #footer-bottom .site-info {
        text-align: center;
    }
    .row-fluid.front-page-widgets .span3 {
        margin-right: 0;
        max-width: 100%;
    }
    .site-content article {
        padding: 30px 0px;
    }
    .post header.entry-header {
        padding: 0 0 0 100px;
    }
    .entry-meta-top {
        padding: 0 40px 0 100px;
    }
    .store-banner .container-fluid {
        background-image: none !important;
        text-align: left !important;
    }
    .store-banner .banner-title {
        font-size: 24px;
        line-height: 1.2em;
    }
    .widget.woocommerce.widget_shopping_cart .count {
        right: 4px;
        top: 9px;
    }
}

.widget_icl_lang_sel_widget .heading {
    display: none;
}
.lang_sel_list_horizontal ul li {
    display: inline;
    list-style: none;
    background: none;
}
.lang_sel_list_horizontal ul li:after {
    display: none;
}
#lang_sel_list a,
#lang_sel_list a:visited {
    line-height: 27px;
}
.cloud-zoom-lens {
    background-size: 435px auto !important;
}
.cloud-zoom-lens:after {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    display: block;
    content: "";
}
.site-header.stuck .site-title {
    font-size: 16px;
    padding-top: 15px;
}
.site-header.stuck .site-title a:hover {
    text-decoration: none;
}

.pt-new-badge {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
}
.pt-new-badge:before {
    width: 0;
    height: 0;
    border-bottom: 70px solid #454544;
    border-left: 70px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    content: '';
    display: block;
    border-position: inside;
}
.pt-new-badge-text {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #FFFFFF;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    bottom: 6px;
    right: 6px;
    padding: 0 0 0 7px;
    position: absolute;
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.35);
    text-transform: uppercase;
}
.mfp-content {
    z-index: 100000000;
}
#jckqv_images_wrap {
    width: 50%;
}
#jckqv_summary {
    width: 46%;
    margin-top: 15px;
}
#jckqv {
    overflow: auto;
    margin: 20px auto;
    font-family: inherit !important;
}
#jckqv p {
    font-family: 'Lato', sans-serif;
    color: #7d7d7d;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
}
#jckqv h1 {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    font-size: 24px;
    font-size: 2.4rem;
    color: #454544;
    margin-top: -20px;
    padding: 0;
}
#jckqv .woocommerce-product-rating {
    height: 26px;
}
#jckqv .woocommerce-product-rating .text-rating {
    display: inline-block;
    margin-left: 10px;
    margin-left: 1rem;
    font-family: 'Roboto Condensed';
    font-size: 14px;
    font-size: 1.4rem;
    color: inherit;
    margin-top: 5px;
}
#jckqv .price .amount {
    border-radius: 4px;
    color: #000;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
}
#jckqv .price .amount {
    font-size: 24px;
    font-size: 2.4rem;
    color: #000;
    font-family: 'Roboto Condensed';
    font-weight: normal;
}
#jckqv .stock {
    font-family: 'Roboto Condensed';
    margin: 0;
}
#jckqv .button {
    color: #fff;
    background: none repeat scroll 0 0 #454544;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: none;
    border: 0 none;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0 1rem;
    padding: 0 15px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.18);
    text-transform: uppercase;
    color: #fff;
    font-family: 'Roboto Condensed' !important;
    display: inline-block;
    font-size: 1.6rem;
    vertical-align: middle;
    transition: all 0.5s ease-out;
}
#jckqv .button:hover {
    background: #849ec1;
    color: #fff !important;
}
#jckqv .quantity .qty {
    color: #7D7D7D;
    font-size: 1.6rem;
    font-size: 16px;
    padding: 0 25px 0 10px;
    padding: 0 2.5rem 0 1rem;
    width: 90px;
    text-align: left;
    background-color: transparent;
    border-color: inherit !important;
    height: 36px;
    border: 1px solid #F1F1F1 !important;
    border-radius: 4px;
}
#jckqv .onsale {
    display: none;
}
#jckqv .cart {
    margin: 15px 0;
}
#jckqv .rsMinW .rsThumb {
    width: 120px;
    height: auto;
}
#jckqv .product_meta {
    padding: 0 8px;
    width: 100%;
    margin: 25px 0 10px;
    clear: both;
}
#jckqv .product_meta > span {
    padding: 8px 0;
}
.jckqvBtn {
    display: inline-block;
    height: 42px;
    line-height: 28px !important;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    width: 42px;
    text-align: center;
    position: relative;
    float: right;
    margin-left: 5px;
    line-height: 40px;
    font-size: 0;
}
.jckqvBtn i {
    font-size: 24px;
}
.jckqvBtn:hover {
    background-color: rgba(255, 255, 255, 0.90);
    color: #000 !important;
}
.widget.woocommerce.widget_shopping_cart .count {
    background-color: #cb4437;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -9px;
    right: -9px;
    font-size: 12px;
    text-align: center;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(44, 50, 50, 0.75);
    -moz-box-shadow: 1px 1px 3px 0px rgba(44, 50, 50, 0.75);
    box-shadow: 1px 1px 3px 0px rgba(44, 50, 50, 0.75);
}
.widget.woocommerce.widget_shopping_cart .count.empty {
    display: none;
}
#jckqv_images_wrap {
    margin: 0px 25px 0px 0px;
}
.mfp-wrap,
.mfp-bg {
    z-index: 999999 !important;
}
#jckqv_desc ul {
    list-style: disc;
    list-style-position: inside;
}
#jckqv_desc {
    margin-bottom: 20px;
}
.add_to_cart_button i {
    color: #000;
}
#jckqv table.variations {
    background: transparent;
}
#jckqv table.variations th,
#jckqv table.variations td {
    border-bottom: none;
}
.widget_shopping_cart .widget_shopping_cart_content .button.cart tr {
    display: none;
}
.jckqv-qty-spinners {
    display: none;
}
#jckqv .quantity span.label {
    display: none;
}

/* Plumtree Specials Styling */
/* Repeatable main headings styling */
.pt-page-title {
    display: inline-block;
    font-size: 24px;
    font-size: 2.4rem;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    width: 1px;
    overflow: visible;
    padding-right: 30px;
    padding-right: 3rem;
    font-weight: bold;
}
.pt-article-title,
.pt-article-title a  {
    display: inline-block;
    font-size: 24px;
    font-size: 2.4rem;
    color: #454544;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    font-weight: bold;
    line-height: 1.5;
}
.pt-content-title {
    border-bottom: 2px solid #F1F1F1;
    color: #000000;
    font-size: 15px !important;
    font-size: 1.5rem !important;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 2rem;
    padding: 1rem 0;
    text-transform: uppercase !important;
}
.head-wrap {
    display: table;
    width: 100%;
}
.head-wrap .cell {
    display: table-row;
}
.head-wrap .sep {
    display: table-cell;
    vertical-align: middle;
    padding-left: 30px;
    padding-left: 3rem;
}
.head-wrap .sep:before {
    display: block;
    content: '';
    height: 2px;
    background: #f1f1f1;
}
.pt-shortcode-title {
    display: inline-block;
    font-size: 18px !important;
    font-size: 1.8rem !important;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    width: 1px;
    overflow: visible;
}
.pt-shortcode-title span{
    color:#91a9c7;
}

/* Dropcaps */
p.dropcap1:first-letter {
    background: none repeat scroll 0 0 #A3B6CF;
    border-radius: 4px;
    color: #FFFFFF;
    float: left;
    font-size: 31px;
    font-weight: bold;
    line-height: 31px;
    margin-right: 10px;
    padding: 8px;
    -webkit-border-radius: 4px;
}
p.dropcap2:first-letter {
    float: left;
    color: #454544;
    font-size: 48px;
    line-height: 60px;
    padding-right: 10px;
    font-weight: bold;
}
p.dropcap3:first-letter {
    float: left;
    color: #a3b6cf;
    font-size: 48px;
    line-height: 60px;
    padding-right: 10px;
    font-weight: bold;
}

/* Accordion styling */
.accordion, .panel-group {
    margin-bottom: 20px;
}
.accordion-group, .panel {
    border: 0 none;
    border-radius: 0;
    margin-bottom: 0;
}
.accordion-body.collapse, .panel-collapse {
    border-top: 1px solid #efefef;
}
.accordion-heading, .panel-heading {
    border-bottom: 0 none;
    position: relative;
}
.accordion-heading .accordion-toggle, .panel-heading a {
    display: block;
    padding: 10px 0;
    outline: 0 none;
}
.panel-heading a{
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 21px;
}
.entry-content .panel-group h4.panel-title{
    padding: 0;
    margin: 0;
}
.accordion-toggle, .panel-toggle {
    cursor: pointer;
    display: block;
    position: relative;
}
.accordion-inner, .panel-body {
    border-top: 0 none;
    padding: 25px;
    padding: 2.5rem;
}
.accordion-toggle:after, .panel-heading a:after {
    background: none repeat scroll 0 0 #F1F1F1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    color: #000000;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 1.1rem;
    height: 20px;
    line-height: 20px;
    text-align: center;
    top: 11px;
    right: 0;
    width: 20px;
    position: absolute;
}
.panel-heading a i{
    margin-right: 10px;
}
.accordion-toggle.collapsed:after, .panel-heading a.collapsed:after {
    color: #7D7D7D;
    content: "";
}

/* Progress Bars */
.progress {
    background-color: #F1F1F1;
    background-image: none;
    background-repeat: no-repeat;
    border-radius: 0;
    box-shadow: none;
    height: 32px;
    line-height: 32px;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
}
.progress .bar,
.progress .progress-bar {
    background-color: #A3B6CF;
    background-image: none;
    background-repeat: no-repeat;
    box-shadow: none;
    box-sizing: border-box;
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    height: 100%;
    text-align: left;
    text-shadow: none;
    transition: width 0.6s ease 0s;
    width: 0;
    position: absolute;
    text-indent: 15px;
}
.progress-bar.progress-bar-success {
    background-color: #5cb85c;
}
.progress-bar.progress-bar-info {
    background-color: #5bc0de;
}
.progress-bar.progress-bar-warning {
    background-color: #f0ad4e;
}
.progress-bar.progress-bar-danger {
    background-color: #d9534f;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
  background-repeat-x: repeat;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-title i {
    margin-right: 5px;
}
.progress-info .progress-percentage{
    margin-left: 10px;
}
.progress .sr-only{
    display: block;
    position: absolute;
    right: 15px;
}
.ig-promobox{
    position: relative;
    margin-bottom: 30px;
}
.ig-promobox h2{
    display: inline-block;
}
.promo-box-shadow{
    padding: 15px;
}
.ig-promobox .btn{
    background-color: #fff;
    border: #000 1px solid;
}
.tabs-left .tab-content{
    border:none !important;
    padding: 0 !important;
}
ul.nav li{
    list-style: none;
}
/* Tabs */
.tabbable {
    margin-bottom: 20px;
}
.tabbable .nav-tabs:after {
    display: block;
    content: '';
    clear: both;
}
.tabbable .nav-tabs {
    border-bottom: 1px solid #e7e4d9;
    margin: 0;
}
.tabbable .nav-tabs li {
    margin: 0 0 -1px 0;
    float: left;
    list-style: none;
}
.tabbable .nav-tabs li:first-of-type a {
    border-left: 1px solid #e7e4d9;
}
.tabbable .nav-tabs li a {
    display: block;
    height: 55px;
    line-height: 55px;
    margin: 0;
    outline: none;
    padding: 0 40px;
    border-right: 1px solid #e7e4d9;
    border-top: 1px solid #e7e4d9;
    border-bottom: 1px solid #e7e4d9;
    transition: none;
    background-color: #f8f8f6;
    position: relative;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.tabbable .nav-tabs li a:before {
    display: block;
    content: '';
    height: 2px;
    width: 100%;
    left: 0;
    top: -1px;
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    background: #91a9c7;
}
.tabbable .nav-tabs li a:hover:before {
    opacity: 1;
}
.tabbable .nav-tabs li a:hover {
    background-color: rgba(255, 255, 255, 0.6);
}
.tabbable .nav-tabs li.active a,
.tabbable .nav-tabs li.active a:focus,
.tabbable .nav-tabs li.active a:hover {
    background: #fff;
    border-bottom: 1px solid #fff;
}
.tabbable.tabs-below .nav-tabs li.active a,
.tabbable.tabs-below .nav-tabs li.active a:focus,
.tabbable.tabs-below .nav-tabs li.active a:hover {
    border-top: 1px solid #fff;
}
.tabbable .nav-tabs li.active a:before {
    opacity: 1;
}
.tabbable.tabs-below .nav-tabs {
    border-bottom: 0 none;
    border-top: 1px solid #e7e4d9;
}
.tabbable.tabs-below .tab-content {
    border-bottom: 0 none;
    border-top: 1px solid #e7e4d9;
}
.tabbable.tabs-below li {
    margin: -1px 0 0 0;
}
.tabbable.tabs-below li a:before {
    top: auto;
    bottom: -1px;
}
.tabbable .tab-content {
    border: 1px solid #e7e4d9;
    border-top: 0;
    padding: 30px;
}
.tabbable .tab-pane {
    display: none;
}
.tabbable .tab-pane.active {
    display: block;
}
@media (max-width: 800px) {
    .tabbable .nav-tabs li a {
        padding: 0 25px;
    }
}
@media (max-width: 480px) {
    .tabbable .nav-tabs li {
        float: none;
    }
    .tabbable .nav-tabs li a {
        border-left: 1px solid #e7e4d9;
    }
}

/* Store page Banner styling */
.store-banner {
    position: relative;
    box-sizing: border-box;
    border-bottom: 2px solid #ececec;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3) inset;
    height: 300px;
    overflow: hidden;
    padding: 0;
    background-color: transparent;
    background-image: url("images/theme_img/store-banner-bg.png");
    background-position: center top;
    background-repeat: no-repeat;
}
.store-banner:after {
    display: block;
    content: '';
    background: url("images/theme_img/stripe.png") repeat;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-box-shadow:inset 0 2px 5px 0 rgba(0,0,0,0.2);
    box-shadow:inset 0 2px 5px 0 rgba(0,0,0,0.2);
}
.store-banner .container-fluid {
    height: 100%;
    position: relative;
    z-index: 2;
}
.store-banner .store-banner-inner {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: right top;
}
.store-banner .banner-img {
    width: 100%;
    height: auto;
    min-height: 200px;
}
.store-banner .banner-title {
    color: #FFFFFF;
    font-size: 3rem;
    font-size: 30px;
    font-weight: bold;
    text-shadow: 2px 1px 0 rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    width: 60%;
    display: inline-block;
    margin: 0;
}
.store-banner .banner-description {
    color: #FFFFFF;
    font-size: 1.8rem;
    font-size: 18px;
}
.store-banner .banner-button {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.6);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: 'Roboto Condensed';
    font-size: 1.9rem;
    font-size: 19px;
    font-weight: normal;
    height: 50px;
    line-height: 46px;
    margin-top: 15px;
    padding: 0 15px;
    position: relative;
    text-transform: uppercase;
    text-shadow: 2px 1px 0 rgba(0, 0, 0, 0.5);
}
.store-banner .banner-button:hover {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.6);
    text-decoration: none;
}
.store-banner .row-fluid {
    display: inline-block;
    vertical-align: middle;
}
.store-banner .vertical-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

/* Related Posts */
#related_posts {
    margin-top: 40px
}
#related_posts li:before {
    content: '';
    padding: 0;
}
#related_posts ul:after {
    content: '';
    display: block;
    clear: both;
}
#related_posts li {
    display: inline-block;
    float: left;
    width: 32%;
    max-width: 278px;
    margin-left: 2%;
    position: relative;
    word-spacing: normal;
    text-align: left;
    overflow: hidden;
}
#related_posts li:first-child {
    margin-left: 0;
}
#related_posts figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}
#related_posts figure figcaption {
	padding: 20px;
	color: #fff;
	text-transform: uppercase;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
#related_posts figure figcaption::before,
#related_posts figure figcaption::after {
	pointer-events: none;
}
#related_posts figure figcaption,
#related_posts figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
#related_posts figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}
#related_posts figure.effect-ming {
	background: #030c17;
}
#related_posts figure.effect-ming img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
#related_posts figure.effect-ming figcaption::before {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	border: 2px solid #fff;
	box-shadow: 0 0 0 30px rgba(255,255,255,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.4,1.4,1);
	transform: scale3d(1.4,1.4,1);
}
#related_posts figure.effect-ming h2 {
	margin: 22% 0 0 0;
  font-size: 22px;
  text-align: center;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
#related_posts figure.effect-ming p {
  text-align: center;
	padding: 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}
#related_posts figure.effect-ming:hover h2 {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
#related_posts figure.effect-ming:hover figcaption::before,
#related_posts figure.effect-ming:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}
#related_posts figure.effect-ming:hover figcaption {
	background-color: rgba(58,52,42,0);
}
#related_posts figure.effect-ming:hover img {
	opacity: 0.4;
}
/* Centered elements */
.centered-elements [class*="span"] {
    text-align: center;
}


/* Plumtree Temlates styling */

/* Portfolio template */
.site-content.portfolio {
    margin-top: 5rem;
    margin-top: 50px;
}
.site-content.portfolio .entry-content {
    padding-top: 0;
}
#portfolio-gallery {
}
#portfolio-gallery .gallery-item {
    margin: 0 0 40px 20px;
    margin: 0 0 4rem 2rem;
}
#pt-image-filters {
    display: block;
    margin: 0 0 40px 0;
    margin: 0 0 4rem 0;
    list-style: none;
}
#pt-image-filters:after {
    display: block;
    clear: both;
    content: '';
}
#pt-image-filters li {
    display: inline-block;
    margin: 0 20px 10px 0;
    margin: 0 2rem 1rem 0;
    list-style: none;
}
#pt-image-filters li a {
    display: inline-block;
    height: 42px;
    line-height: 42px;
    margin: 0;
    padding: 0 15px;
    background: transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #7D7D7D;
    border: 1px solid transparent;
    outline: none;
    text-decoration: none;
}
#pt-image-filters li a:hover,
#pt-image-filters li a:focus {
    border: 1px solid #F1F1F1;
    color: #7D7D7D;
}
#pt-image-filters li a {
    transition: none;
}
#pt-image-filters li.selected a {
    background: #a3b6cf;
    color: #fff;
    border: 1px solid transparent;
}
#portfolio-gallery .gallery-icon {
    overflow: hidden;
    position: relative;
}
#portfolio-gallery i {
    bottom: 12px;
    color: #FFFFFF;
    display: none;
    font-size: 18px;
    font-size: 1.8rem;
    position: absolute;
    right: 12px;
    z-index: 1;
}
#portfolio-gallery .gallery-icon:hover a:after {
    border-bottom: 70px solid #454544;
    border-left: 70px solid rgba(0, 0, 0, 0);
    bottom: 0;
    content: "";
    display: inline-block;
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
}
#portfolio-gallery .gallery-icon:hover i {
    display: block;
}
#portfolio-gallery .portfolio-item-description {
    margin: 0;
    text-align: left;
}
#portfolio-gallery .portfolio-item-description h3 {
    border-bottom: 1px solid #F1F1F1;
    color: #7790b1 !important;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    margin: 0;
    padding: 0;
}
#portfolio-gallery .portfolio-item-description div {
    margin: 7px 0 0;
}
#portfolio-gallery .gallery-item img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#portfolio-gallery .gallery-item:hover img {
    -moz-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}

/* Gallery Template */
#pt-gallery .gallery-item-description {
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
#pt-gallery .gallery-item {
    margin: 0 0 20px 20px;
    margin: 0 0 2rem 2rem;
}
#pt-gallery .gallery-item-description .quick-view {
    display: block;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
#pt-gallery .gallery-item:hover .gallery-item-description {
    opacity: 1;
}
#pt-gallery .gallery-item-description .desc-wrapper {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    padding: 0 10px;
}
#pt-gallery .gallery-item-description .vertical-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
#pt-gallery .gallery-item-description h3 {
    color: #fff !important;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 0 #000000;
    line-height: 1.5;
}
#pt-gallery .gallery-item-description div {
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
    margin: 0;
    padding: 5px 0 0;
    text-shadow: 1px 1px 0 #000000;
}
#pt-gallery i {
    bottom: 8px;
    color: #FFFFFF;
    display: block;
    font-size: 1.4rem;
    position: absolute;
    right: 8px;
    z-index: 1;
}
#pt-gallery .gallery-item-description:after {
    border-bottom: 50px solid #454544;
    border-left: 50px solid rgba(0, 0, 0, 0);
    bottom: 0;
    content: "";
    display: inline-block;
    height: 0;
    position: absolute;
    right: 0;
    width: 0;
}
#pt-gallery .gallery-item img {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#pt-gallery .gallery-item:hover img {
    -moz-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -webkit-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -o-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    -ms-transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
    transform: scale(1.1) rotate(0deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}

/* Front Page Template */
.front-page-widgets .widget .widget-title {
    border-bottom: 0 none;
}


/* =Plumtree Shortcodes Styling
-------------------------------------------------------------- */

/* From Blog shortcode */
.pt-from-blog-section {
    padding: 30px 0;
    padding: 3rem 0;
}
.pt-from-blog-section .ios-container {
    margin-top: 30px;
    margin-top: 3rem;
}
.pt-from-blog-section .ios-info {
    display: none;
}
.pt-from-blog-section .ios-navigation {
    display: table-cell;
    padding-left: 30px;
    vertical-align: middle;
    width: 100px;
}
.pt-from-blog-section .prev,
.pt-from-blog-section .next {
    width: 30px;
    height: 30px;
    background: #9ea1a2;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    display: inline-block;
    float: left;
    margin-left: 5px;
    margin-left: 0.5rem;
}
.pt-from-blog-section .prev i,
.pt-from-blog-section .next i {
    margin: 9px 0 0 10px;
    margin: 0.9rem 0 0 1rem;
}
.pt-from-blog-section .prev:hover,
.pt-from-blog-section .next:hover,
.pt-from-blog-section .prev:focus,
.pt-from-blog-section .next:focus {
    background: #454544;
}
.pt-from-blog-section .prev:hover i,
.pt-from-blog-section .next:hover i,
.pt-from-blog-section .prev:focus i,
.pt-from-blog-section .next:focus i {
    color: #fff;
}
.pt-from-blog-section .pt-shortcode-title {
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    width: 1px;
    overflow: visible;
    padding: 0px;
}
.pt-from-blog-section ul{
    width: -webkit-calc(100% + 30px);
    width:         calc(100% + 30px);
    margin-left: -30px;
    margin-bottom: 0;
    padding-top: 30px;
}
.pt-from-blog-section ul li {
    display: inline-block;
    width: 100%;
    float: left;
    margin-left: 30px;
    max-width: 365px;
}
.pt-from-blog-section h4 a {
    font-size: 16px;
    font-size: 1.6rem;
    word-wrap: break-word;
}
.pt-from-blog-section h4 {
    padding: 0;
    margin: 0;
    line-height: 1.3;
    display: inline;
    font-weight: bold;
}
.pt-from-blog-section .recent-posts-img-link {
    display: inline-block;
    float: left;
    margin: 0 29px 15px 0;
    max-width: 165px;
}
.pt-from-blog-section .recent-posts-img-link img {
    margin: 0;
    padding: 0;
}
.pt-from-blog-section .description {
    overflow: hidden;
    float: none;
}
.pt-from-blog-section .description:after {
    content: '';
    display: block;
    clear: both;
}
.pt-from-blog-section .recent-posts-entry-content {
    padding: 10px 0;
    padding: 1rem 0;
}
.pt-from-blog-section .post-author {
    display: none;
}
.pt-from-blog-section .recent-posts-entry-meta {
    border-top: 1px solid #EFEFEF;
    color: #B4B4B4;
    display: inline-block;
    font-family: 'Lato';
    font-size: 1.4rem;
    font-size: 14px;
    padding-top: 10px;
    width: 100%;
}
.pt-from-blog-section .recent-posts-entry-meta div {
    display: inline-block;
    float: left;
}
.pt-from-blog-section .recent-posts-entry-content p {
    display: inline;
}

/* Show Contacts Shortcode */
.contacts-section address {
    margin: 0;
    padding: 0;
    font-style: normal;
}
.contacts-section address.contact,
.contacts-section .contact {
    margin-bottom: 10px;
    margin-bottom: 1rem;
}
.contacts-section .contacts-title {
    margin-bottom: 30px;
    margin-bottom: 3rem;
}

/* Show Map Shortcode */
.map-bubble {
    padding: 0 5px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-family: 'Roboto Condensed';
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

/* Show Socials Shortcode */
.social-icons-section .socials-title {
    margin-bottom: 30px;
    margin-bottom: 3rem;
}
.social-icons-section ul {
    list-style: none;
    margin: 20px 0;
}
.social-icons-section ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}


/* =Plumtree Widgets Styling
-------------------------------------------------------------- */

/* Contacts widget */
.widget .pt-widget-contacts {
}
.widget .pt-widget-contacts .fa {
    color: #91A9C7;
    font-size: 1.8rem;
    font-size: 18px;
    left: -40px;
    position: absolute;
    width: 40px;
}
.widget_pt_contacts_widget .precontent {
    margin-bottom: 20px;
    margin-bottom: 2rem;
}
.widget_pt_contacts_widget .postcontent {
    margin-top: 20px;
    margin-top: 2rem;
}
.widget .pt-widget-contacts li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #616161;
    list-style: none outside none;
    margin-bottom: 10px;
    margin-left: 30px;
    padding: 0px 0 11px;
    position: relative;
    max-width: 75%;
}



.widget .pt-widget-contacts li:before {
    content: '';
    font-family: FontAwesome;
    font-size: 10px;
    vertical-align: middle;
    color: #7D7D7D;
    display: inline-block;
    padding: 0 5px 0 0;
    color: #91A9C7;
    font-size: 1.7rem;
    font-size: 17px;
    left: -30px;
    position: absolute;
    width: 30px;
}

.widget .pt-widget-contacts li.a-email:before{
    content: "\f0e0";
}

.widget .pt-widget-contacts li.a-skype:before{
    content: "\f17e";
}

.widget .pt-widget-contacts li.a-phone:before, .widget .pt-widget-contacts li.a-fax:before{
    content: "\f095";
}

.widget .pt-widget-contacts li.a-address:before{
    content: "\f041";
}

.widget .pt-widget-contacts li:hover {
    background: none;
    list-style: none;
}
.widget .pt-widget-contacts li:last-of-type {
    margin-bottom: 0;
    border-bottom: 0 none;
}
.widget .map-wrapper {
    max-width: 100% !important;
}

/* Most vieved & Recent posts widgets */
.widget .most-viewed-list li,
.widget .recent-post-list li {
    background: none;
    padding: 0 0 15px 0;
    padding: 0 0 1.5rem 0;
    margin-bottom: 15px;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #f1f1f1;
    list-style: none;
}
.widget .most-viewed-list li:before,
.widget .recent-post-list li:before,
.widget .most-viewed-list li:after,
.widget .recent-post-list li:after {
    content: '' !important;
    padding: 0 !important;
}
.widget .most-viewed-list li:after,
.widget .recent-post-list li:after {
    display: block;
    clear: both;
    position: relative;
}
.widget .most-viewed-list li:hover,
.widget .recent-post-list li:hover {
    list-style: none;
}
.widget .most-viewed-list li:last-of-type,
.widget .recent-post-list li:last-of-type {
    padding: 0;
    margin: 0;
    border-bottom: none;
}
.widget .most-viewed-list .thumb-wrapper,
.widget .recent-post-list .thumb-wrapper {
    max-width: 100px;
    float: left;
    display: inline-block;
    margin-right: 20px;
    min-height: 85px;
}
.widget .most-viewed-list img,
.widget .recent-post-list img {
    max-width: 100%;
    width: 100%;
}
.widget .most-viewed-list h4,
.widget .recent-post-list h4 {
    color: #454544;
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    text-align: center;
}
.widget .most-viewed-list .post-author,
.widget .recent-post-list .post-author {
    display: block;
}
.widget .most-viewed-list .most-viewed-entry-meta,
.widget .recent-post-list .recent-posts-entry-meta {
    color: #b4b4b4;
    margin-bottom: 10px;
}
.widget .most-viewed-list .post-date:before,
.widget .recent-post-list .post-date:before {
    content: "";
    display: inline-block;
    padding: 0 0.5rem 0 0;
    font-family: FontAwesome;
}
.widget .most-viewed-list .most-viewed-entry-content,
.widget .recent-post-list .recent-posts-entry-content {
    margin-bottom: 10px;
    position: relative;
}
.widget .most-viewed-list .most-viewed-entry-content .more-link,
.widget .recent-post-list .recent-posts-entry-content .more-link {
    background-color: rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    margin: 10px 0 0;
    padding: 0 10px;
}
.widget .most-viewed-list .post-author:before,
.widget .recent-post-list .post-author:before {
    content: "";
    display: inline-block;
    padding: 0 0.5rem 0 0;
    font-family: FontAwesome;
}
.widget .most-viewed-list .post-author:after,
.widget .recent-post-list .post-author:after {
    content: "";
    padding: 0;
    position: absolute;
}
.widget .most-viewed-list .comments-qty,
.widget .recent-post-list .comments-qty {
    display: inline-block;
    position: relative;
}
.widget .most-viewed-list .comments-qty:before,
.widget .recent-post-list .comments-qty:before {
    content: "";
    display: inline-block;
    padding: 0 0.5rem 0 0;
    font-family: FontAwesome;
}
.widget .most-viewed-list .product-price,
.widget .recent-post-list .product-price {
    text-align: center;
}
.widget .most-viewed-list .product-price .price,
.widget .recent-post-list .product-price .price {
    color: #1E0F02;
}
.widget .most-viewed-list .product-price .price del,
.widget .recent-post-list .product-price .price del {
    color: #8b8077;
}
.widget .most-viewed-list .product-price .price ins,
.widget .recent-post-list .product-price .price ins {
    text-decoration: none;
    color: #d5532d;
}

/* Search Widget */
.widget #pt-searchform-container {
    position: absolute;
    right: 0;
    z-index: 100;
}
.widget .show-search {
    display: inline-block;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    text-align: center;
    color: #454544;
}

.widget .show-search i{
    font-size: 1.2em;
}

.widget .show-search:hover {
    color: #fff;
    background: #454544;
}
.widget .pt-searchform {
    display: none;
}
.widget .pt-searchform #s {
    margin-top: 5px;
    margin-top: 0.5rem;
    padding: 0 60px 2px 10px;
    padding: 0 6rem 0.2rem 1rem;
    float: right;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    height: 38px;
    border: 1px solid #454544;
    color: #7D7D7D;
    font-family: inherit;
    width: 100%;
    box-shadow: none;
}
.widget .pt-searchform:after {
    display: block;
    content: '';
    clear: both;
}
.widget .pt-searchform #searchsubmit {
    max-width: 60px;
    position: absolute;
    right: 3px;
    top: 8px;
    margin: 0;
    height: 32px;
    line-height: 32px;
    background: none repeat scroll 0 0 #454544;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: none;
    border: 0 none;
    margin: 0;
    padding: 0 1rem;
    padding: 0 10px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.18);
    filter: dropshadow(color=#000000, offx=1, offy=1);
    text-transform: uppercase;
    color: #fff;
    font-family: 'Roboto Condensed';
    display: inline-block;
    vertical-align: middle;
}
.widget .pt-searchform #searchsubmit:hover {
    background: #849ec1;
}

/* Social Icons widget */
.widget .pt-widget-socials li {
    display: inline-block;
    float: left;
    border-bottom: 0 none !important;
}
.widget .pt-widget-socials li:before {
    content: '' !important;
    padding: 0 !important;
    position: absolute;
}
.widget .pt-widget-socials li:after {
    content: '' !important;
    padding: 0 !important;
    position: absolute;
}
.widget .pt-widget-socials:after {
    display: block;
    clear: both;
    content: '';
}
.widget .pt-widget-socials a {
    color: inherit;
    display: inline-block;
}
.widget .pt-widget-socials a:hover .fa {
    color: #fff;
    background: none repeat scroll 0 0 #454544;
}
.widget .pt-widget-socials .fa {
    font-size: 20px;
    font-size: 2rem;
    color: #454544;
    vertical-align: middle;
    background: transparent;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    display: inline-block;
}
.widget .pt-widget-socials.color-hover a:hover .fa-twitter {
    background: #55acee !important;
    color: #fff !important;
}
.widget .pt-widget-socials.color-hover a:hover .fa-facebook {
    background: #3b589c !important;
    color: #fff !important;
}
.widget .pt-widget-socials.color-hover a:hover .fa-google-plus {
    background: #da4735 !important;
    color: #fff !important;
}
.widget .pt-widget-socials.color-hover a:hover .fa-youtube {
    background: #da281e !important;
    color: #fff !important;
}
.widget .pt-widget-socials.color-hover a:hover .fa-flickr {
    background: #02A4DE !important;
    color: #fff !important;
}
.widget .pt-widget-socials.color-hover a:hover .fa-linkedin {
    background: #0274b3 !important;
    color: #fff !important;
}
.widget .pt-widget-socials.color-hover a:hover .fa-tumblr {
    background: #849CA1 !important;
    color: #fff !important;
}
.widget .pt-widget-socials.color-hover a:hover .fa-pinterest {
    background: #cb2027 !important;
    color: #fff !important;
}
.widget .pt-widget-socials.color-hover a:hover .fa-instagram {
    background: #406E94 !important;
    color: #fff !important;
}
#colophon .widget .pt-widget-socials li {
    margin: 0 5px 5px 0;
    padding: 0;
}
#colophon .widget .pt-widget-socials a:hover .fa {
    color: #454544;
    background: #f4f4f4;
}
#colophon .widget .pt-widget-socials .fa {
    color: #d4d4d4;
    background: #8e8e8e;
    border-radius: 0;
}

/* Payment Icons Widget */
.pt-widget-pay-icons li:after {
    content: '' !important;
}
.widget ul.pt-widget-pay-icons {
    display: block;
    float: none;
    text-align: left;
}
.pt-widget-pay-icons:after {
    content: '';
    display: block;
    clear: both;
}
.pt-widget-pay-icons li {
    border-bottom: 0 none !important;
    display: inline-block;
    width: 20%;
    margin-right: 4%;
    max-width: 60px;
}

/* Promo box Widget */
.widget.widget_pt_promo_widget {
    text-align: center;
}
.promo-container {
    overflow: hidden;
    position: relative;
    display: inline-block;
    max-width: 100%;
}
.promo-container a {
    width: 100%;
    height: 100%;
    display: block;
}
.promo-bg {
    position: relative;
    z-index: -1;
}
.promo-container .text-wrap {
    width: 49%;
    padding: 5%;
    position: absolute;
    line-height: 1;
    text-align: center;
}
.promo-container .banner-button {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.6);
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: 'Roboto Condensed';
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;
    padding: 10px;
    position: relative;
    text-shadow: 2px 1px 0 rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
}
.promo-container.text-image .text-wrap {
    left: 0;
    top: 0;
}
.promo-container.image-text .text-wrap {
    right: 0;
    top: 0;
}

/* Contact form Styles */
.wpcf7-form input[type="text"],
.wpcf7-form textarea,
.wpcf7-form input[type="email"] {
    max-width: 100% !important;
}

/* Wishlist Styles */
.woocommerce table.wishlist_table {
    font-size: inherit;
    border-bottom: 1px solid #f1f1f1;
}
.woocommerce table.wishlist_table thead th {
    border-top: 1px solid #f1f1f1;
    padding: 16px 12px;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
}
.wishlist_table.shop_table.cart thead th.product-name,
.wishlist_table.shop_table thead th.product-name {
    text-align: center;
}
.woocommerce table.wishlist_table tbody td {
    border-color: #f1f1f1;
    vertical-align: middle;
    border-left: 0;
}
.woocommerce table.wishlist_table tr td.product-remove {
    border-left: 1px solid #f1f1f1;
}
.wishlist-title h2,
.yith-wcwl-share h4 {
    color: #000000;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 10px 0;
    text-transform: uppercase;
}
.yith-wcwl-share h4.yith-wcwl-share-title {
    margin: 0;
    padding: 0;
}
.yith-wcwl-share {
    clear: both;
    margin: 0;
}
.shop_table.cart.wishlist_table .remove {
    color: red;
    font-family: 'Roboto Condensed';
    font-size: 1.6rem;
    font-size: 16px;
    text-transform: uppercase;
}
.wishlist_table tr td.product-thumbnail,
.wishlist_table tr td.product-name {
    text-align: center;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
    display: inline-block !important;
    margin: 0;
}
.woocommerce #content table.wishlist_table.cart a.remove {
    background-color: transparent;
    color: red;
    width: 16px;
    line-height: 16px;
    height: 16px;
    text-decoration: none;
    display: inline-block;
    border-radius: 50%;
}
.woocommerce #content table.wishlist_table.cart a.remove:hover {
    background-color: red;
    color: #fff;
}
.woocommerce table.wishlist_table tfoot td {
    border-bottom: 0;
    border-right: 0;
    padding: 20px 0;
}
.wishlist_table .button {
    background: none repeat scroll 0 0 #F1F1F1;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    margin: 0;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    transition: background-color .3s ease-out, color .3s ease-out;
}
.wishlist_table .button:hover {
    background-color: #91a9c7;
    color: #fff;
}
.wishlist_table {
     width: 100%;
}
.wishlist_table tbody td {
    border-left: 1px solid #f1f1f1;
}


/* Advanced Contact Image styles */
.contact-img-wrapper {
    width: 100%;
    position: relative;
    background: #fff;
}
.contact-img-wrapper img {
    width: 100%;
    -webkit-transition: opacity 0.35s;
  	transition: opacity 0.35s;
}
.contact-img-wrapper figcaption {
	z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85px;
}
.contact-img-wrapper h4 {
  font-weight: bold;
  font-size: 20px;
  margin: 0;
  padding: 0 20px 2px 20px;
  display: inline-block;
  background: rgba(255,255,255,0.7);
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}
.contact-img-wrapper p {
	padding: 0 20px;
	font-size: 18px;
  height: 30px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
}
.contact-img-wrapper p a {
	margin: 0 10px;
	color: #454544;
}
.contact-img-wrapper p a:hover,
.contact-img-wrapper p a:focus {
	opacity: 0.6;
}
.contact-img-wrapper figcaption::before {
	position: absolute;
	top: 5px;
	right: 20px;
	left: 20px;
	z-index: -1;
	height: 30px;
	background: #fff;
	content: '';
  opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale3d(1,0.023,1) ;
	transform: translate3d(0,20px,0) scale3d(1,0.023,1);
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
}
.contact-img-wrapper:hover img {
	opacity: 0.5;
}
.contact-img-wrapper:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}
.contact-img-wrapper:hover h4 {
  background: transparent;
}
.contact-img-wrapper:hover figcaption::before {
	opacity: 0.7;
	-webkit-transform: translate3d(0,30px,0) scale3d(1,1,1) ;
	transform: translate3d(0,30px,0) scale3d(1,1,1);
}
.contact-btns a {
    background: none repeat scroll 0 0 #fff;
    border-radius: 4px;
    display: inline-block;
    float: right;
    height: 30px;
    line-height: 34px;
    padding: 0;
    position: relative;
    text-align: center;
    width: 30px;
    margin-left: 5px;
}
.contact-btns a:hover,
.contact-btns a:focus,
.contact-btns a:active {
    opacity: 0.7;
}
.contact-btns a i {
    font-size: 20px;
}
.contact-btns a:last-of-type {
    margin-left: 0px;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .pt-from-blog-section ul li {
        max-width: 47%;
        margin-left: 25px;
    }
}

@media (max-width: 767px) {

    .pt-from-blog-section ul li {
        max-width: 47%;
        margin-left: 25px;
    }

    .pt-from-blog-section .recent-posts-img-link {
        display: block;
        float: none;
        margin: 0 0px 15px 0;
        max-width: 100%;
    }

    .widget .most-viewed-list .thumb-wrapper,
    .widget .recent-post-list .thumb-wrapper {
        max-width: 40%;
    }

    .widget .pt-widget-contacts li {
        max-width: 100%;
    }

    .store-banner .banner-button {
        font-size: 18px;
        height: 45px;
        line-height: 45px;
    }

    .store-banner .banner-title {
        font-size: 20px;
    }

    #content .rotatingtweets .rotatingtweet,
    #content .norotatingtweets .norotatingtweet {
        width: 350px;
        max-width: 350px;
    }

    #pt-gallery .gallery-item-description .desc-wrapper {
        display: none !important;
    }
    #pt-gallery .gallery-item-description .vertical-helper {
        display: none !important;
    }
    #pt-gallery i {
        font-size: 1.2rem;
        font-size: 12px;
        bottom: 6px;
        right: 4px;
    }
    #pt-gallery .gallery-item-description:after {
        border-bottom: 40px solid #454544;
        border-left: 40px solid rgba(0, 0, 0, 0);

    }

}

@media (max-width: 480px) {

    .pt-from-blog-section ul li{
        width: 100%;
        float: none !important;
        margin: 0;
        max-width: 100%;
    }

    .pt-from-blog-section ul {
        width: 100%;
        margin: 0;
    }

    .pt-from-blog-section .recent-posts-img-link{
        width: 100%;
        max-width: 100% !important;
        float: none;
    }

    #portfolio-gallery .gallery-item {
        margin: 0 0 40px 0px;
    }

    #pt-gallery .gallery-item {
        margin: 0 0 20px 0px;
        margin: 0 0 2rem 0rem;
    }
}

/* Links & Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
a {
	-webkit-transition: color 0.5s ease-out;
	-moz-transition: color 0.5s ease-out;
	-ms-transition: color 0.5s ease-out;
	-o-transition: color 0.5s ease-out;
	transition: color 0.5s ease-out;
}
.pt-dark-button,
.pt-light-button, .btn {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
a.remove {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

/* Site menu */
ul.sf-menu li a:after {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

/* Search Forms */
i.fa-search {
	-webkit-transition: color 0.5s ease-out;
	-moz-transition: color 0.5s ease-out;
	-ms-transition: color 0.5s ease-out;
	-o-transition: color 0.5s ease-out;
	transition: color 0.5s ease-out;
}
.show-search {
	-webkit-transition: background 0.5s ease-out;
	-moz-transition: background 0.5s ease-out;
	-ms-transition: background 0.5s ease-out;
	-o-transition: background 0.5s ease-out;
	transition: background 0.5s ease-out;
}

/* Pagination */
.page-links a span,
.pagination a,
.woocommerce-pagination a,
.page-numbers {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

/* Shop Filters widget */
.product-filters li {
    -webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

/* Woocommerce Tabs anchors */
.woocommerce-tabs a {
	-webkit-transition: color 0.5s ease-out;
	-moz-transition: color 0.5s ease-out;
	-ms-transition: color 0.5s ease-out;
	-o-transition: color 0.5s ease-out;
	transition: color 0.5s ease-out;
}

/* Socials Widget */
.pt-widget-socials i {
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

/* From Blog shortcode animation */
.pt-from-blog-section .prev i,
.pt-from-blog-section .next i,
.pt-from-blog-section .prev,
.pt-from-blog-section .next {
    -webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

/* Woocommerce shortcodes animation */
.shortcode-with-slider .product-category a:after {
    -webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.shortcode-with-slider .prev i,
.shortcode-with-slider .next i,
.shortcode-with-slider .prev,
.shortcode-with-slider .next {
    -webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

/* Tag Cloud */
.widget .tagcloud a {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

/* More Link */
.more-link {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

/* YITH filters styles */
.widget.yith-woocommerce-ajax-product-filter.woocommerce li {
    list-style: none;
    color: inherit;
    border-width: 0 0 0 0;
}
.widget.yith-woocommerce-ajax-product-filter.woocommerce .yith-wcan-list li {
    border-width: 0 0 1px 0;
    color: #7D7D7D;
    padding: 5px 0;
}
.widget.yith-woocommerce-ajax-product-filter.woocommerce .yith-wcan-list li:first-of-type {
    padding-top: 0;
}
.widget.yith-woocommerce-ajax-product-filter.woocommerce .yith-wcan-list li:last-of-type {
    padding-bottom: 0;
}
.widget.yith-woocommerce-ajax-product-filter.woocommerce .yith-wcan-list li a {
    padding-left: 18px;
    color: #7D7D7D;
}
.widget.yith-woocommerce-ajax-product-filter li.chosen,
.widget.yith-woocommerce-ajax-product-filter li:hover {
    color: #7790b1;
}
.widget.yith-woocommerce-ajax-product-filter .yith-wcan-list li.chosen a:before {
    content: "";
}
.widget.yith-woocommerce-ajax-product-filter.widget_layered_nav ul li.chosen a {
    background: transparent;
    border: 0;
    color: inherit;
}
.widget.yith-woocommerce-ajax-product-filter .yith-wcan-list li a:before {
    display: inline-block;
    content: "";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 6px;
    font-size: 15px;
    color: #151515;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
.widget.yith-woocommerce-ajax-product-filter .yith-wcan-list li a:hover::before,
.widget.yith-woocommerce-ajax-product-filter .yith-wcan-list li a:hover {
    color: #7790b1;
}
.widget.yith-woocommerce-ajax-product-filter .yith-wcan-list li:first-of-type a:before {
    top: 1px;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li a,
.woocommerce .widget_layered_nav ul.yith-wcan-color li span,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li span {
    border: 2px solid #DADADA;
    height: 30px;
    margin: 0 5px 0 0;
    width: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-transition: border-color 0.3s ease-out;
    -moz-transition: border-color 0.3s ease-out;
    -ms-transition: border-color 0.3s ease-out;
    -o-transition: border-color 0.3s ease-out;
    transition: border-color 0.3s ease-out;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li a:hover,
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li.chosen a,
.woocommerce .widget_layered_nav ul.yith-wcan-color li span:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li span:hover,
.woocommerce .widget_layered_nav ul.yith-wcan-color li.chosen span,
.woocommerce-page .widget_layered_nav ul.yith-wcan-color li.chosen span {
    border: 2px solid #a3b6cf;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.woocommerce a.button.yith-wcan-reset-navigation {
    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -ms-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
    margin-top: 6px;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li a,
.woocommerce .widget_layered_nav ul.yith-wcan-label li span,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li span {
    border: 2px solid #DADADA;
    color: #7D7D7D;
    display: inline-block;
    float: left;
    font-family: 'Roboto Condensed';
    margin: 0 5px 0 0;
    padding: 4px 0;
    line-height: 21px;
    text-align: center;
    width: 34px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
    -o-transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
    transition: color 0.3s ease-out, background-color 0.3s ease-out, border-color 0.3s ease-out;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li a:hover,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li a:hover,
.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a,
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li.chosen a {
    color: #fff;
    background: #a3b6cf;
    border: 2px solid #a3b6cf;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li,
.woocommerce .widget_layered_nav ul.yith-wcan-color li {
    padding-bottom: 0;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li:first-of-type,
.woocommerce .widget_layered_nav ul.yith-wcan-color li:first-of-type {
    padding-top: 5px;
}
.widget.yith-woocommerce-ajax-product-filter .yith-wcan .count {
    float: right;
    font-size: 100%;
}
.yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li a,
.widget .yit-wcan-select-open {
    max-width: 210px;
}
.widget-area .yith-wcan-select-wrapper {
    max-width: 210px;
    margin-top: -1px;
    border-color: #e1e1e1;
}
.widget .yit-wcan-select-open {
    background-color: #fafafa;
    background-image: none;
    border-color: #e1e1e1;
    color: #505050;
    height: 34px;
    line-height: 32px;
    padding: 0px 30px 0px 15px;
    margin: 16px 0 0 0;
    position: relative;
}
.widget .yit-wcan-select-open::after {
    content: "";
    display: block;
    font-family: FontAwesome;
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 0;
}
.top-store-page-widgets {
    margin-top: 40px;
}
.top-store-page-widgets .widget.yith-woocommerce-ajax-product-filter {
    border: 0;
    border-radius: 0;
    padding: 0 8px;
    display: inline-block;
    position: relative;
    margin-bottom: 5px;
}
.top-store-page-widgets .dropdown-filters-title.widget-title {
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
    padding: 8px 20px;
    text-transform: uppercase;
    color: #fff !important;
    background: #454544;
    font-size: 14px;
    margin: 0;
    cursor: pointer;
    border: 0 none;
    font-weight: normal;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
}
.top-store-page-widgets .widget.yith-woocommerce-ajax-product-filter.hovered .dropdown-filters-title:after {
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-top: 6px solid #454544;
    bottom: -6px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0;
}
.top-store-page-widgets .widget.yith-woocommerce-ajax-product-filter .yith-wcan {
    background-color: #fff;
    padding: 20px 20px 25px;
    min-width: 200px;
    position: absolute;
    top: 50px;
    left: 50%;
    margin: 0 0 0 -100px;
    border: 1px solid #454544;
    border-top: 3px solid #454544;
    z-index: 110;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, -15px, 0);
    -moz-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -webkit-transform 0.35s;
    -ms-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.top-store-page-widgets .widget.yith-woocommerce-ajax-product-filter.hovered .yith-wcan {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}
.top-store-page-widgets .widget_layered_nav ul.yith-wcan-label li,
.top-store-page-widgets .widget_layered_nav ul.yith-wcan-color li {
    padding: 5px 0 0 0;
}
@media (max-width: 800px) {
    .top-store-page-widgets {
        padding-bottom: 0;
        margin-bottom: 15px;
    }
    .top-store-page-widgets .widget.yith-woocommerce-ajax-product-filter {
        margin-bottom: 15px;
        padding: 0 15px 0 0;
    }
    .top-store-page-widgets .filter-head {
        padding: 0 15px 0 0;
    }
}
.top-store-page-widgets .widget_price_filter {
    border: 0 none;
    border-radius: 0;
    display: inline-block;
    padding: 0 8px;
    position: relative;
    margin-bottom: 15px;
}
.top-store-page-widgets .widget_price_filter .dropdown-filters-title {
    display: inline-block;
    padding: 8px 20px;
    text-transform: uppercase;
    background: #454544;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    font-size: 14px;
    margin: 0;
    cursor: pointer;
}
.top-store-page-widgets .widget_price_filter.hovered .dropdown-filters-title:after {
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-top: 6px solid #454544;
    bottom: -6px;
    content: "";
    display: block;
    height: 0;
    left: 50%;
    margin-left: -6px;
    position: absolute;
    width: 0;
}
.top-store-page-widgets .widget_price_filter form {
    background-color: #fff;
    padding: 20px;
    min-width: 250px;
    position: absolute;
    top: 60px;
    left: 50%;
    margin: 0 0 0 -125px;
    z-index: 110;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #454544;
    border-top: 3px solid #454544;
    -webkit-transform: translate3d(0, -15px, 0);
    -moz-transform: translate3d(0, -15px, 0);
    -ms-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, -webkit-transform 0.35s;
    -ms-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.top-store-page-widgets .widget_price_filter.hovered form {
    opacity: 1;
    -webkit-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
}

/* PT Categories */
.widget_pt_categories .pt-categories li:last-of-type {
    border-bottom: 0 none;
}
.widget_pt_categories .pt-categories li:before {
    display: none;
    padding-right: 0;
}
.widget_pt_categories .pt-categories li:after {
    display: block;
    content: '';
    clear: both;
}
.widget_pt_categories .pt-categories li .cat-img-wrap {
    max-width: 25px;
    display: inline-block;
    margin-right: 8px;
}
.widget_pt_categories .pt-categories li a,
.widget_pt_categories .pt-categories li .count {
    display: inline-block;
    vertical-align: middle;
}
.widget_pt_categories .pt-categories li.current-cat a {
    color: #7790b1;
}
.widget_pt_categories .pt-categories li .show-children {
    float: right;
    padding: 0;
    outline: none;
    display: inline-block;
    position: relative;
    width: 18px;
    height: 19px;
    line-height: 17px;
    text-align: center;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    margin: 3px 0 0 8px;
    border: 1px solid #7790b1;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    background: #fff;
    cursor: pointer;
}
.widget_pt_categories .pt-categories li .show-children span:before {
    color: #7790b1;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 10px;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    margin: 0;
    height: 19px;
    vertical-align: middle;
    text-shadow: none;
}
.widget_pt_categories .pt-categories li .show-children:hover {
    background: #7790b1;
}
.widget_pt_categories .pt-categories li .show-children:hover span:before {
    color: #fff;
}
.widget_pt_categories .pt-categories li .show-children.collapsed span:before {
    content: "";
}
.widget_pt_categories .children {
    margin: 0;
    width: 100%;
}
.widget.widget_pt_categories ul.children li {
    border: 0 none;
    padding-left: 0px;
    width: 100%;
    border-bottom: 1px dotted #f1f1f1;
}
.widget_pt_categories .children li:after {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 12px;
    vertical-align: middle;
    padding: 5px 5px 0 0;
    content: "";
    float: right;
}
.widget.widget_pt_categories ul.children li:first-of-type {
    padding-top: 12px;
}
.widget.widget_pt_categories ul.children li:last-of-type {
    padding-bottom: 8px;
    border: 0;
}

/* Product Categories on Shop Page */
.product-categories {
  list-style: none;
  margin: 40px -10px 30px -10px;
}
.product-categories:after {
  display: table;
  content: '';
  clear: both;
}
.product-categories.cols-3 li.product-category {
  max-width: 33%;
}
.product-categories.cols-4 li.product-category {
  max-width: 25%;
}
.product-categories.cols-5 li.product-category {
  max-width: 20%;
}
.product-categories.cols-6 li.product-category {
  max-width: 16.5%;
}
.product-categories li.product-category {
  display: inline-block;
  float: left;
  padding: 0 10px;
  margin: 0;
}
.product-categories figure.effect-steve {
	overflow: hidden;
  max-width: 100%;
  position: relative;
  box-shadow: 0;
  -webkit-transition: box-shadow 0.35s;
	transition: box-shadow 0.35s;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.product-categories figure.effect-steve figcaption {
	z-index: 1;
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.product-categories figure.effect-steve img {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: perspective(1000px) translate3d(0,0,0);
	transform: perspective(1000px) translate3d(0,0,0);
}
.product-categories figure.effect-steve h3,
.product-categories figure.effect-steve p {
	background: rgba(119,144,177,0.8);
	color: #fff;
  width: 100%;
  display: block;
  position: absolute;
  text-align: center;
  margin: 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(0.9,0.9,1);
	transform: scale3d(0.9,0.9,1);
}
.product-categories figure.effect-steve h3 {
	top: 20%;
  font-size: 18px;
  text-transform: uppercase;
}
.product-categories figure.effect-steve a {
  color: #fff;
  margin-left: 5px;
}
.product-categories figure.effect-steve p {
  bottom: 20%;
  padding: 5px 0;
}
.product-categories figure.effect-steve:hover {
  box-shadow: 0 1px 7px rgba(0,0,0,0.8);
}
.product-categories figure.effect-steve:hover img {
	-webkit-transform: perspective(1000px) translate3d(0,0,50px);
	transform: perspective(1000px) translate3d(0,0,50px);
}
.product-categories figure.effect-steve:hover p,
.product-categories figure.effect-steve:hover h3 {
	opacity: 1;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}

/* Welcome text styles */
span.wel-t {
    font-family: "latoregular";
    font-size: 24px;
    line-height: 1.25em;
    color: #91a9c7;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.18);
    text-transform: uppercase;
}
span.wel-n {
    font-family: "latolight";
    font-size: 24px;
    line-height: 1.25em;
    color: #000;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.18);
    text-transform: uppercase;
}

/* PT carousel */
.site-main .owl-theme .owl-controls .owl-buttons div {
    background: #f7972b;
}
.site-main .owl-theme .owl-controls .owl-page span {
    background: #f7972b;
}
.pt-carousel .title-wrapper {
    position: relative;
}
.pt-carousel .title-wrapper h3 {
    display: block;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    color: inherit;
    font-size: 30px;
    padding: 22px 85px 20px 0px;
    margin: 0;
    text-transform: uppercase;
    border-top: 2px solid #484747;
}
.pt-carousel .slider-navi {
    padding-right: 0;
}
.pt-carousel .item-wrapper {
    float: left;
    padding: 0 15px;
    max-width: 100%;
}
.pt-carousel figure {
    position: relative;
}
.pt-carousel figcaption {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    padding: 20px;
    opacity: 0;
    text-align: center;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.pt-carousel figcaption h3 {
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-family: "Roboto", sans-serif;
}
.pt-carousel figcaption a {
    display: inline-block;
    margin-left: 1px;
    padding: 10px 12px;
    text-align: center;
    background: #f4f4f4;
    color: #555555;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.pt-carousel figcaption a .fa {
    font-size: 22px;
}
.pt-carousel figcaption a:hover,
.pt-carousel figcaption a:focus,
.pt-carousel figcaption a:active {
    background: #f7972b;
    color: #fff;
}
.pt-carousel figcaption .caption-wrapper {
    display: inline-block;
    vertical-align: middle;
}
.pt-carousel figcaption .vertical-helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.pt-carousel.animation-shift .item-wrapper {
    padding-bottom: 10px;
}
.pt-carousel.animation-shift figure:hover figcaption {
    opacity: 1;
    -ms-transform: translate(10px, 10px);
    -webkit-transform: translate(10px, 10px);
    -moz-transform: translate(10px, 10px);
    transform: translate(10px, 10px);
}
.pt-carousel.animation-shift figcaption {
    top: 0;
    left: 0;
    background: rgba(0, 156, 213, 0.5);
    color: #fff;
    height: 100%;
    width: 100%;
}
.pt-carousel.animation-shift figcaption h3 {
    color: #fff;
    background-color: rgba(0, 156, 213, 0.8);
    font-size: 16px;
    font-weight: 500;
}
.pt-carousel.animation-shift figcaption span {
    background-color: rgba(0, 156, 213, 0.8);
    padding: 0 5px;
}
.pt-carousel.animation-shift figcaption .btn-wrapper {
    margin-top: 20px;
}
.pt-carousel.animation-fading figure:hover figcaption {
    opacity: 1;
    width: 100%;
    height: 100%;
}
.pt-carousel.animation-fading figure:hover figcaption .caption-wrapper {
    opacity: 1;
    -ms-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.pt-carousel.animation-fading figcaption {
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
    color: #646565;
    height: 0;
    width: 0;
}
.pt-carousel.animation-fading figcaption h3 {
    color: #646565;
    background-color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-weight: 500;
}
.pt-carousel.animation-fading figcaption span {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0 5px;
}
.pt-carousel.animation-fading figcaption .btn-wrapper {
    margin-top: 20px;
}
.pt-carousel.animation-fading figcaption .caption-wrapper {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.pt-carousel.animation-bottom-sliding figure:hover figcaption {}
.pt-carousel.animation-bottom-sliding figure:hover figcaption h3 {}
.pt-carousel.animation-bottom-sliding figure:hover figcaption .btn-wrapper {
    opacity: 1;
}
.pt-carousel.animation-bottom-sliding .owl-item:first-of-type figcaption {
    border-left: 2px solid #e7e4d9;
}
.pt-carousel.animation-bottom-sliding figcaption {
    background: #fff;
    width: 100%;
    border-bottom: 1px solid #e7e4d9;
    opacity: 1;
    padding: 10px 75px 10px 10px;
    text-align: left;
    position: relative;
    margin-left: -1px;
}
.pt-carousel.animation-bottom-sliding figcaption::after {
    display: inline-block;
    height: 100%;
    width: 1px;
    bottom: 0;
    right: 0;
    content: '';
    position: absolute;
    background-color: #e7e4d9;
}
.pt-carousel.animation-bottom-sliding figcaption .btn-wrapper {
    margin: 0;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
}
.pt-carousel.animation-bottom-sliding figcaption a {
    display: inline-block;
    margin-left: 5px;
    padding: 5px 7px;
    text-align: center;
    background: #fff;
    color: #f7972b;
    border: 1px solid #f7972b;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
}
.pt-carousel.animation-bottom-sliding figcaption a:hover {
    background: #f7972b;
    color: #fff;
}
.pt-carousel.animation-bottom-sliding figcaption a .fa {
    font-size: 16px;
}
.pt-carousel.animation-none figure:hover img {
    opacity: 1;
}
.pt-carousel.animation-none img {
    opacity: 0.9;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}
.pt-carousel.animation-none figcaption {
    display: none;
}
.pt-carousel .carousel-item {
    margin: 0 -15px;
}
.pt-carousel .carousel-item:after {
    display: block;
    content: '';
    clear: both;
}
.pt-carousel .per-slide-6 .carousel-item {
    margin-top: -30px;
}
.pt-carousel .per-slide-6 .item-wrapper {
    width: 33%;
    padding: 30px 15px 0;
}
.pt-carousel .per-slide-3 .item-wrapper {
    width: 33%;
}
.pt-carousel .per-slide-2 .item-wrapper {
    width: 50%;
}
.pt-carousel .per-slide-1 .item-wrapper {
    width: 100%;
    text-align: center;
}

/* To top button */
.to-top {
    width:50px;
    height:50px;
    background: #9ea1a2;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    line-height: 48px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    font-size: 30px;
    text-align: center;
    color: #454544;
    background-clip: padding-box;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 500;
}
.to-top:hover {
    background: #454544;
    color: #fff;
}
.to-top.top-is-visible {
    visibility: visible;
    opacity: 1;
}
.to-top.top-fade-out {
    opacity: .5;
}
.no-touch .to-top:hover {
    background-color: #454544;
    opacity: 1;
}
@media (min-width: 768px) {
    .to-top {
        right: 20px;
        bottom: 20px;
    }
}
@media (max-width: 480px) {
    .to-top {
        display: none;
    }
}
@media (min-width: 1024px) {
    .to-top {
        right: 30px;
        bottom: 30px;
    }
}
