/*!
 * Theme Name:  FireUp
 * Theme URI:   http://www.theme-junkie.com/themes/fireup
 * Description: A Minimal WooCommerce WordPress theme. 
 * Version:     1.0.3
 * Author:      Theme Junkie
 * Author URI:  http://www.theme-junkie.com/
 * Tags:        gray, white, light, one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-menu, editor-style, sticky-post, threaded-comments, translation-ready
 * Text Domain: fireup
 * 
 * License:     GNU General Public License v2.0 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 *
 * SuperNews WordPress Theme, Copyright 2015 - 2017 http://www.theme-junkie.com/
 * SuperNews is distributed under the terms of the GNU GPL
 *
 * Please DO NOT EDIT THIS FILE, if you want to customize the styles, you can create a child theme
 * See: http://codex.wordpress.org/Child_Themes
 */
/*-----------------------------------------------------------------------
[Table of contents]

1.0 - Reset
2.0 - Basic
3.0 - Structure
4.0 - Header
5.0 - Navigation
6.0 - Content
	6.1 - Featured Content
	6.2 - Latest Content
	6.3 - Editor's Picks
	6.4 - More Content
	6.5 - Pagination
	6.6 - Singular
	6.7 - Comments
7.0 - Sidebar
8.0 - Footer
9.0 - Misc
10.0 - Plugins
---------------------------------------------------------------------- */
/* 1.0 - Reset
---------------------------------------------------------------------- */
/**
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

body {
  background: #ffffff;
  color: #4d4d4d;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.4;
  position: relative; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4d4d4d;
  font-weight: bold; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.8em; }

h3 {
  font-size: 1.6em; }

h4 {
  font-size: 1.4em; }

h5 {
  font-size: 1.2em; }

h6 {
  font-size: 1em; }

a:link,
a:visited {
  color: #ef6c5f;
  text-decoration: none;
  -webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
  -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
  -ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
  -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
  transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out; }

a:hover {
  text-decoration: none; }

a:active {
  outline: none; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  clear: both; }

.left {
  float: left; }

.right {
  float: right; }

/* Social Icons */
.fa-facebook {
  color: #3b5998; }

.fa-twitter {
  color: #00aced; }

.fa-google-plus {
  color: #dd4b39; }

.fa-linkedin {
  color: #007bb6; }

.fa-pinterest {
  color: #C92228; }

.fa-rss {
  color: #f0b70c; }

.fa-envelope-o {
  color: #aad450; }

.fa-dribbble {
  color: #ea4c89; }

figure > img {
  display: block; }

img {
  height: auto;
  max-width: 100%; }

img[class*="align"],
img[class*="attachment-"] {
  height: auto; }

embed,
iframe,
object {
  max-width: 100%;
  width: 100%; }

.wp-caption {
  margin-bottom: 24px;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-bottom: 5px; }

.wp-caption-text {
  font-style: italic;
  color: #999; }

.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/**
 * Gallery
 * Taken from Twenty Fourteen theme.
 */
.gallery {
  margin-bottom: 20px; }

.gallery-item {
  margin: 0 4px 4px 0;
  float: left;
  overflow: hidden;
  position: relative; }

.gallery-icon a,
.gallery-icon img {
  display: block; }

.gallery-columns-1 .gallery-item {
  max-width: 100%; }

.gallery-columns-2 .gallery-item {
  max-width: 48%;
  max-width: -webkit-calc(50% - 4px);
  max-width: calc(50% - 4px); }

.gallery-columns-3 .gallery-item {
  max-width: 32%;
  max-width: -webkit-calc(33.3% - 4px);
  max-width: calc(33.3% - 4px); }

.gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width: calc(25% - 4px); }

.gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width: calc(20% - 4px); }

.gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width: calc(16.7% - 4px); }

.gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width: calc(14.28% - 4px); }

.gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width: calc(12.5% - 4px); }

.gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width: calc(11.1% - 4px); }

.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-caption {
  padding: 2px 8px;
  font-size: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%; }

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

.gallery-item:hover .gallery-caption {
  opacity: 1; }

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none; }

/* BEGIN Light */
@font-face {
  font-family: 'Open Sans';
  src: url("assets/fonts/OpenSans-Light.eot?v=1.1.0");
  src: url("assets/fonts/OpenSans-Light.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("assets/fonts/OpenSans-Light.woff?v=1.1.0") format("woff"), url("assets/fonts/OpenSans-Light.ttf?v=1.1.0") format("truetype"), url("assets/fonts/OpenSans-Light.svg?v=1.1.0#OpenSansBold") format("svg");
  font-weight: 300;
  font-style: normal; }

/* END Light */
/* BEGIN Regular */
@font-face {
  font-family: 'Open Sans';
  src: url("assets/fonts/OpenSans-Regular.eot?v=1.1.0");
  src: url("assets/fonts/OpenSans-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("assets/fonts/OpenSans-Regular.woff?v=1.1.0") format("woff"), url("assets/fonts/OpenSans-Regular.ttf?v=1.1.0") format("truetype"), url("assets/fonts/OpenSans-Regular.svg?v=1.1.0#OpenSansBold") format("svg");
  font-weight: normal;
  font-style: normal; }

/* END Regular */
/* BEGIN Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("assets/fonts/OpenSans-Italic.eot?v=1.1.0");
  src: url("assets/fonts/OpenSans-Italic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("assets/fonts/OpenSans-Italic.woff?v=1.1.0") format("woff"), url("assets/fonts/OpenSans-Italic.ttf?v=1.1.0") format("truetype"), url("assets/fonts/OpenSans-Italic.svg?v=1.1.0#OpenSansBold") format("svg");
  font-weight: normal;
  font-style: italic; }

/* END Italic */
/* BEGIN Bold */
@font-face {
  font-family: 'Open Sans';
  src: url("assets/fonts/OpenSans-Bold.eot?v=1.1.0");
  src: url("assets/fonts/OpenSans-Bold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("assets/fonts/OpenSans-Bold.woff?v=1.1.0") format("woff"), url("assets/fonts/OpenSans-Bold.ttf?v=1.1.0") format("truetype"), url("assets/fonts/OpenSans-Bold.svg?v=1.1.0#OpenSansBold") format("svg");
  font-weight: bold;
  font-style: normal; }

/* END Bold */
/* BEGIN Extrabold Italic */
@font-face {
  font-family: 'Open Sans';
  src: url("assets/fonts/OpenSans-ExtraBoldItalic.eot?v=1.1.0");
  src: url("assets/fonts/OpenSans-ExtraBoldItalic.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("assets/fonts/OpenSans-ExtraBoldItalic.woff?v=1.1.0") format("woff"), url("assets/fonts/OpenSans-ExtraBoldItalic.ttf?v=1.1.0") format("truetype"), url("assets/fonts/OpenSans-ExtraBoldItalic.svg?v=1.1.0#OpenSansBold") format("svg");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'WebSymbolsRegular';
  src: url("assets/fonts/websymbols-regular-webfont.eot");
  src: url("assets/fonts/websymbols-regular-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/websymbols-regular-webfont.woff") format("woff"), url("assets/fonts/websymbols-regular-webfont.ttf") format("truetype"), url("assets/fonts/websymbols-regular-webfont.svg#WebSymbolsRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

input,
textarea {
  padding: 8px 8px;
  font-size: 13px;
  font-weight: 300;
  color: #333;
  vertical-align: middle;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: right center;
  border: 1px solid #ccc;
  border-radius: 3px;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  font-family: 'Open Sans', sans-serif; }

input:focus,
input:hover {
  border-color: #51a7e8;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(81, 167, 232, 0.5); }

button {
  font-family: 'Open Sans', sans-serif;
  border: none;
  height: 32px;
  padding: 0 15px; }

button:hover {
  color: #ffffff; }

.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu li {
  position: relative; }

.sf-menu ul {
  position: absolute;
  background: #ffffff;
  display: none;
  top: 100%;
  left: 0; }

.sf-menu > li {
  float: left; }

.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block; }

.sf-menu a {
  display: block;
  position: relative; }

.sf-menu ul ul {
  top: 0;
  left: 100%; }

.sf-menu ul {
  background: #ffffff;
  border-radius: 3px;
  margin-top: 0;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  -webkit-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03); }

.sf-menu ul ul {
  left: 170px;
  margin-top: 0; }

.sf-menu a {
  zoom: 1; }

.sf-menu ul a {
  font-size: 1em; }

.sf-menu li {
  z-index: 100; }

.sf-menu ul li {
  width: 170px; }

.sf-arrows .sf-with-ul {
  padding-right: 25px !important; }

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  top: 4px;
  right: 20px;
  height: 0;
  width: 0;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(255, 255, 255, 0.5); }

#secondary-nav .sf-arrows .sf-with-ul:after {
  top: 14px;
  color: rgba(77, 77, 77, 0.5); }

#secondary-nav .sf-arrows .sf-with-ul:hover:after {
  color: rgba(239, 108, 95, 0.5); }

#secondary-nav .sf-arrows ul li .sf-with-ul:after {
  content: "\f105";
  position: absolute;
  top: 20%;
  right: 0;
  height: 0;
  width: 0;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: rgba(77, 77, 77, 0.5); }

#primary-nav .sf-menu li li {
  box-shadow: none;
  width: 165px; }

#primary-nav .sf-menu ul ul {
  left: 150px;
  top: -5px; }

#primary-nav .sf-menu li a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 0 15px 10px 15px; }

#primary-nav .sf-menu li li a {
  border-top: none;
  font-weight: bold; }

#primary-nav .sf-menu li .menu-desc {
  color: #9f9f9f;
  display: block;
  font-size: 12px;
  font-weight: 300;
  text-transform: none; }

#primary-nav .sf-menu li ul {
  padding: 10px 15px; }

#secondary-nav {
  z-index: 50;
  position: relative;
  margin-left: 165px; }

#secondary-nav .sf-menu li > a {
  color: #000;
  display: block;
  font-size: 13px;
  font-weight: 300;
  padding: 0 15px;
  text-transform: uppercase; }

#secondary-nav .sf-menu li ul {
  background: #ffffff;
  padding: 10px 0; }

#secondary-nav .sf-menu ul li {
  width: 180px;
  padding: 0 15px; }

#secondary-nav .sf-menu ul ul {
  position: absolute;
  background: #ffffff;
  top: -10px;
  left: 209px; }

#secondary-nav .sf-arrows ul li .sf-with-ul {
  padding-right: 0 !important; }

#secondary-nav .sf-menu li a:hover,
#secondary-nav .sf-menu li.current_item a {
  color: #ef6c5f; }

#secondary-nav .sf-menu li li a,
#primary-nav .sf-menu li li a {
  line-height: 1;
  color: #4d4d4d;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 0;
  text-transform: none; }

#secondary-nav .sf-menu li li a:hover,
#primary-nav .sf-menu li li a:hover {
  background: #ffffff;
  color: #ef6c5f; }

#secondary-nav .sf-menu li li:last-child a,
#primary-nav .sf-menu li li:last-child a {
  border-bottom: none !important; }

#footer {
  position: relative;
  z-index: 999;
  border-top: 1px solid #eeeeee; }

.woocommcer-page #footer {
  border-top: none; }

#footer .footer-top {
  padding: 60px 0 40px;
  background: #ffffff; }

#footer-widgets {
  position: relative; }

.footer-widget-1,
.footer-widget-2,
.footer-widget-3 {
  float: left;
  width: 326px; }

.footer-widget-2 .widget, .footer-widget-3 .widget {
  padding-left: 20px;
  margin-left: 20px; }

#footer .widget {
  font-size: 15px;
  margin-bottom: 30px; }
  #footer .widget .widget-title {
    color: #4d4d4d;
    font-size: 18px;
    margin-bottom: 25px;
    text-transform: uppercase; }
  #footer .widget p {
    color: #4d4d4d;
    margin-bottom: 20px; }
  #footer .widget ul > li {
    list-style: none;
    margin-bottom: 25px; }
    #footer .widget ul > li a {
      color: #4d4d4d; }
    #footer .widget ul > li a:hover {
      color: #ef6c5f; }
    #footer .widget ul > li .entry-meta {
      margin: 7px 0 0 0; }
    #footer .widget ul > li span a {
      color: rgba(77, 77, 77, 0.5);
      font-size: 12px; }
    #footer .widget ul > li span a:hover {
      color: #4d4d4d; }

.subscribe-widget button {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  background: #ef6c5f;
  padding: 9px 35px;
  height: 40px;
  outline: none; }

.subscribe-widget input {
  display: block;
  margin-bottom: 15px; }

.subscribe-widget p {
  margin-bottom: 1.5em; }

/* Site Bottom */
#site-bottom {
  background: #eeeeee;
  padding: 10px 0 7px; }
  #site-bottom .copyright {
    display: inline-block;
    float: left; }
  #site-bottom .payment {
    display: inline-block;
    float: right;
    margin-top: 2px; }
  #site-bottom p {
    margin: 10px 0;
    color: #4d4d4d;
    font-size: 12px;
    font-weight: 300; }
    #site-bottom p a {
      color: #4d4d4d; }
    #site-bottom p a:hover {
      color: #ef6c5f; }

/* Footer Social Icons */
.footer-social-icons {
  margin-bottom: 30px; }
  .footer-social-icons .fa {
    font-size: 20px;
    margin-right: 20px; }

.posts-thumbnail-widget li:before,
.posts-thumbnail-widget li:after {
  content: "";
  display: table; }

.posts-thumbnail-widget .entry-thumbnail {
  float: left;
  margin: 0 10px 0 0; }

.widget ul.product_list_widget li {
  clear: left;
  overflow: hidden;
  zoom: 1;
  margin-bottom: .5em; }
  #secondary .widget ul.product_list_widget li {
    margin-left: 0;
    list-style: none; }
  .widget ul.product_list_widget li .amount {
    color: rgba(77, 77, 77, 0.5);
    font-size: 12px; }

.widget ul.product_list_widget li img {
  float: left;
  margin: 0 15px 0 0;
  width: 45px;
  height: auto; }

.widget ul.product_list_widget li a {
  display: block; }

/* 2.0 - Basic
---------------------------------------------------------------------- */
/* 3.0 - Structure
---------------------------------------------------------------------- */
.container {
  margin: 0 auto;
  width: 980px;
  position: relative; }

/* 4.0 - Header
---------------------------------------------------------------------- */
#masthead {
  background: rgba(239, 108, 95, 0.8);
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 9999;
  height: 85px; }

.woocommcer-page #masthead {
  background: rgba(239, 108, 95, 0.8);
  position: relative; }

#masthead .container {
  position: relative; }

#logo {
  margin: 7px 15px 0 0;
  text-align: center;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 30px;
  position: absolute;
  left: 0;
  z-index: 99999;
  -moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15); }

#logo a {
  display: flex; }

#logo img {
  max-height: 80px;
  max-width: 80px; }

#primary-nav {
  display: inline-block;
  margin: 30px 0 30px 165px; }

.site-title {
  font-size: 32px;
  padding: 15px 0; }

.site-description {
  display: none; }

#secondary-bar {
  display: block;
  line-height: 42px;
  margin-bottom: 0;
  height: 42px;
  position: absolute;
  top: 85px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: 999;
  -moz-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.15); }

#secondary-bar .header-social-icons {
  color: #ffffff;
  float: right; }

#secondary-bar .header-social-icons span {
  font-size: 14px; }

#secondary-bar .fa {
  color: #ffffff;
  margin-left: 10px; }

.wc-nav {
  display: inline-block;
  float: right;
  margin-top: 20px !important; }

.wc-nav li {
  list-style-type: none;
  display: inline-block;
  z-index: 999999999 !important; }

.wc-nav li.language {
  margin-right: 20px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  border-radius: 3px;
  box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.6); }

.wc-nav li.language ul {
  background-color: transparent;
  padding-top: 11px;
  moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15);
  border-left: none;
  border-right: none;
  border-bottom: none; }

.wc-nav li.language ul li {
  background: #ffffff; }

.wc-nav li > a {
  font-size: 14px;
  color: #ef6c5f;
  font-weight: 700;
  padding: 10px 15px;
  background-color: #ffffff;
  display: inline-block; }

.wc-nav li.language a {
  font-size: 14px;
  color: #ef6c5f;
  font-weight: 700;
  background-color: #ffffff;
  display: inline-block;
  outline: none;
  border: none;
  text-transform: uppercase; }

.wc-nav li.language a span {
  padding-left: 7px; }

.wc-nav li.language .sf-with-ul {
  padding-right: 15px !important; }

.wc-nav li.cart {
  position: relative;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  border-radius: 3px;
  box-shadow: 0px 0px 1px 1px rgba(255, 255, 255, 0.6); }

.wc-nav li.cart span {
  display: inline-block; }

.wc-nav li.cart span.amount {
  margin-right: 10px; }

.wc-nav li.cart > a:before {
  content: "\f07a";
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 8px; }

.wc-nav li.cart .cart-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
  width: 305px;
  z-index: 999999999; }

.wc-nav li.cart .cart-dropdown-content {
  margin-top: 11px;
  padding: 20px;
  background: #ffffff;
  color: #000000;
  -moz-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15); }

.wc-nav li.cart:hover .cart-dropdown {
  display: block; }

li.cart .cart-dropdown .clearfix {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  padding-bottom: 20px; }

.mini-cart-img {
  width: 50px;
  margin-right: 0;
  float: left; }

.mini-cart-content {
  width: 200px;
  margin-left: 15px;
  float: right; }

.mini-cart-content a.title {
  text-decoration: none;
  font-size: 14PX;
  color: #4d4d4d;
  display: block;
  margin-bottom: 5px; }

.mini-cart-content a.title:hover {
  transition: color 0.3s ease;
  color: #ef6c5f; }

.mini-cart-content span {
  font-size: 14px;
  color: rgba(77, 77, 77, 0.5); }

li.cart .cart-dropdown h4 {
  font-size: 16px;
  color: #4d4d4d;
  text-transform: uppercase;
  margin-bottom: 30px; }

li.cart .cart-dropdown h4 span {
  padding-left: 10px; }

.mini-cart-button a {
  padding: 8px 26px;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block !important;
  background-color: #4d4d4d; }

.mini-cart-button a.v-cart {
  margin-right: 12px; }

.mini-cart-button a:hover {
  transition: background-color 0.3s ease;
  background-color: #ef6c5f;
  color: #ffffff; }

.wc-nav {
  position: relative; }
  .wc-nav .widget_shopping_cart {
    position: absolute;
    right: 0;
    top: 100%;
    display: none;
    z-index: 999999; }
    .wc-nav .widget_shopping_cart .widget_shopping_cart_content {
      padding: 20px;
      background: #ffffff;
      color: #000000;
      box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.15);
      width: 250px; }
    .wc-nav .widget_shopping_cart a {
      color: #4d4d4d;
      font-weight: 400;
      padding: 0; }
      .wc-nav .widget_shopping_cart a:hover {
        color: #ef6c5f; }
    .wc-nav .widget_shopping_cart .buttons a {
      padding: 8px 20px; }
  .wc-nav:hover .widget_shopping_cart {
    display: block; }

.widget.widget_shopping_cart .widgettitle {
  display: none; }

.widget.widget_shopping_cart ul {
  overflow: hidden; }

.widget.widget_shopping_cart li {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 10px;
  text-decoration: none;
  font-size: 14px;
  display: block;
  margin-bottom: 5px; }
  #secondary .widget.widget_shopping_cart li {
    margin-left: 0;
    padding-bottom: 10px; }

.widget.widget_shopping_cart a {
  color: #4d4d4d;
  font-weight: 400;
  padding: 0; }
  .widget.widget_shopping_cart a:hover {
    color: #ef6c5f; }

.widget.widget_shopping_cart .quantity {
  color: rgba(77, 77, 77, 0.5);
  font-size: 12px; }

.widget.widget_shopping_cart .total {
  font-size: 16px;
  color: #4d4d4d;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 20px; }

.widget.widget_shopping_cart .buttons a {
  padding: 8px 15px;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block !important;
  background-color: #4d4d4d; }
  .widget.widget_shopping_cart .buttons a.wc-forward {
    margin-right: 12px; }
  .widget.widget_shopping_cart .buttons a:hover {
    background-color: #ef6c5f; }

/* 5.0 - Navigation
---------------------------------------------------------------------- */
.search-form {
  display: inline-block;
  float: right;
  margin-top: -1px;
  position: relative; }

.n-search {
  border: none;
  background-color: transparent;
  width: 115px;
  padding: 0 10px;
  height: 26px;
  color: #4d4d4d;
  opacity: 0.7;
  outline: none; }

.n-search:-ms-input-placeholder {
  color: #4d4d4d;
  font-size: 13px; }

.n-search::-moz-placeholder {
  color: #4d4d4d;
  font-size: 13px; }

.n-search::-webkit-input-placeholder {
  color: #4d4d4d;
  font-size: 13px; }

.search-form button {
  height: 24px;
  padding-left: 5px;
  padding-right: 0;
  background-color: transparent;
  cursor: pointer;
  margin: 0; }

.search-form button i {
  color: #4d4d4d !important;
  font-size: 18px;
  line-height: 19px;
  margin-left: 0 !important; }

/* 6.0 - Content
---------------------------------------------------------------------- */
.entry-title .fa {
  font-size: 16px;
  margin-left: 12px; }

.entry-title .fa-picture-o {
  color: #7cb600; }

.entry-title .fa-youtube-play {
  color: #C92228; }

.entry-thumbnail {
  -webkit-transition: opacity 150ms linear,-webkit-transform 100ms linear;
  transition: opacity 150ms linear;
  moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  width: 100%; }

.entry-thumbnail:hover {
  opacity: 0.8;
  -webkit-appearance: none; }

.entry-share-icons {
  opacity: 0;
  visibility: hidden;
  font-size: 12px;
  -webkit-transition: opacity 250ms linear,-webkit-transform 100ms linear;
  transition: opacity 250ms linear; }

.entry-share-icons .fa {
  margin-right: 6px; }

.section-title {
  font-size: 18px;
  color: #4d4d4d;
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: uppercase; }

.woocommcer-page .section-title {
  margin-bottom: 10px; }

.see-all {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 3px;
  position: absolute;
  right: 0;
  text-transform: uppercase; }

.see-all a:link,
.see-all a:visited {
  color: #9f9f9f; }

.hentry:hover .entry-share-icons,
#featured-content .entry-share-icons,
.entry-footer .entry-share-icons {
  opacity: 1;
  visibility: visible; }

.entry .woocommerce {
  border-bottom: none;
  padding-bottom: 70px; }

.edit-link {
  clear: both;
  display: block; }

/* 6.1 - Featured Content
---------------------------------------------------------------------- */
#featured-content .flexslider {
  margin: 0 0 70px;
  background: #fff;
  border: none;
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  zoom: 1; }

#featured-content .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 60px;
  height: 60px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: #ffffff;
  text-shadow: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  background-color: transparent;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  box-shadow: 0px 0px 1px 1px rgba(77, 77, 77, 0.6); }

#featured-content .flex-direction-nav a:hover {
  box-shadow: 0px 0px 1px 1px rgba(239, 108, 95, 0.6); }

#featured-content .flex-direction-nav .flex-prev {
  left: 5px; }

#featured-content .flex-direction-nav .flex-next {
  right: 5px;
  text-align: center; }

#featured-content .flexslider:hover .flex-prev {
  opacity: 1;
  left: 30px; }

#featured-content .flexslider:hover .flex-next {
  opacity: 1;
  right: 30px; }

#featured-content .flexslider:hover .flex-next:hover, #featured-content .flexslider:hover .flex-prev:hover {
  opacity: 1; }

#featured-content .flex-direction-nav a:before {
  font-family: FontAwesome;
  font-size: 30px;
  padding: 15px 25px;
  color: #ffffff;
  line-height: 1;
  display: inline-block;
  content: "\f104";
  background: rgba(77, 77, 77, 0.5); }

#featured-content .flex-direction-nav a:hover:before {
  background: rgba(239, 108, 95, 0.6); }

#featured-content .flex-direction-nav a.flex-next:before {
  content: '\f105';
  color: #ffffff;
  background: rgba(77, 77, 77, 0.5); }

#featured-content .flex-direction-nav a.flex-next:hover:before {
  background: rgba(239, 108, 95, 0.6); }

.flexslider .slides img {
  min-height: 270px; }

.flex-control-nav {
  bottom: 15px; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  border-style: solid;
  border-width: 2px;
  border-color: transparent; }

#featured-content .flex-control-nav li:hover {
  box-shadow: 0px 0px 1px 1px rgba(239, 108, 95, 0.5); }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #4d4d4d;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

.flex-control-paging li a:hover {
  background: #ef6c5f; }

.flex-control-paging li a.flex-active {
  background: #ef6c5f;
  cursor: default; }

#featured-content .container {
  position: relative; }

#featured-content .slider-content {
  position: absolute;
  z-index: 9999999;
  margin-top: -370px;
  width: 50%; }

#featured-content .slider-content h2.entry-title {
  font-size: 30px;
  color: #4d4d4d;
  font-weight: 300;
  margin-bottom: 25px; }

#featured-content .slider-content h2.entry-title a {
  color: #ef6c5f; }

#featured-content .slider-content span {
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  border-radius: 3px;
  box-shadow: 0px 0px 1px 1px rgba(239, 108, 95, 0.6);
  display: inline-block; }

#featured-content .slider-content a.s-button {
  font-size: 16px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  background: #ef6c5f;
  display: inline-block;
  padding: 10px 30px; }

#featured-content .slider-content a.s-button i {
  padding-left: 25px;
  color: rgba(255, 255, 255, 0.5); }

/* 6.2 - collection
---------------------------------------------------------------------- */
#collection .box-element .wpb_wrapper {
  margin-right: 58px;
  width: 282px;
  float: left; }

.last-post {
  margin-right: 0 !important; }

#collection .wpb_wrapper {
  border-style: solid;
  border-width: 3px;
  border-color: transparent;
  border-radius: 3px;
  box-shadow: 0px 0px 1px 1px rgba(239, 108, 95, 0.6); }

#collection .wpb_wrapper img {
  moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  width: 100%; }

/* 6.3 - Recent Content
---------------------------------------------------------------------- */
#recent-content {
  background: #eeeeee; }

.woocommcer-page #main {
  background: #eeeeee; }

.single #main {
  padding-top: 80px; }

.woocommerce-page #main {
  padding-top: 100px; }

.single.single-product #main #secondary {
  padding-top: 80px; }

.woocommerce-content {
  padding-bottom: 30px; }

.woocommerce .tabs-nav li {
  margin-right: 30px;
  display: inline-block;
  list-style: none;
  font-size: 18px;
  height: 50px;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  position: relative; }

.woocommerce .tabs-nav {
  margin: 70px 0 25px;
  text-align: center; }

.woocommerce .tabs-nav li a {
  color: #aeaeae;
  text-transform: uppercase; }

.woocommerce .tabs-nav li.active a:after {
  content: "\f107";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block; }

.woocommerce .tabs-nav li.active a {
  color: #4d4d4d; }

ul.products .product {
  width: 310px;
  margin-right: 25px;
  margin-bottom: 40px;
  float: left;
  display: inline-block;
  list-style: none;
  moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  text-align: center; }

ul.products .product:nth-of-type(3n) {
  margin-right: 0; }

ul.products .product img {
  moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  width: 100%; }

.product .add-to-cart {
  display: inline-block;
  border-radius: 3px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  box-shadow: 0px 0px 1px 1px rgba(77, 77, 77, 0.5);
  position: absolute;
  bottom: 70px;
  display: none;
  width: 44%;
  margin: 0 28%; }

.add-to-cart a {
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  padding: 5px 0;
  width: 100%;
  background-color: rgba(77, 77, 77, 0.5);
  transition: background-color 0.5s ease;
  text-transform: uppercase; }

.product .add-to-cart:hover {
  box-shadow: 0px 0px 1px 1px rgba(239, 108, 95, 0.8); }

.add-to-cart a:hover {
  background-color: rgba(239, 108, 95, 0.8); }

ul.products .product:hover .add-to-cart {
  display: block; }

.add-to-cart a i {
  padding-right: 7px; }

.product .product-meta {
  position: absolute;
  bottom: 0;
  background-color: #4d4d4d;
  transition: background-color 0.5s ease;
  width: 100%;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

ul.products .product:hover .product-meta {
  background-color: #ef6c5f; }

.product-meta h3.name {
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  float: left;
  margin-left: 15px;
  margin-right: 0;
  padding: 10px 0; }

.product-meta h3.name a {
  color: #ffffff; }

.product-meta span.price {
  font-size: 13px;
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  padding: 10px 0;
  float: right;
  margin-right: 15px;
  padding-left: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.2); }

.product-meta span.price del {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
  padding-right: 0;
  font-weight: normal; }

.product-meta span.price ins {
  background-color: transparent;
  color: #ffffff; }

#carousel-1 .product-meta i {
  color: #ffffff;
  float: right;
  margin: 10px 15px; }

#carousel-1 {
  position: relative;
  padding-top: 40px; }

#carousel-1 .woocommerce ul.products .product {
  width: 230px;
  margin-right: 20px; }

#carousel-1 .product-meta h3 {
  text-transform: uppercase; }

.carousel-loop li {
  list-style: none; }

.jcarousel {
  position: relative;
  overflow: hidden; }

.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0; }

.jcarousel li {
  float: left; }

.carousel-loop .jcarousel {
  width: 100%;
  overflow: hidden; }

#carousel-1 .jcarousel-control-prev,
#carousel-1 .jcarousel-control-next {
  position: absolute;
  top: 40px;
  width: 21px;
  height: 21px;
  text-align: center;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  box-shadow: 0px 0px 1px 1px rgba(77, 77, 77, 0.8);
  line-height: 1; }

#carousel-1 .jcarousel-control-prev i,
#carousel-1 .jcarousel-control-next i {
  background: #4d4d4d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  line-height: 21px;
  text-align: center; }

#carousel-1 .jcarousel-control-prev:hover i,
#carousel-1 .jcarousel-control-next:hover i {
  background: #ef6c5f; }

#carousel-1 .jcarousel-control-prev:hover,
#carousel-1 .jcarousel-control-next:hover {
  box-shadow: 0px 0px 1px 1px rgba(239, 108, 95, 0.8); }

#carousel-1 .jcarousel-control-prev {
  right: 35px; }

#carousel-1 .jcarousel-control-next {
  right: 0; }

#carousel-1 .inactive {
  color: #eeeeee !important;
  cursor: default;
  opacity: 0.5; }

#carousel-2 {
  position: relative; }

.latest-blog {
  margin: 40px 0 70px; }

#carousel-2 .jcarousel-control-prev,
#carousel-2 .jcarousel-control-next {
  position: absolute;
  top: 0;
  width: 21px;
  height: 21px;
  text-align: center;
  color: #ffffff !important;
  text-decoration: none;
  font-size: 1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  box-shadow: 0px 0px 1px 1px rgba(77, 77, 77, 0.8);
  line-height: 1; }

#carousel-2 .jcarousel-control-prev i,
#carousel-2 .jcarousel-control-next i {
  background: #4d4d4d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  line-height: 21px;
  text-align: center; }

#carousel-2 .jcarousel-control-prev:hover i,
#carousel-2 .jcarousel-control-next:hover i {
  background: #ef6c5f; }

#carousel-2 .jcarousel-control-prev:hover,
#carousel-2 .jcarousel-control-next:hover {
  box-shadow: 0px 0px 1px 1px rgba(239, 108, 95, 0.8); }

#carousel-2 .jcarousel-control-prev {
  right: 35px; }

#carousel-2 .jcarousel-control-next {
  right: 0; }

#carousel-2 li {
  width: 307px;
  margin-right: 20px; }

#carousel-2 li .entry-thumbnail {
  float: left;
  width: 64px;
  margin: 0 15px 20px 0; }

#carousel-2 li .entry-title {
  font-size: 16px;
  margin-bottom: 7px; }

#carousel-2 li .entry-summary {
  clear: both; }

.hentry {
  width: 273px;
  float: left;
  background: #ffffff;
  border-radius: 3px;
  padding: 20px; }

.single .hentry {
  width: 100%;
  float: none;
  background-color: transparent;
  border-radius: 0;
  padding: 0; }

.latest-blog .section-title {
  margin: 0 0 40px; }

.entry-meta {
  color: rgba(77, 77, 77, 0.5);
  font-size: 12px;
  margin-bottom: 15px; }

.entry-meta a {
  color: rgba(77, 77, 77, 0.5); }

.entry-meta a:hover {
  color: #4d4d4d; }

.meta-sep {
  padding: 0 10px; }

h2.entry-title {
  color: #4d4d4d;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 0; }

h2.entry-title a {
  color: #4d4d4d; }

h2.entry-title:hover a {
  color: #ef6c5f; }

.entry-content p {
  color: #4d4d4d;
  margin: 0 0 15px 0; }

/* 6.4 - Brand
---------------------------------------------------------------------- */
.brand {
  padding: 70px 0; }

#carousel-3 {
  position: relative; }

#carousel-3 .jcarousel {
  padding: 5px 1px; }

#carousel-3 li {
  width: 183px;
  margin-right: 16px; }

#carousel-3 li a {
  width: 98%;
  margin-right: 25px;
  border-radius: 3px;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  box-shadow: 0px 0px 1px 1px rgba(77, 77, 77, 0.2);
  display: block; }

#carousel-3 li:hover a {
  box-shadow: 0px 0px 1px 1px rgba(239, 108, 95, 0.8); }

#carousel-3 li a img {
  moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  width: 100%; }

#carousel-3 .jcarousel-control-prev,
#carousel-3 .jcarousel-control-next {
  position: absolute;
  top: 35%;
  text-align: center;
  color: rgba(77, 77, 77, 0.5);
  text-decoration: none;
  font-size: 18px; }

#carousel-3 .jcarousel-control-prev {
  left: -25px; }

#carousel-3 .jcarousel-control-next {
  right: -25px; }

/* 6.4  Content
---------------------------------------------------------------------- */
.layout-narrow #primary {
  width: 690px;
  float: left;
  margin-right: 20px; }

.layout-narrow #secondary {
  float: right;
  width: 270px; }

.layout-narrow.layout-narrow-r #primary {
  float: right;
  margin-right: 0;
  margin-left: 20px; }

.layout-narrow.layout-narrow-r #secondary {
  float: left; }

.layout-narrow ul.products .product {
  width: 220px;
  margin-right: 15px; }

.layout-narrow .product-meta h3 {
  margin-left: 6px;
  margin-right: 6px; }

.layout-narrow .product-meta span.price {
  margin-right: 6px;
  padding-left: 6px; }

.woocommerce_message, .woocommerce_info, .woocommerce_error, .woocommerce-message, .woocommerce-info, .woocommerce-error {
  padding: 12px 5px 12px 15px;
  margin-bottom: 15px;
  background: #50da9f;
  position: relative;
  font-weight: 700;
  color: #ffffff; }

.woocommerce_message:before, .woocommerce-message:before {
  content: ".";
  color: #84ac50; }

.woocommerce_message:before, .woocommerce_info:before, .woocommerce_error:before, .woocommerce-message:before, .woocommerce-info:before, .woocommerce-error:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f00c";
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  padding-right: 10px; }

.woocommerce_message .button, .woocommerce-message .button {
  float: right;
  font-size: 14px;
  color: #50da9f;
  background: #ffffff;
  padding: 7px 15px;
  display: inline-block;
  margin-top: -5px;
  text-transform: uppercase; }

.product {
  position: relative; }

.single-product .images {
  width: 48%;
  float: left;
  position: relative; }

.onsale {
  background: #ef6c5f;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 19px 10px; }

.single-product .images, .single-product .summary {
  margin-bottom: 50px; }

.images img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  moz-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px; }

.images .thumbnails {
  margin-top: 12px; }

.images .thumbnails a {
  display: block;
  width: 23.5%;
  margin: 1%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  border-right: 1px solid #e8e4e3; }

.images .thumbnails a:first-child {
  margin-left: 0; }

.images .thumbnails a:last-child {
  margin-right: 0; }

.images .thumbnails a img {
  border: 0;
  display: block;
  margin: 0 auto;
  opacity: 0.8; }

.images .thumbnails a img:hover {
  opacity: 1; }

.single-product .summary {
  width: 48%;
  float: right; }

.single-product .summary h1.product_title {
  margin-bottom: 10px;
  font-size: 30px;
  color: #4d4d4d;
  font-weight: 700; }

.single-product .summary .price del {
  font-size: 24px;
  color: rgba(77, 77, 77, 0.5);
  font-weight: 400;
  margin-right: 10px; }

.single-product .summary .price ins {
  font-size: 30px;
  color: #ef6c5f;
  background-color: transparent; }

.summary .entry-content {
  background-color: #ffffff;
  padding: 15px;
  margin-bottom: 25px;
  margin-top: 40px; }

.summary .entry-content p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  background-color: transparent; }

.cart {
  margin-bottom: 20px; }

.single-product div.quantity {
  float: left;
  margin-right: 1em; }

div.quantity {
  white-space: nowrap; }

div.quantity .plus, div.quantity .minus {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  -webkit-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s; }

div.quantity .qty {
  border-left: none;
  border-right: none;
  margin: 0;
  width: 2.818em;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  text-align: center;
  padding: 7px; }

.cart .single_add_to_cart_button {
  height: 36px !important;
  font-size: 14px !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  background: #ef6c5f !important;
  padding: 0 20px !important;
  cursor: pointer; }

.single-product .summary .product_meta {
  color: rgba(77, 77, 77, 0.8);
  border-top: 1px solid #d9d9d9;
  padding-top: 25px;
  padding-bottom: 25px;
  margin: 25px 0;
  font-size: 14px;
  clear: both;
  border-bottom: 1px solid #d9d9d9; }

.single-product .summary .product_meta p {
  margin-bottom: 5px; }

.single-product .summary .product_meta a {
  color: rgba(77, 77, 77, 0.8); }

.share-social-icons ul {
  font-size: 14px;
  color: rgba(77, 77, 77, 0.8) !important; }

.share-social-icons ul li {
  list-style-type: none;
  display: inline-block; }

.share-social-icons .fa {
  margin: 0 10px; }

.share-social-icons a i {
  font-size: 20px;
  color: rgba(77, 77, 77, 0.8) !important; }

.woocommerce_tabs ul.tabs, .woocommerce-tabs ul.tabs, .ui-tabs ul.tabs, .woocommerce_tabs .ui-tabs-nav, .woocommerce-tabs .ui-tabs-nav, .ui-tabs .ui-tabs-nav {
  margin-bottom: 0; }

.single-product .woocommerce_tabs, .single-product .woocommerce-tabs {
  clear: both;
  margin-bottom: 40px; }

.woocommerce_tabs ul.tabs:after, .woocommerce-tabs ul.tabs:after, .ui-tabs ul.tabs:after, .woocommerce_tabs .ui-tabs-nav:after, .woocommerce-tabs .ui-tabs-nav:after, .ui-tabs .ui-tabs-nav:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both; }

woocommerce_tabs ul.tabs, .woocommerce-tabs ul.tabs, .ui-tabs ul.tabs, .woocommerce_tabs .ui-tabs-nav, .woocommerce-tabs .ui-tabs-nav, .ui-tabs .ui-tabs-nav {
  margin-bottom: 0;
  list-style-type: none;
  background: #eeeeee; }

.woocommerce_tabs ul.tabs li.active, .woocommerce-tabs ul.tabs li.active, .ui-tabs ul.tabs li.active, .woocommerce_tabs .ui-tabs-nav li.active, .woocommerce-tabs .ui-tabs-nav li.active, .ui-tabs .ui-tabs-nav li.active, .woocommerce_tabs ul.tabs li.ui-state-active, .woocommerce-tabs ul.tabs li.ui-state-active, .ui-tabs ul.tabs li.ui-state-active, .woocommerce_tabs .ui-tabs-nav li.ui-state-active, .woocommerce-tabs .ui-tabs-nav li.ui-state-active, .ui-tabs .ui-tabs-nav li.ui-state-active {
  position: relative; }

.woocommerce_tabs ul.tabs li, .woocommerce-tabs ul.tabs li, .ui-tabs ul.tabs li, .woocommerce_tabs .ui-tabs-nav li, .woocommerce-tabs .ui-tabs-nav li, .ui-tabs .ui-tabs-nav li {
  width: auto;
  float: left;
  clear: none;
  margin-bottom: 0;
  margin-right: 8px; }

.woocommerce_tabs ul.tabs li a, .woocommerce-tabs ul.tabs li a, .ui-tabs ul.tabs li a, .woocommerce_tabs .ui-tabs-nav li a, .woocommerce-tabs .ui-tabs-nav li a, .ui-tabs .ui-tabs-nav li a {
  display: block;
  font-weight: 700;
  padding: 10px 20px;
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 700;
  background: #d9d9d9;
  text-transform: uppercase;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }

.woocommerce_tabs ul.tabs li.active a, .woocommerce-tabs ul.tabs li.active a, .ui-tabs ul.tabs li.active a, .woocommerce_tabs .ui-tabs-nav li.active a, .woocommerce-tabs .ui-tabs-nav li.active a, .ui-tabs .ui-tabs-nav li.active a, .woocommerce_tabs ul.tabs li.ui-state-active a, .woocommerce-tabs ul.tabs li.ui-state-active a, .ui-tabs ul.tabs li.ui-state-active a, .woocommerce_tabs .ui-tabs-nav li.ui-state-active a, .woocommerce-tabs .ui-tabs-nav li.ui-state-active a, .ui-tabs .ui-tabs-nav li.ui-state-active a {
  position: relative;
  background: #fff;
  color: #4d4d4d; }

.woocommerce_tabs .panel, .woocommerce-tabs .panel, .ui-tabs .panel {
  background: #fff;
  padding: 25px 20px 40px;
  border-radius: 3px; }

.woocommerce_tabs .panel h2, .woocommerce-tabs .panel h2, .ui-tabs .panel h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px; }

.woocommerce_tabs .panel p, .woocommerce-tabs .panel p, .ui-tabs .panel p {
  color: #4d4d4d;
  font-size: 14px; }

.hentry header h1 {
  font-size: 18px;
  color: #4d4d4d;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase; }

.cart-form form {
  background: #FFF;
  border-radius: 3px;
  padding: 20px; }

table.cart td.product-remove {
  padding-right: .5em; }

table.cart .product-remove, table.cart .product-thumbnail, table.cart .product-price {
  position: static; }

table.cart td {
  vertical-align: middle; }

table th, table td {
  border-bottom: 1px solid #e8e4e3;
  padding: 1em;
  vertical-align: top;
  text-align: left; }

.order-total th, .order-total td {
  border-bottom: none; }

table td.actions {
  border-bottom: none; }

table.cart td.product-remove .remove {
  color: #999; }

a.remove {
  font-family: 'WebSymbolsRegular';
  color: #ccc; }

table.cart td.product-remove .remove:hover {
  color: #ef6c5f; }

.variation .variation-Pa_colour, .variation .variation-Pa_size {
  display: inline; }

.variation .variation-Pa_colour p, .variation .variation-Pa_size p {
  display: inline; }

td.product-name a {
  color: #4d4d4d; }

td.product-name a:hover {
  color: #ef6c5f; }

table.cart img {
  width: 3.631em;
  height: auto; }

table.cart td.actions .coupon {
  width: 50%;
  float: left; }

table.cart td.actions .coupon label {
  display: none; }

table.cart td.actions .input-text, table.cart td.actions .button, table.cart td.actions .checkout-button {
  width: auto !important;
  display: inline-block;
  margin-bottom: 0 !important; }

a.comment-reply-link, table.cart td.actions .gray-button {
  line-height: 1;
  padding: .5em .75em;
  border: 0;
  border-radius: .125em;
  font-size: 12px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-appearance: none; }

a.comment-reply-link:hover, table.cart td.actions .gray-button:hover, .add_to_cart_button:hover {
  background: #999;
  color: #fff !important; }

table.cart td.actions .button {
  margin-left: .618em;
  float: none !important; }

table.cart td.actions .checkout-button {
  font-size: 14px;
  padding: 10px 15px;
  background: #ef6c5f;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase; }

.cart-collaterals .cross-sells, .cart-collaterals .cart_totals, .cart-collaterals .shipping_calculator {
  width: 48%;
  font-size: .857em;
  float: left; }

.cart-collaterals .cart_totals {
  float: right;
  margin-top: 20px; }

.cart_totals th {
  background-color: transparent;
  padding: 10px 0 !important; }

.cart_totals table {
  box-shadow: none !important; }

.star-rating {
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  width: 5.5em;
  font-family: "WebSymbolsRegular"; }

.star-rating:before {
  content: "RRRRR";
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  color: #e3dad7; }

.star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em; }

.star-rating span:before {
  content: "RRRRR";
  top: 0;
  position: absolute;
  left: 0;
  color: #666666; }

.widget .star-rating {
  margin: .53em 0; }

.comment-form-rating {
  clear: both; }

p.stars {
  position: relative;
  line-height: 1em;
  font-size: 1em; }

p.stars:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both; }

p.stars a {
  width: 19%;
  display: block;
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5em .5em .5em .75em;
  background: rgba(0, 0, 0, 0.025);
  margin-right: 1%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

p.stars a:hover,
p.stars a.active {
  background: rgba(0, 0, 0, 0.075); }

p.stars a.star-1:after,
p.stars a.star-2:after,
p.stars a.star-3:after,
p.stars a.star-4:after,
p.stars a.star-5:after {
  font-family: "WebSymbolsRegular";
  content: "R";
  position: absolute;
  top: .85em;
  width: 6em;
  right: 1em;
  font-size: .5em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #999;
  text-align: right; }

p.stars a.star-1:hover:after,
p.stars a.star-2:hover:after,
p.stars a.star-3:hover:after,
p.stars a.star-4:hover:after,
p.stars a.star-5:hover:after,
p.stars a.star-1.active:after,
p.stars a.star-2.active:after,
p.stars a.star-3.active:after,
p.stars a.star-4.active:after,
p.stars a.star-5.active:after {
  color: #666666; }

p.stars a.star-1:after {
  content: "R"; }

p.stars a.star-2:after {
  content: "RR"; }

p.stars a.star-3:after {
  content: "RRR"; }

p.stars a.star-4:after {
  content: "RRRR"; }

p.stars a.star-5:after {
  content: "RRRRR"; }

.summary .woocommerce-product-rating {
  margin: 10px 0; }

.summary .star-rating {
  float: left;
  margin-right: 4px; }

.summary .woocommerce-review-link {
  font-size: 12px;
  overflow: hidden;
  position: relative;
  top: -3px; }

.summary .price {
  margin-bottom: 14px; }

.summary .cart {
  margin: 20px 0; }

.summary .product_meta span {
  display: block;
  margin-bottom: 5px; }
  .summary .product_meta span span {
    display: inline-block;
    margin-bottom: 0; }

/* Checkout. */
.woocommerce #payment, .woocommerce-page #payment {
  background: #f7f6f7;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.woocommerce #payment ul.payment_methods, .woocommerce-page #payment ul.payment_methods {
  text-align: left;
  padding: 1em;
  border-bottom: 1px solid #e0dadf;
  margin: 0;
  list-style: none; }

.woocommerce #payment ul.payment_methods:after, .woocommerce #payment ul.payment_methods:before, .woocommerce-page #payment ul.payment_methods:after, .woocommerce-page #payment ul.payment_methods:before {
  content: " ";
  display: table; }

.woocommerce #payment ul.payment_methods:after, .woocommerce-page #payment ul.payment_methods:after {
  clear: both; }

.woocommerce #payment ul.payment_methods li, .woocommerce-page #payment ul.payment_methods li {
  line-height: 2em;
  text-align: left;
  margin: 0;
  font-weight: 400;
  list-style: none; }

.woocommerce #payment ul.payment_methods li input, .woocommerce-page #payment ul.payment_methods li input {
  margin: 0 1em 0 0;
  padding: 2px 5px; }

.woocommerce #payment ul.payment_methods li img, .woocommerce-page #payment ul.payment_methods li img {
  vertical-align: middle;
  margin: -2px 0 0 .5em;
  padding: 0;
  position: relative;
  box-shadow: none; }

.woocommerce #payment ul.payment_methods li img + img, .woocommerce-page #payment ul.payment_methods li img + img {
  margin-left: 2px; }

.woocommerce #payment div.form-row, .woocommerce-page #payment div.form-row {
  padding: 1em;
  border-top: 1px solid #fff; }

.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box {
  position: relative;
  width: 96%;
  padding: 1em 2%;
  margin: 1em 0;
  font-size: .92em;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  line-height: 1.5em;
  background: #ebe8eb;
  background: -webkit-gradient(linear, left top, left bottom, from(#ebe8eb), to(#e0dadf));
  background: -webkit-linear-gradient(#ebe8eb, #e0dadf);
  background: -moz-linear-gradient(center top, #ebe8eb 0, #e0dadf 100%);
  background: -moz-gradient(center top, #ebe8eb 0, #e0dadf 100%);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
  color: #5e5e5e;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8); }

.woocommerce #payment div.payment_box input.input-text, .woocommerce #payment div.payment_box textarea, .woocommerce-page #payment div.payment_box input.input-text, .woocommerce-page #payment div.payment_box textarea {
  border-color: #c8bfc6 #d4cdd2 #d4cdd2;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.4); }

.woocommerce #payment div.payment_box::-webkit-input-placeholder, .woocommerce-page #payment div.payment_box::-webkit-input-placeholder {
  color: #c8bfc6; }

.woocommerce #payment div.payment_box:-moz-placeholder, .woocommerce-page #payment div.payment_box:-moz-placeholder {
  color: #c8bfc6; }

.woocommerce #payment div.payment_box:-ms-input-placeholder, .woocommerce-page #payment div.payment_box:-ms-input-placeholder {
  color: #c8bfc6; }

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number {
  font-size: 1.5em;
  padding: 8px;
  background-repeat: no-repeat;
  background-position: right; }

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.visa, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.visa {
  background-image: url(assets/img/visa.png); }

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.mastercard, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
  background-image: url(assets/img/mastercard.png); }

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.laser, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.laser {
  background-image: url(assets/img/laser.png); }

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.dinersclub, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
  background-image: url(assets/img/diners.png); }

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.maestro, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.maestro {
  background-image: url(assets/img/maestro.png); }

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.jcb, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.jcb {
  background-image: url(assets/img/jcb.png); }

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.amex, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.amex {
  background-image: url(assets/img/amex.png); }

.woocommerce #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce #payment div.payment_box .wc-credit-card-form-card-number.discover, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-page #payment div.payment_box .wc-credit-card-form-card-number.discover {
  background-image: url(assets/img/discover.png); }

.woocommerce #payment div.payment_box span.help, .woocommerce-page #payment div.payment_box span.help {
  font-size: 11px;
  color: #777;
  line-height: 13px;
  font-weight: 400; }

.woocommerce #payment div.payment_box .form-row, .woocommerce-page #payment div.payment_box .form-row {
  margin: 0 0 1em; }

.woocommerce #payment div.payment_box p:last-child, .woocommerce-page #payment div.payment_box p:last-child {
  margin-bottom: 0; }

.woocommerce #payment div.payment_box:after, .woocommerce-page #payment div.payment_box:after {
  content: "";
  display: block;
  border: 8px solid #ebe8eb;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  position: absolute;
  top: -2px;
  left: 0;
  margin: -1em 0 0 2em; }

.woocommerce #payment .payment_method_paypal .about_paypal, .woocommerce-page #payment .payment_method_paypal .about_paypal {
  float: right;
  line-height: 52px;
  font-size: .83em; }

.woocommerce #payment .payment_method_paypal img, .woocommerce-page #payment .payment_method_paypal img {
  max-height: 52px;
  vertical-align: middle; }

.woocommerce .order_details:after, .woocommerce-page .order_details:after {
  clear: both; }

.woocommerce .order_details li, .woocommerce-page .order_details li {
  float: left;
  margin-right: 2em;
  text-transform: uppercase;
  font-size: .715em;
  line-height: 1em;
  border-right: 1px dashed #e0dadf;
  padding-right: 2em; }

.woocommerce .order_details li strong, .woocommerce-page .order_details li strong {
  display: block;
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.5em; }

.woocommerce .order_details li:last-of-type, .woocommerce-page .order_details li:last-of-type {
  border: none; }

.woocommerce .addresses .title:after, .woocommerce .addresses .title:before, .woocommerce-page .addresses .title:after, .woocommerce-page .addresses .title:before {
  content: " ";
  display: table; }

.woocommerce .addresses .title:after, .woocommerce-page .addresses .title:after {
  clear: both; }

.woocommerce .addresses .title h3, .woocommerce-page .addresses .title h3 {
  float: left; }

.woocommerce .addresses .title .edit, .woocommerce-page .addresses .title .edit {
  float: right; }

.woocommerce .col2-set, .woocommerce-page .col2-set {
  width: 100%; }

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  float: left;
  width: 48%; }

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
  float: right;
  width: 48%; }

.woocommerce-page .customer_details {
  margin-bottom: 20px; }

.woocommerce-page .my_account_orders .button {
  color: #fff; }

.clear {
  clear: both; }

#order_review_heading {
  clear: both; }

.woocommerce-pagination li {
  margin: 0 1px;
  display: inline-block;
  color: #4d4d4d;
  text-decoration: none; }

/* 10.3 Forms */
.form-row label {
  display: block; }

.form-row .input-text {
  width: 100%; }

input[type="text"],
input.input-text,
textarea,
input.txt,
input[type="tel"],
input[type="email"] {
  padding: .236em .5em;
  border: 1px solid #e9e9e9;
  font-size: 1em;
  line-height: 1.618em;
  font-family: inherit;
  outline: none;
  background: #fcfcfc;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none; }

input[type="text"]:focus,
input.input-text:focus,
textarea:focus,
input.txt:focus,
input[type="tel"]:focus,
input[type="email"]:focus {
  background: #fff; }

input[type="checkbox"] {
  -webkit-appearance: none;
  height: 1.618em;
  width: 1.618em;
  cursor: pointer;
  position: relative;
  -webkit-transition: .15s;
  border-radius: 2em;
  background-color: #900;
  margin-right: 1em;
  margin-top: .53em;
  -webkit-appearance: none; }

input[type="checkbox"]:checked {
  background-color: green; }

input[type="checkbox"]:before,
input[type="checkbox"]:checked:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 2.818em;
  text-align: center;
  color: #fff;
  content: "'";
  font-family: 'WebSymbolsRegular';
  font-size: .618em; }

input[type="checkbox"]:checked:before {
  content: '.'; }

input[type="checkbox"]:hover:before {
  background: rgba(255, 255, 255, 0.3); }

input[type="radio"] {
  -webkit-appearance: none;
  height: 1.618em;
  width: 1.618em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0.382em solid #d7d3d2;
  cursor: pointer;
  position: relative;
  -webkit-transition: .15s;
  border-radius: 2em;
  background-color: #d7d3d2;
  -webkit-appearance: none; }

input[type="radio"]:checked {
  background-color: #ff4800; }

a.remove {
  font-family: 'WebSymbolsRegular';
  color: #ccc; }

.shop_table {
  margin-bottom: 20px; }

/* 6.5 - blog-content
---------------------------------------------------------------------- */
#blog-container {
  padding-bottom: 35px; }

#blog-container .item .hentry {
  margin-bottom: 18px; }

#blog-container .item .hentry img {
  max-width: 100%;
  margin-bottom: 10px; }

#blog-container .item:nth-child(3n+3) {
  margin-right: 0; }

/* 6.5 - Pagination
---------------------------------------------------------------------- */
.pagination {
  border-top: 1px solid #d9d9d9;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 30px 0 60px 0;
  text-transform: uppercase;
  text-align: center; }

.pagination .page-numbers {
  padding: 9px 3px;
  margin: 0 1px;
  display: inline-block;
  color: #4d4d4d;
  text-decoration: none; }

.pagination .current {
  color: #ef6c5f; }

.pagination .page-numbers:hover {
  color: #ef6c5f; }

.pagination .prev,
.pagination .next {
  color: #ffffff;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border-style: solid;
  border-width: 2px;
  border-color: transparent;
  box-shadow: 0px 0px 1px 1px rgba(77, 77, 77, 0.8);
  width: 31px;
  height: 31px; }

.pagination .prev {
  margin-right: 10px; }

.pagination .next {
  margin-left: 10px; }

.pagination .prev i,
.pagination .next i {
  background: #4d4d4d;
  border-radius: 50%;
  width: 31px;
  height: 31px;
  line-height: 31px; }

.pagination .prev:hover,
.pagination .next:hover {
  color: #ffffff !important;
  box-shadow: 0px 0px 1px 1px rgba(239, 108, 95, 0.8); }

.pagination .prev:hover i,
.pagination .next:hover i {
  background: #ef6c5f; }

/* 6.6 - Singular
---------------------------------------------------------------------- */
.related {
  padding-bottom: 30px;
  clear: both; }

.related h2 {
  font-size: 18px;
  color: #4d4d4d;
  font-weight: 700;
  margin-bottom: 35px;
  text-transform: uppercase; }

.breadcrumbs {
  font-size: 12px;
  color: #4d4d4d;
  padding: 15px 0 30px 0;
  text-align: right;
  text-transform: uppercase; }

.breadcrumbs a {
  color: #4d4d4d; }

.breadcrumbs .trail-end {
  color: #ef6c5f; }

.breadcrumbs h1 {
  font-weight: bold; }

.post-nav {
  border-bottom: 1px solid #e9e9e9;
  color: #999999;
  font-size: 13px;
  margin-bottom: 20px;
  padding-bottom: 20px; }

.post-nav .post-nav-prev {
  float: left; }

.post-nav .post-nav-next {
  border-left: 1px solid #dddddd;
  float: right; }

.post-nav p {
  color: #4d4d4d;
  width: 49%;
  position: relative;
  text-align: center; }

.post-nav .fa {
  position: absolute;
  top: 2px; }

.post-nav .fa-angle-left {
  left: 0; }

.post-nav .fa-angle-right {
  right: 0; }

.post-nav a:hover {
  color: #333333; }

h1.entry-title {
  font-size: 30px;
  color: #4d4d4d;
  font-weight: bold;
  margin-bottom: 20px !important;
  line-height: 1; }

.entry-meta a {
  text-decoration: none; }

.single .hentry .entry-meta {
  margin-bottom: 20px; }

.single .hentry .entry-meta span {
  margin-right: 20px; }

.single .hentry .entry-meta span i {
  padding-right: 5px; }

.page-title {
  font-size: 36px;
  color: #4d4d4d;
  font-weight: 700;
  margin-bottom: 25px;
  padding-top: 65px;
  text-align: center;
  text-transform: uppercase; }

.woocommerce-result-count {
  color: rgba(77, 77, 77, 0.5);
  display: inline-block;
  margin-bottom: 40px; }

.woocommerce-ordering {
  color: #4d4d4d;
  display: inline-block;
  float: right; }

.single .entry-content {
  position: relative;
  background: #ffffff;
  border-radius: 3px;
  padding: 25px 20px; }

.single-page .entry-content {
  margin-bottom: 70px;
  overflow: hidden; }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  margin-bottom: 15px; }

.entry-content .entry-share {
  position: absolute;
  left: -51px;
  top: 25px;
  width: 50px;
  z-index: 999;
  background: #ffffff; }

.layout-narrow-r .entry-content .entry-share {
  right: -51px;
  left: auto; }

.entry-content .entry-share ul {
  margin: 0;
  padding: 16px; }

.entry-content .entry-share ul li {
  list-style: none;
  margin: 8px 0; }

.entry-content .entry-share ul i {
  font-size: 20px; }

.entry-content strong {
  font-weight: bold; }

.entry-content .entry-share ul li i {
  color: #8e8e8e !important; }

.entry-content ul,
.entry-content ol {
  margin: 0 0 20px 20px; }

.entry-content ul li {
  list-style: disc;
  margin: 5px 0;
  color: #4d4d4d; }

.entry-content ul li a {
  font-size: 13px;
  color: #4d4d4d;
  text-decoration: none; }

.entry-content ul li a:hover {
  color: #ef6c5f; }

.entry-content ol lo {
  list-style: decimal; }

.single .entry-content img {
  margin-bottom: 15px; }

.single .entry-content p {
  margin-bottom: 20px; }

.single .entry-content p a {
  color: #ef6c5f; }

.entry-content blockquote p {
  color: #a3a3a3;
  font-style: italic;
  padding-left: 45px; }

.entry-content blockquote:before {
  content: "\f10d";
  display: inline-block;
  margin-right: 10px;
  height: 100%;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 36px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: left;
  color: #c9c9c9; }

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: none; }

table th {
  border-right: none;
  background-color: #ffffff;
  text-align: left;
  padding: 10px 15px;
  color: #4d4d4d;
  vertical-align: top;
  font-size: 14px; }

table td {
  padding: 10px 15px; }

.author-box {
  border: 1px solid #e6e6e6;
  color: #999999;
  display: block;
  margin-bottom: 30px;
  padding: 20px;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05); }

.author-box .avatar {
  width: 64px;
  height: auto; }

.author-box .author-title,
.author-box .author-title a {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px; }

.author-box p {
  font-size: 0.85em; }

.entry-footer {
  margin-top: 20px;
  margin-bottom: 25px;
  background: #ffffff;
  border-radius: 3px;
  padding: 20px; }

.author-bio h3.name {
  font-size: 18px;
  color: #4d4d4d;
  margin-bottom: 10px;
  line-height: 1; }

.author-bio h3.name a {
  color: #4d4d4d; }

.newsletter-form h3 {
  font-size: 16px;
  color: #4d4d4d;
  font-weight: 300;
  margin-bottom: 10px;
  line-height: 1; }

.newsletter-form input {
  font-size: 15px;
  color: #4d4d4d;
  width: 290px;
  margin-right: 7px;
  background: #eeeeee;
  border: none;
  outline: none; }

.newsletter-form button {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  background: #ef6c5f;
  padding: 9px 35px;
  height: 40px;
  outline: none; }

#contact-form label {
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px; }

#contact-form input {
  width: 250px; }

#contact-form textarea {
  width: 90%;
  height: 200px; }

#contact-form button {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  padding: 10px 20px;
  text-transform: uppercase; }

.members {
  margin: 0;
  padding: 0; }

.members .member {
  padding: 2%;
  width: 45%;
  float: left;
  list-style: none; }

.members .member:nth-of-type(2n+1) {
  clear: left; }

.member-photo {
  float: left;
  width: 100px;
  max-width: 100%;
  margin-right: 30px; }

.member-photo img {
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  width: 100%; }

.member-photo .member-social {
  list-style: none;
  margin: 0;
  padding: 0; }

.member-photo .member-social li {
  display: inline-block;
  font-size: 12px;
  margin: 0 2px; }

.member-content {
  position: relative;
  overflow: hidden; }

.member-content:before {
  content: '';
  width: 36px;
  height: 3px;
  background: #dededc;
  position: absolute;
  top: 0; }

.member-content .member-name {
  margin: 18px 0 0; }

.member-content .member-position {
  color: #999; }

.member-content .member-desc {
  font-size: 14px;
  line-height: 1.5em; }

.entry-content ul.member-social li a {
  font-size: 11px; }

/* Related Posts */
.related-posts {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px; }

.related-posts h3 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 15px; }

.related-posts .published {
  font-size: 11px;
  color: #999; }

.related-posts ul li {
  float: left;
  list-style: none;
  width: 23.5%;
  padding-right: 2%; }

.related-posts ul li:last-child {
  padding-right: 0; }

.related-posts ul li img {
  width: 100%;
  margin-bottom: 5px; }

.related-posts ul li a {
  display: block; }

.related-posts ul li .entry-title {
  font-size: 14px;
  font-weight: 300; }

/* Post Nav */
.loop-nav {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
  font-size: 13px; }
  .loop-nav .prev {
    float: left;
    width: 45%;
    margin-right: 4%; }
  .loop-nav .next {
    float: right;
    text-align: right;
    width: 50%; }

/* 6.7 - Comments
---------------------------------------------------------------------- */
#primary #comments {
  background-color: #ffffff;
  margin-bottom: 30px;
  padding: 20px; }

#comments .avatar {
  width: 50px;
  height: 50px; }

.comments-title {
  font-size: 24px;
  color: #4d4d4d;
  font-weight: 700;
  margin-bottom: 20px; }

#comments p {
  margin-bottom: 15px;
  color: #4d4d4d;
  font-size: 14px; }

#respond #reply-title {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px; }

#respond #reply-title small {
  margin-left: 10px;
  font-size: .618em; }

#respond #commentform .comment-form-author, #respond #commentform .comment-form-email, #respond #commentform .comment-form-url {
  width: 30.75%;
  display: inline-block;
  float: left;
  margin-right: 3.8%; }

#respond #commentform p {
  margin-bottom: 20px; }

#respond #commentform .comment-form-author label, #respond #commentform .comment-form-email label, #respond #commentform .comment-form-url label {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 5px; }

#respond #commentform .comment-form-author input, #respond #commentform .comment-form-email input, #respond #commentform .comment-form-url input {
  width: 100%;
  margin: 0;
  padding: 0; }

#respond #commentform label {
  display: block; }

.comment-form-rating {
  clear: both; }

#respond #commentform p.stars {
  position: relative;
  line-height: 1em;
  font-size: 1em;
  margin-bottom: 40px; }

p.stars a {
  color: #4d4d4d;
  width: 19%;
  display: block;
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: .5em .5em .5em .75em;
  background: rgba(0, 0, 0, 0.025);
  margin-right: 1%;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box; }

p.stars a.star-1:after {
  content: "R"; }

p.stars a.star-1:after, p.stars a.star-2:after, p.stars a.star-3:after, p.stars a.star-4:after, p.stars a.star-5:after {
  font-family: "WebSymbolsRegular";
  content: "R";
  position: absolute;
  top: .85em;
  width: 6em;
  right: 1em;
  font-size: .5em;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #999;
  text-align: right; }

p.stars a:hover, p.stars a.active {
  background: rgba(0, 0, 0, 0.075); }

#respond #commentform .form-submit {
  margin-bottom: 0; }

#respond #commentform .form-submit input[type="submit"] {
  display: none; }

#respond #commentform .form-submit #submit {
  font-size: 14px;
  padding: 10px 15px;
  background: #ef6c5f;
  color: #FFF;
  text-transform: uppercase; }

#comment-nav-below {
  display: block;
  clear: both;
  margin-bottom: 60px; }

.no-comments {
  margin-bottom: 20px; }

ol.commentlist li {
  margin-bottom: 25px; }

ol.commentlist li:first-child {
  border: none; }

ol.commentlist li {
  list-style: none; }

ol.commentlist > li.comment {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

ol li ol.children {
  float: left;
  margin-left: 80px; }

ol.commentlist li ol.children li:first-child {
  padding: 25px 0 0 0; }

ol.commentlist li ol.children li:last-child {
  margin-bottom: 25px; }

ol.commentlist li ol.children li {
  margin: 0 0 25px 0; }

.avatar {
  float: left;
  margin-right: 15px; }

#comments .comment-des p {
  color: #4d4d4d;
  font-size: 13px; }

.comment-des {
  margin: 0 0 0 68px; }

.byuser {
  border-color: #ffb400;
  background: #fff2bc;
  padding: 10px; }

#comments p.author {
  margin-bottom: 0;
  color: #4d4d4d;
  font-weight: 700;
  display: inline-block;
  float: left;
  margin-right: 5px; }

.comment-by span {
  color: #787b7e;
  font-size: 12px; }
  .comment-by span a {
    color: #787b7e; }

.comment-by span.date a {
  color: #787b7e; }

.comment-by {
  width: 100%;
  padding-bottom: 8px;
  position: relative; }

.comment-by span.author {
  display: block; }

.comment-by span.reply a {
  color: #ef6c5f;
  text-decoration: underline;
  font-size: 0.95em;
  top: 5px;
  right: 0;
  position: absolute;
  text-transform: uppercase; }

.comment-by p.date {
  color: #999;
  display: block;
  font-size: 0.9em; }

.comment-content {
  padding-bottom: 10px; }

.nav-previous {
  float: left; }

.nav-next {
  float: right; }

#respond.comment-respond {
  padding: 0; }

.comment-respond h2.reply-title {
  color: #4d4d4d;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px; }

.comment-respond textarea {
  width: 656px;
  padding: 15px;
  margin-bottom: 15px; }

.comment-respond input {
  float: left;
  width: 185px;
  margin: 0 10px 15px 0; }

.comment-respond .comment-website {
  margin-right: 0; }

.comment-respond button {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  text-transform: uppercase;
  background: #ef6c5f;
  padding: 0 20px;
  height: 40px;
  outline: none;
  margin-bottom: 60px; }

/* 7.0 - Sidebar
---------------------------------------------------------------------- */
/* Widgets */
#secondary .widget {
  margin-bottom: 20px;
  padding: 20px; }

#secondary .widget {
  background: #ffffff;
  margin-bottom: 20px; }

#secondary .widget .widget-title {
  color: #4d4d4d;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 30px;
  text-transform: uppercase; }

#secondary .widget h2.entry-title {
  font-weight: 300;
  line-height: 1; }

#secondary .widget h2.entry-title a {
  color: #4d4d4d; }

#secondary .widget h2.entry-title a:hover {
  color: #ef6c5f; }

#secondary .widget .entry-meta {
  font-size: 13px; }

#secondary .widget ul li {
  color: #4d4d4d;
  list-style: square;
  font-size: 13px;
  padding: 2px 0;
  margin-left: 1.5em; }

#secondary .widget ul li a {
  color: #4d4d4d; }

#home .widget-title {
  display: none; }

#home .widget {
  margin-bottom: 70px; }
  #home .widget:last-child {
    margin-bottom: 0; }
  #home .widget.widget-fireup-products, #home .widget.widget-fireup-product-categories {
    margin-bottom: 0; }

#home .widget-fireup-products,
#home .widget-fireup-product-categories,
#home .widget-fireup-blog {
  background-color: #eee; }

#home .widget-fireup-blog {
  padding: 20px 0; }
  #home .widget-fireup-blog .entry-summary {
    color: #4D4D4D;
    font-size: 15px; }

.widget select {
  width: 100%;
  max-width: 100%;
  border: 1px solid #eee;
  padding: 3px; }

/* widget_price_filter */
.widget_price_filter .price_slider {
  margin-bottom: 25px;
  background: #e5e5e5; }

.widget_price_filter .price_slider_amount .price_label {
  display: inline-block;
  text-align: left;
  line-height: 2.4em;
  font-size: 1.167em; }

.widget_price_filter .price_slider_amount .button {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #ef6c5f;
  color: #ffffff;
  float: right;
  padding: 8px 20px;
  border: none;
  text-align: center;
  display: inline-block;
  outline: none;
  height: 34px; }

.widget_price_filter .ui-slider {
  position: relative;
  text-align: left; }

.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  cursor: pointer;
  outline: none;
  top: -6px; }

.widget_price_filter .ui-slider .ui-slider-handle i {
  color: rgba(0, 0, 0, 0.2);
  font-weight: 300;
  font-size: 18px;
  -webkit-border-radius: 99px;
  border-radius: 99px;
  background-color: #FFF; }

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -13px; }

.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background: #ef6c5f; }

.widget_price_filter .ui-slider-horizontal {
  height: 5px; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px; }

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px; }

/* widget_category */
.widget_category ul > li {
  color: #4d4d4d;
  list-style: none;
  font-weight: 700;
  font-size: 13px; }

.widget_category > ul > li {
  margin-bottom: 10px; }

.widget_category > ul > li > a {
  margin-bottom: 10px;
  display: block; }

.widget_category ul ul li {
  padding: 0 0 10px 0;
  font-weight: 300; }

#secondary .widget_category ul ul li a {
  color: #6a6a6a; }

#secondary .widget_category ul ul li a:before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 8px; }

#secondary .widget_category ul ul li a:hover {
  color: #ef6c5f; }

/* widget_latest */
.widget_latest ul li {
  margin-bottom: 20px; }

.widget_latest ul li > a {
  width: 50px;
  float: left;
  margin-right: 15px; }

.widget_latest a img.entry-thumbnail {
  moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  width: 100%; }

/* Tabs Widget */
#secondary .tabs-widget .tabs-nav {
  background-color: #f0f0f0;
  border-bottom: 1px solid #e9e9e9;
  border-radius: 3px;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }

#secondary .tabs-widget .tabs-nav li {
  border-top: none;
  display: inline-block;
  list-style: none;
  overflow: hidden;
  position: relative;
  padding: 0; }

#secondary .tabs-widget .tabs-nav li a {
  display: block;
  padding: 0 20px;
  color: #333333;
  font-size: 18px;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  text-transform: uppercase; }

#secondary .tabs-widget .tab-content {
  border: none;
  background: #fff; }

#secondary .tabs-widget .tab-content .entry-thumbnail {
  float: left;
  width: 64px;
  height: 64px;
  margin: 0 15px 0 0; }

#secondary .tabs-widget .tab-content ul li {
  border-top: none;
  border-bottom: 1px solid #e9e9e9;
  padding: 15px 0;
  line-height: 1.3;
  list-style: none;
  margin: 0; }

#secondary .tabs-widget .tab-content ul li:last-child {
  border-bottom: none; }

#secondary .tabs-widget .tab-content ul li .entry-title {
  font-size: 14px;
  font-weight: bold; }

#secondary .tabs-widget .tab-content ul li .entry-meta {
  margin-top: 5px;
  color: #9f9f9f;
  font-size: 11px;
  text-transform: lowercase; }

#secondary .tabs-widget #tab4 {
  margin-top: 15px; }

#secondary .tabs-widget #tab4 a {
  display: inline-block;
  font-size: 0.8em !important;
  margin: 0 3px 3px 0;
  text-align: center;
  text-transform: lowercase; }

/* widget_collection */
.widget_collection a {
  border-style: solid;
  border-width: 3px;
  border-color: transparent;
  border-radius: 3px;
  box-shadow: 0px 0px 1px 1px rgba(239, 108, 95, 0.6);
  display: block;
  margin-bottom: 10px; }

.widget_collection img {
  moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  width: 100%; }

/* Posts thumbnail widget. */
#secondary .posts-thumbnail-widget ul,
#footer .posts-thumbnail-widget ul {
  list-style: none;
  padding-left: 0; }

.footer-column #secondary .posts-thumbnail-widget img, .footer-column
#footer .posts-thumbnail-widget img {
  width: 48px;
  height: 48px; }

#secondary .posts-thumbnail-widget li,
#footer .posts-thumbnail-widget li {
  line-height: 1.3em;
  padding: 6px 0;
  overflow: hidden; }
  #secondary .posts-thumbnail-widget li:last-child,
  #footer .posts-thumbnail-widget li:last-child {
    border-bottom: 0; }

#secondary .posts-thumbnail-widget a:hover,
#footer .posts-thumbnail-widget a:hover {
  color: #ef6c5f; }

#secondary .posts-thumbnail-widget .entry-title,
#footer .posts-thumbnail-widget .entry-title {
  font-size: 14px;
  font-weight: 400; }
  .sidebar1 #secondary .posts-thumbnail-widget .entry-title, .sidebar1
  #footer .posts-thumbnail-widget .entry-title {
    font-weight: 700;
    font-size: 13px; }
  #footer #secondary .posts-thumbnail-widget .entry-title, #footer
  #footer .posts-thumbnail-widget .entry-title {
    font-size: 13px; }

#secondary .posts-thumbnail-widget .entry-thumb,
#footer .posts-thumbnail-widget .entry-thumb {
  float: left;
  margin-right: 15px; }

#secondary .posts-thumbnail-widget .entry-date,
#footer .posts-thumbnail-widget .entry-date {
  margin-top: 5px;
  color: #9f9f9f;
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  font-weight: 300; }
  .tabs-widget #secondary .posts-thumbnail-widget .entry-date, .tabs-widget
  #footer .posts-thumbnail-widget .entry-date {
    text-transform: uppercase; }

#secondary .posts-thumbnail-widget .entry-info .entry-date,
#footer .posts-thumbnail-widget .entry-info .entry-date {
  display: inline-block;
  margin-right: 3px; }

#secondary .posts-thumbnail-widget .entry-info .entry-view,
#footer .posts-thumbnail-widget .entry-info .entry-view {
  margin-top: 5px;
  color: #9f9f9f;
  font-size: 11px;
  display: block;
  font-weight: 400;
  display: inline-block; }

#secondary .posts-thumbnail-widget .classic-style .entry-thumb,
#footer .posts-thumbnail-widget .classic-style .entry-thumb {
  float: none;
  display: block;
  margin-right: 0;
  margin-bottom: 10px; }

#secondary .posts-thumbnail-widget ul li,
#footer .posts-thumbnail-widget ul li {
  margin-left: 0; }

#footer .posts-thumbnail-widget li {
  padding: 0; }

#footer .posts-thumbnail-widget img {
  width: 45px;
  height: auto; }

/* 8.0 - Footer
---------------------------------------------------------------------- */
/* 9.0 - MISC.
---------------------------------------------------------------------- */
.sticky,
.bypostauthor {
  color: inherit; }

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  clear: both; }

.dropcap {
  float: left;
  font-size: 58px;
  line-height: 54px;
  padding-top: 4px;
  padding-right: 10px;
  margin-top: -2px; }

.required {
  color: red; }

.left-sidebar #more-content {
  float: right; }

.left-sidebar #secondary {
  float: left; }

.left-sidebar #secondary .widget {
  margin-left: 0; }

.one-column {
  float: none;
  width: 100% !important; }

del .amount {
  opacity: 0.8; }

/**
 * New woocommerce gallery 
 */
.woocommerce-product-gallery figure {
  margin: 0; }

ol.flex-control-nav {
  list-style: none;
  padding: 0; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

/* 10.0 - PLUGINS.
---------------------------------------------------------------------- */
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  line-height: 1;
  display: inline-block;
  content: '\f001'; }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

/*!
 *  Font Awesome 4.0.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("assets/fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("assets/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("assets/fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("assets/fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("assets/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857142858em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  top: 0.14285714285714285em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.8571428571428572em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before,
.fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before,
.fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before,
.fa-users:before {
  content: "\f0c0"; }

.fa-chain:before,
.fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd"; }

.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-mail-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before,
.fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before,
.fa-usd:before {
  content: "\f155"; }

.fa-rupee:before,
.fa-inr:before {
  content: "\f156"; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158"; }

.fa-won:before,
.fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
  font-size: 15px;
  background: #333;
  color: #fff;
  -webkit-box-shadow: inset 0 0 5px 5px #222;
  -moz-box-shadow: inset 0 0 5px 5px #222;
  box-shadow: inset 0 0 5px 5px #222; }

.sidr .sidr-inner {
  padding: 0 0 15px; }

.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px; }

.sidr.right {
  left: auto;
  right: -260px; }

.sidr.left {
  left: -260px;
  right: auto; }

.sidr h1, .sidr h2, .sidr h3, .sidr h4, .sidr h5, .sidr h6 {
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #fff;
  line-height: 24px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4d4d), color-stop(100%, #1a1a1a));
  background-image: -webkit-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: -moz-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: -o-linear-gradient(#4d4d4d, #1a1a1a);
  background-image: linear-gradient(#4d4d4d, #1a1a1a);
  -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2); }

.sidr p {
  font-size: 13px;
  margin: 0 0 12px; }

.sidr p a {
  color: rgba(255, 255, 255, 0.9); }

.sidr > p {
  margin-left: 15px;
  margin-right: 15px; }

.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-top: 1px solid #1a1a1a;
  border-bottom: 1px solid #4d4d4d; }

.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #1a1a1a; }

.sidr ul li:hover, .sidr ul li.active, .sidr ul li.sidr-class-active {
  border-top: none;
  line-height: 49px; }

.sidr ul li:hover > a, .sidr ul li:hover > span, .sidr ul li.active > a, .sidr ul li.active > span, .sidr ul li.sidr-class-active > a, .sidr ul li.sidr-class-active > span {
  -webkit-box-shadow: inset 0 0 15px 3px #222;
  -moz-box-shadow: inset 0 0 15px 3px #222;
  box-shadow: inset 0 0 15px 3px #222; }

.sidr ul li a, .sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #fff; }

.sidr ul li ul {
  border-bottom: none;
  margin: 0; }

.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px; }

.sidr ul li ul li:last-child {
  border-bottom: none; }

.sidr ul li ul li:hover, .sidr ul li ul li.active, .sidr ul li ul li.sidr-class-active {
  border-top: none;
  line-height: 41px; }

.sidr ul li ul li:hover > a, .sidr ul li ul li:hover > span, .sidr ul li ul li.active > a, .sidr ul li ul li.active > span, .sidr ul li ul li.sidr-class-active > a, .sidr ul li ul li.sidr-class-active > span {
  -webkit-box-shadow: inset 0 0 15px 3px #222;
  -moz-box-shadow: inset 0 0 15px 3px #222;
  box-shadow: inset 0 0 15px 3px #222; }

.sidr ul li ul li a, .sidr ul li ul li span {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 30px; }

.sidr form {
  margin: 0 15px; }

.sidr label {
  font-size: 13px; }

.sidr input[type="text"], .sidr input[type="password"], .sidr input[type="date"], .sidr input[type="datetime"], .sidr input[type="email"], .sidr input[type="number"], .sidr input[type="search"], .sidr input[type="tel"], .sidr input[type="time"], .sidr input[type="url"], .sidr textarea, .sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.6);
  display: block;
  clear: both; }

.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none; }

.sidr input[type=button], .sidr input[type=submit] {
  color: #333;
  background: #fff; }

.sidr input[type=button]:hover, .sidr input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.9); }
