/*
Theme Name: Spectrum
Theme URI: http://www.woothemes.com/
Version: 2.1.2
Description: Designed by <a href="http://www.woothemes.com">WooThemes</a>.
Author: WooThemes
Author URI: http://www.woothemes.com
Tags: woothemes

	Copyright: (c) 2009-2011 WooThemes.
	License: GNU General Public License v2.0
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/
/*

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit this file. Instead, install a plugin
that allows you to add custom CSS or create a child theme. You can read more about child
themes here: http://codex.wordpress.org/Child_Themes
*/
/**
 * Mixins
 *
 * Includes vars, functions, mixins and other utilities used throughout this theme.
 */
@-webkit-keyframes spin-360 {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    zoom: 1;
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    zoom: 1;
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
    zoom: 1;
  }
}
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000000;
}
code,
kbd,
pre,
samp {
  font-family: monospace,serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/**
 * Setup
 *
 * Includes general setup styles. Also includes Typographic styles.
 * Modular Scale: http://modularscale.com/scale/?px1=14&px2=12&ra1=1.618&ra2=0
 */
html {
  font-size: 62.5%;
}
body {
  font-size: 1.5em;
  line-height: 1.618;
  color: #555555;
  font-family: "Asap", "Helvetica Neue", "Helvetica", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  position: relative;
  background: #222222;
  word-wrap: break-word;
}
#wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
#inner-wrapper {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1em;
  -webkit-transition: left ease 0.5s;
  -moz-transition: left ease 0.5s;
  -ms-transition: left ease 0.5s;
  -o-transition: left ease 0.5s;
  transition: left ease 0.5s;
  background-color: #fff;
}
::selection,
::-moz-selection {
  background: #dc3e29;
  color: #f7f7f7;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
hr {
  background-color: #f2f2f2;
  border: 0;
  height: 1px;
  margin-bottom: 1.618em;
}
a {
  color: #dc3e29;
  text-decoration: none;
}
a:hover {
  color: #a90b00;
}
a img {
  -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;
  -webkit-transform: translateZ(0);
  -moz-backface-visibility: hidden !important;
}
a img:hover {
  opacity: 0.75;
  filter: alpha(opacity=@opacity * 100);
}
h1,
h2,
h3,
h4,
h5,
h6,
.omega,
.alpha,
.beta,
.gamma,
.delta {
  font-family: "PT Sans", "Helvetica Neue", "Helvetica", sans-serif;
  color: #222222;
  margin: 0 0 .618em;
  font-weight: 400;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.omega a,
.alpha a,
.beta a,
.gamma a,
.delta a {
  text-decoration: none;
  color: #333333;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.omega a:hover,
.alpha a:hover,
.beta a:hover,
.gamma a:hover,
.delta a:hover {
  text-decoration: none;
  color: #dc3e29;
}
h1 label,
h2 label,
h3 label,
h4 label,
h5 label,
h6 label,
.omega label,
.alpha label,
.beta label,
.gamma label,
.delta label {
  font-weight: 400;
}
.omega {
  font-size: 3.236em;
}
h1,
.alpha {
  font-size: 2.244em;
  line-height: 1.387em;
}
h2,
.beta {
  font-size: 1.618em;
  line-height: 1.387em;
}
h3,
.gamma {
  font-size: 1.387em;
}
h4,
.delta {
  font-size: 1em;
}
h5 {
  font-size: 1em;
}
h6 {
  font-size: .857em;
}
p {
  -webkit-hyphens: auto;
  -webkit-hyphenate-character: "\2010";
  -webkit-hyphenate-limit-after: 1;
  -webkit-hyphenate-limit-before: 3;
  -moz-hyphens: manual;
  orphans: 3;
  widows: 3;
}
ul,
ol,
dl,
p,
table,
form,
pre,
hr,
address,
fieldset {
  margin: 0 0 1.618em 0;
}
ul,
ol {
  padding-left: 0;
}
li > ul,
li > ol {
  margin: 0 0 0 1.618em;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin: 0 0 1.618em 0;
}
acronym {
  text-decoration: underline;
  cursor: help;
}
tt,
code {
  padding: .202em .53em;
  font-size: .857em;
  white-space: nowrap;
  background: #fbfbfb;
  border: 1px solid #f2f2f2;
}
ins {
  background-color: rgba(251, 236, 155, 0.9);
  text-decoration: none;
  padding: .382em .618em;
  -webkit-border-radius: 0.146em;
  border-radius: 0.146em;
  color: #7c713c;
}
mark {
  background: rgba(251, 236, 155, 0.9);
  color: #555555;
  font-weight: 700;
}
pre {
  background: #fbfbfb;
  border: 1px solid #f2f2f2;
  padding: .618em 1em;
  font-size: .857em;
}
pre code {
  background: none;
  border: 0;
  padding: 0;
}
blockquote {
  position: relative;
  padding-left: 3.236em;
  quotes: "\201C" "\201D" "\2018" "\2019";
  margin: 0;
  color: #888888;
}
blockquote:before {
  content: "\f10d";
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2.244em;
  line-height: 1.2;
  margin: 0;
  font-style: normal;
  color: #eeeeee;
}
@font-face {
  font-family: "FontAwesome";
  src: url("includes/fonts//fontawesome-webfont.eot");
  src: url("includes/fonts//fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("includes/fonts//fontawesome-webfont.woff") format("woff"), url("includes/fonts//fontawesome-webfont.ttf") format("truetype"), url("includes/fonts//fontawesome-webfont.svg#FontAwesome") format("svg");
  font-weight: normal;
  font-style: normal;
}
/**
 * Structure
 *
 * Styles relating to general theme structure and layout
 */
#header {
  padding: 4.236em 0 0 0;
  clear: both;
}
#header #logo {
  margin-bottom: 1.618em;
  max-width: 100%;
}
#header .site-title,
#header .site-description {
  color: #000;
  display: none;
  text-align: center;
}
#header .site-title a,
#header .site-description a {
  color: #222222;
  text-transform: none;
  font-weight: normal;
  text-decoration: none;
}
#header .site-title a:hover,
#header .site-description a:hover {
  text-decoration: underline;
}
#header .site-title {
  margin-bottom: 0;
  word-wrap: break-word;
}
#header .site-description {
  margin-bottom: 1.618em;
}
#header .site-header:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
#header .site-description {
  color: #6f6f6f;
  font-style: italic;
}
#header #topad {
  float: right;
}
#header .site-header,
#header .header-widgets {
  margin-bottom: 1.618em;
}
#header .site-header .widget,
#header .header-widgets .widget {
  margin-bottom: 0;
}
#sidebar {
  overflow: hidden;
}
#sidebar .secondary {
  float: left;
  margin-right: 20px;
}
#sidebar .secondary.last {
  margin: 0;
}
#footer {
  padding: 2.618em 0;
  color: #bbbbbb;
  clear: both;
}
#footer:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
#footer #logo {
  display: block;
  clear: both;
  margin-top: 1.618em;
}
#footer #logo img {
  max-width: 200px;
  display: block;
}
#footer #credit img {
  vertical-align: middle;
}
#footer #credit span {
  display: none;
}
.footer-wrap {
  margin-left: -999em;
  margin-right: -999em;
  padding-left: 999em;
  padding-right: 999em;
  background-color: #fcfcfc;
  border-top: 1px solid #f2f2f2;
  clear: both;
}
.copy-wrap {
  margin-left: -999em;
  margin-right: -999em;
  padding-left: 999em;
  padding-right: 999em;
  border-top: 1px solid #e8e8e8;
  background-color: #f6f6f6;
}
#footer-widgets {
  clear: both;
  padding: 4.236em 0;
}
@media only screen and (min-width: 768px) {
  #inner-wrapper {
    left: 0 !important;
    padding: 0 3.236em;
  }
  #header {
    margin-bottom: 4.236em;
  }
  #header:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }
  #header .site-header {
    float: left;
    padding-bottom: 1em;
  }
  #header .site-header h1,
  #header .site-header h2,
  #header .site-header h3 {
    float: none;
  }
  #header .site-title,
  #header .site-description {
    text-align: left;
  }
  #header ul.rss {
    margin-right: 0;
    padding-right: 0;
  }
  #header ul.rss li {
    border-right: 0;
  }
  #header #logo,
  #header .site-header {
    float: left;
  }
  #header .site-header {
    width: 48%;
  }
  #header .header-widgets {
    width: 48%;
    float: right;
    margin-left: 1.618em;
    text-align: right;
  }
  #main.fullwidth,
  .layout-full #main,
  .col-full {
    max-width: 75.998em;
    margin: 0 auto;
    width: 100%;
  }
  #main {
    width: 64%;
    margin-bottom: 4.236em;
  }
  #sidebar {
    margin-top: 0;
    width: 29%;
    margin-bottom: 4.236em;
    padding-left: 3.632em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .layout-right-content #sidebar {
    padding-left: 0;
    padding-right: 3.632em;
  }
  .entry img {
    max-width: 100%;
  }
  .layout-full .entry img {
    max-width: 100%;
  }
  .layout-right-content #main {
    float: right;
  }
  .layout-right-content #sidebar {
    float: left;
  }
  .layout-full #main {
    width: 100%;
  }
  .col-left {
    float: left;
  }
  .col-right {
    float: right;
  }
  #footer-widgets .block {
    margin-right: 3.8%;
    float: left;
  }
  #footer-widgets.col-1 .block {
    width: 100%;
    float: none;
  }
  #footer-widgets.col-1 .footer-widget-1 {
    margin-right: 0;
  }
  #footer-widgets.col-2 .block {
    width: 48%;
  }
  #footer-widgets.col-2 .footer-widget-2 {
    margin-right: 0;
  }
  #footer-widgets.col-3 .block {
    width: 30.75%;
  }
  #footer-widgets.col-3 .footer-widget-3 {
    margin-right: 0;
  }
  #footer-widgets.col-4 .block {
    width: 22.05%;
  }
  #footer-widgets.col-4 .footer-widget-4 {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  #sidebar {
    padding-left: 0;
  }
}
@media only screen and (min-width: 1600px) {
  body {
    font-size: 1.618em;
  }
}
@media only screen and (min-width: 2400px) {
  body {
    font-size: 1.9em;
  }
}
/**
 * WordPress
 *
 * Post / Page styles
 */
#breadcrumb,
.post .video {
  margin-bottom: 1.618em;
}
#breadcrumbs {
  margin-bottom: 4.236em;
  border-bottom: 2px solid #f2f2f2;
  padding-bottom: 1.618em;
  color: #999999;
}
#breadcrumbs .breadcrumb-trail {
  font-size: .857em;
}
#breadcrumbs .sep {
  display: block;
  text-indent: -999px;
  position: relative;
  height: 1em;
  width: 1em;
  display: inline-block;
  padding: 0 .53em;
}
#breadcrumbs .sep:after {
  font-family: 'FontAwesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  content: "\f105";
  line-height: 1.618;
  color: #999999;
}
.archive-header {
  display: block;
  float: left;
  width: 100%;
  margin: 0 0 1.618em;
  padding: 0 0 1em;
  border-bottom: #f2f2f2 1px solid;
}
.archive-description {
  clear: both;
  margin-bottom: 1.618em;
}
#main .hentry.page {
  margin-botom: 5.874em;
}
.single-post #main .hentry.post {
  font-size: 1.1em;
}
.single-post #main .hentry.post .woo-image {
  margin-bottom: 2.618em;
}
.single #main .hentry.post .post-meta ul {
  list-style: none;
  padding-bottom: 1em;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
}
.single #main .hentry.post .post-meta ul:after {
  content: "";
  position: absolute;
  bottom: -2em;
  right: 0;
  width: 1em;
  height: 2em;
  background-color: #f2f2f2;
}
.single #main .hentry.post .post-meta ul .post-author {
  text-transform: uppercase;
}
.single #main .hentry.post .post-meta ul .post-author img {
  margin-bottom: 1em;
  width: 128px;
  height: auto;
}
.single #main .hentry.post .post-meta ul .post-author span {
  display: block;
}
.single #main .hentry.post .post-meta ul .post-date {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 2px solid #f2f2f2;
  text-transform: uppercase;
}
.single #main .hentry.post .post-meta ul .post-category,
.single #main .hentry.post .post-meta ul .tags,
.single #main .hentry.post .post-meta ul .comments {
  margin-bottom: 1em;
}
.single #main .hentry.post .post-meta ul .post-category span,
.single #main .hentry.post .post-meta ul .tags span,
.single #main .hentry.post .post-meta ul .comments span {
  display: block;
  font-size: .857em;
}
.single #main .hentry.post .post-meta ul li:last-child {
  margin-bottom: 0;
}
.archive #main .hentry.type-post,
.search #main .hentry.type-post,
.page-template-template-blog-php #main .hentry.type-post,
.page-template-template-business-php #main .hentry.type-post,
.recent-posts .hentry.type-post {
  margin-bottom: 3.631em;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f7f7f7;
}
.archive #main .hentry.type-post header,
.search #main .hentry.type-post header,
.page-template-template-blog-php #main .hentry.type-post header,
.page-template-template-business-php #main .hentry.type-post header,
.recent-posts .hentry.type-post header {
  padding: 2.244em;
}
.archive #main .hentry.type-post > a:first-child,
.search #main .hentry.type-post > a:first-child,
.page-template-template-blog-php #main .hentry.type-post > a:first-child,
.page-template-template-business-php #main .hentry.type-post > a:first-child,
.recent-posts .hentry.type-post > a:first-child {
  display: block;
  background-color: #dc3e29;
}
.archive #main .hentry.type-post > a:first-child img,
.search #main .hentry.type-post > a:first-child img,
.page-template-template-blog-php #main .hentry.type-post > a:first-child img,
.page-template-template-business-php #main .hentry.type-post > a:first-child img,
.recent-posts .hentry.type-post > a:first-child img {
  -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;
}
.archive #main .hentry.type-post > a:first-child:hover img,
.search #main .hentry.type-post > a:first-child:hover img,
.page-template-template-blog-php #main .hentry.type-post > a:first-child:hover img,
.page-template-template-business-php #main .hentry.type-post > a:first-child:hover img,
.recent-posts .hentry.type-post > a:first-child:hover img {
  opacity: 0.25;
  filter: alpha(opacity=@opacity * 100);
}
.archive #main .hentry.type-post > a:first-child + header,
.search #main .hentry.type-post > a:first-child + header,
.page-template-template-blog-php #main .hentry.type-post > a:first-child + header,
.page-template-template-business-php #main .hentry.type-post > a:first-child + header,
.recent-posts .hentry.type-post > a:first-child + header {
  margin-top: -1.618em;
}
.archive #main .hentry.type-post > a:first-child + header .post-meta,
.search #main .hentry.type-post > a:first-child + header .post-meta,
.page-template-template-blog-php #main .hentry.type-post > a:first-child + header .post-meta,
.page-template-template-business-php #main .hentry.type-post > a:first-child + header .post-meta,
.recent-posts .hentry.type-post > a:first-child + header .post-meta {
  display: inline-block;
  background-color: #f7f7f7;
  -webkit-box-shadow: 0 -1.387em 0 0 #f7f7f7, -1.68em -1.387em 0 0 #f7f7f7, 1.618em -1.387em 0 0 #f7f7f7;
  box-shadow: 0 -1.387em 0 0 #f7f7f7, -1.68em -1.387em 0 0 #f7f7f7, 1.618em -1.387em 0 0 #f7f7f7;
}
.archive #main .hentry.type-post .post-meta,
.search #main .hentry.type-post .post-meta,
.page-template-template-blog-php #main .hentry.type-post .post-meta,
.page-template-template-business-php #main .hentry.type-post .post-meta,
.recent-posts .hentry.type-post .post-meta {
  padding-bottom: 1em;
  margin-bottom: 1em;
  position: relative;
}
.archive #main .hentry.type-post .post-meta li,
.search #main .hentry.type-post .post-meta li,
.page-template-template-blog-php #main .hentry.type-post .post-meta li,
.page-template-template-business-php #main .hentry.type-post .post-meta li,
.recent-posts .hentry.type-post .post-meta li {
  font-size: .857em;
}
.archive #main .hentry.type-post .post-meta:after,
.search #main .hentry.type-post .post-meta:after,
.page-template-template-blog-php #main .hentry.type-post .post-meta:after,
.page-template-template-business-php #main .hentry.type-post .post-meta:after,
.recent-posts .hentry.type-post .post-meta:after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 50px;
  background-color: #ececec;
  content: "";
}
.archive #main .hentry.type-post .post-meta ul,
.search #main .hentry.type-post .post-meta ul,
.page-template-template-blog-php #main .hentry.type-post .post-meta ul,
.page-template-template-business-php #main .hentry.type-post .post-meta ul,
.recent-posts .hentry.type-post .post-meta ul {
  margin: 0;
}
.archive #main .hentry.type-post .post-meta li,
.search #main .hentry.type-post .post-meta li,
.page-template-template-blog-php #main .hentry.type-post .post-meta li,
.page-template-template-business-php #main .hentry.type-post .post-meta li,
.recent-posts .hentry.type-post .post-meta li {
  display: block;
}
.archive #main .hentry.type-post .post-meta li:before,
.search #main .hentry.type-post .post-meta li:before,
.page-template-template-blog-php #main .hentry.type-post .post-meta li:before,
.page-template-template-business-php #main .hentry.type-post .post-meta li:before,
.recent-posts .hentry.type-post .post-meta li:before {
  color: #cccccc;
}
.archive #main .hentry.type-post .post-meta li.post-date:before,
.search #main .hentry.type-post .post-meta li.post-date:before,
.page-template-template-blog-php #main .hentry.type-post .post-meta li.post-date:before,
.page-template-template-business-php #main .hentry.type-post .post-meta li.post-date:before,
.recent-posts .hentry.type-post .post-meta li.post-date:before {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  speak: none;
  width: 1.5em;
  display: inline-block;
  line-height: 1;
  content: "\f017";
  width: 1.387em;
}
.archive #main .hentry.type-post .post-meta li.post-category:before,
.search #main .hentry.type-post .post-meta li.post-category:before,
.page-template-template-blog-php #main .hentry.type-post .post-meta li.post-category:before,
.page-template-template-business-php #main .hentry.type-post .post-meta li.post-category:before,
.recent-posts .hentry.type-post .post-meta li.post-category:before {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  speak: none;
  width: 1.5em;
  display: inline-block;
  line-height: 1;
  content: "\f114";
  width: 1.387em;
}
.archive #main .hentry.type-post h1,
.search #main .hentry.type-post h1,
.page-template-template-blog-php #main .hentry.type-post h1,
.page-template-template-business-php #main .hentry.type-post h1,
.recent-posts .hentry.type-post h1 {
  font-size: 1.387em;
  margin: 0;
  position: relative;
  z-index: 99;
}
.archive #main .hentry.type-post .woo-image,
.search #main .hentry.type-post .woo-image,
.page-template-template-blog-php #main .hentry.type-post .woo-image,
.page-template-template-business-php #main .hentry.type-post .woo-image,
.recent-posts .hentry.type-post .woo-image {
  margin: 0;
}
.recent-posts {
  margin-bottom: 2.618em;
}
.recent-posts:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.recent-posts > h1 {
  font-size: 1.387em;
}
.recent-posts .hentry.post:nth-of-type(5) {
  clear: both;
}
.recent-posts .hentry.post:nth-of-type(5),
.recent-posts .hentry.post:nth-of-type(6),
.recent-posts .hentry.post:nth-of-type(7),
.recent-posts .hentry.post:nth-of-type(8),
.recent-posts .hentry.post:nth-of-type(9),
.recent-posts .hentry.post:nth-of-type(10) {
  border-top: 1px solid #f2f2f2;
  background: none;
  padding: 1.618em 0;
  margin: 0;
}
.recent-posts .hentry.post:nth-of-type(5) h1,
.recent-posts .hentry.post:nth-of-type(6) h1,
.recent-posts .hentry.post:nth-of-type(7) h1,
.recent-posts .hentry.post:nth-of-type(8) h1,
.recent-posts .hentry.post:nth-of-type(9) h1,
.recent-posts .hentry.post:nth-of-type(10) h1 {
  font-size: 1.387em;
  letter-spacing: 0;
}
.recent-posts .hentry.post:nth-of-type(5) header,
.recent-posts .hentry.post:nth-of-type(6) header,
.recent-posts .hentry.post:nth-of-type(7) header,
.recent-posts .hentry.post:nth-of-type(8) header,
.recent-posts .hentry.post:nth-of-type(9) header,
.recent-posts .hentry.post:nth-of-type(10) header {
  padding: 0;
}
.recent-posts .hentry.post:nth-of-type(5) > a + header,
.recent-posts .hentry.post:nth-of-type(6) > a + header,
.recent-posts .hentry.post:nth-of-type(7) > a + header,
.recent-posts .hentry.post:nth-of-type(8) > a + header,
.recent-posts .hentry.post:nth-of-type(9) > a + header,
.recent-posts .hentry.post:nth-of-type(10) > a + header {
  margin-left: 5.874em;
  margin-top: 0;
}
.recent-posts .hentry.post:nth-of-type(5) > a + header .post-meta,
.recent-posts .hentry.post:nth-of-type(6) > a + header .post-meta,
.recent-posts .hentry.post:nth-of-type(7) > a + header .post-meta,
.recent-posts .hentry.post:nth-of-type(8) > a + header .post-meta,
.recent-posts .hentry.post:nth-of-type(9) > a + header .post-meta,
.recent-posts .hentry.post:nth-of-type(10) > a + header .post-meta {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
}
.recent-posts .hentry.post:nth-of-type(5) .woo-image,
.recent-posts .hentry.post:nth-of-type(6) .woo-image,
.recent-posts .hentry.post:nth-of-type(7) .woo-image,
.recent-posts .hentry.post:nth-of-type(8) .woo-image,
.recent-posts .hentry.post:nth-of-type(9) .woo-image,
.recent-posts .hentry.post:nth-of-type(10) .woo-image {
  max-width: 4.236em;
  height: auto;
  float: left;
  padding: .236em;
  background-color: #f7f7f7;
  border: 1px solid #f2f2f2;
}
.recent-posts .hentry.post:nth-of-type(5) .post-meta,
.recent-posts .hentry.post:nth-of-type(6) .post-meta,
.recent-posts .hentry.post:nth-of-type(7) .post-meta,
.recent-posts .hentry.post:nth-of-type(8) .post-meta,
.recent-posts .hentry.post:nth-of-type(9) .post-meta,
.recent-posts .hentry.post:nth-of-type(10) .post-meta {
  margin-bottom: 0;
  padding-bottom: 0;
}
.recent-posts .hentry.post:nth-of-type(5) .post-meta:after,
.recent-posts .hentry.post:nth-of-type(6) .post-meta:after,
.recent-posts .hentry.post:nth-of-type(7) .post-meta:after,
.recent-posts .hentry.post:nth-of-type(8) .post-meta:after,
.recent-posts .hentry.post:nth-of-type(9) .post-meta:after,
.recent-posts .hentry.post:nth-of-type(10) .post-meta:after {
  display: none;
}
.recent-posts .hentry.post:nth-of-type(5) .post-meta ul,
.recent-posts .hentry.post:nth-of-type(6) .post-meta ul,
.recent-posts .hentry.post:nth-of-type(7) .post-meta ul,
.recent-posts .hentry.post:nth-of-type(8) .post-meta ul,
.recent-posts .hentry.post:nth-of-type(9) .post-meta ul,
.recent-posts .hentry.post:nth-of-type(10) .post-meta ul {
  overflow: hidden;
  zoom: 1;
}
.recent-posts .hentry.post:nth-of-type(5) .post-meta li,
.recent-posts .hentry.post:nth-of-type(6) .post-meta li,
.recent-posts .hentry.post:nth-of-type(7) .post-meta li,
.recent-posts .hentry.post:nth-of-type(8) .post-meta li,
.recent-posts .hentry.post:nth-of-type(9) .post-meta li,
.recent-posts .hentry.post:nth-of-type(10) .post-meta li {
  display: inline-block;
  float: left;
}
.recent-posts .hentry.post:nth-of-type(5) .post-meta li:before,
.recent-posts .hentry.post:nth-of-type(6) .post-meta li:before,
.recent-posts .hentry.post:nth-of-type(7) .post-meta li:before,
.recent-posts .hentry.post:nth-of-type(8) .post-meta li:before,
.recent-posts .hentry.post:nth-of-type(9) .post-meta li:before,
.recent-posts .hentry.post:nth-of-type(10) .post-meta li:before {
  width: 1em;
}
.recent-posts .hentry.post:nth-of-type(5) .post-meta li.post-date,
.recent-posts .hentry.post:nth-of-type(6) .post-meta li.post-date,
.recent-posts .hentry.post:nth-of-type(7) .post-meta li.post-date,
.recent-posts .hentry.post:nth-of-type(8) .post-meta li.post-date,
.recent-posts .hentry.post:nth-of-type(9) .post-meta li.post-date,
.recent-posts .hentry.post:nth-of-type(10) .post-meta li.post-date {
  margin-right: 1em;
}
.post,
.type-page {
  margin: 0 0 2.618em;
}
.post .post-meta,
.type-page .post-meta {
  margin: 0 0 1.618em 0;
}
.post .post-more,
.type-page .post-more {
  clear: both;
}
.post p.tags,
.type-page p.tags {
  width: 100%;
  clear: both;
}
.post p.tags:before,
.type-page p.tags:before {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  speak: none;
  width: 1.5em;
  display: inline-block;
  line-height: 1;
  content: "\f02c";
}
.post img,
.type-page img,
.post img.thumbnail,
.type-page img.thumbnail {
  max-width: 100%;
  height: auto;
}
.post img:hover,
.type-page img:hover,
.post img.thumbnail:hover,
.type-page img.thumbnail:hover {
  border-color: #d9d9d9;
}
.post img.wp-smiley,
.type-page img.wp-smiley {
  padding: 0;
  border: 0;
}
.post .alignleft,
.type-page .alignleft {
  float: left;
  margin: 0 1.618em 1em 0;
}
.post .alignright,
.type-page .alignright {
  float: right;
  margin: 0 0 1em 1.618em;
}
.post .aligncenter,
.type-page .aligncenter {
  display: block;
  text-align: center;
  margin: 0 auto 1.618em;
}
.post .wp-caption,
.type-page .wp-caption {
  text-align: center;
  max-width: 100%;
  margin-bottom: 1.618em;
  padding: 1em;
  background-color: #f7f7f7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post .wp-caption img,
.type-page .wp-caption img {
  margin: 0 0 1em;
  background: none;
  border: 0;
}
.post .wp-caption-text,
.type-page .wp-caption-text {
  margin: 0;
  padding: 0;
  font-size: .857em;
  color: #999999;
}
.single-post #main > .post header h1 {
  position: relative;
  padding-bottom: .618em;
  margin-bottom: 1em;
}
.single-post #main > .post header h1:after {
  content: "";
  height: 2px;
  width: 20%;
  background-color: #f2f2f2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.single-post.layout-left-content #main > .post header h1:before {
  content: "";
  width: 90em;
  height: 80%;
  position: absolute;
  left: -91em;
  top: 0;
  background-color: rgba(0, 0, 0, 0.025);
}
.nav-entries,
.wp-pagenavi,
.woo-pagination {
  padding: 1em 1.618em;
  clear: both;
}
.nav-entries a {
  display: block;
  color: #555555;
  text-decoration: none;
}
.nav-entries a:hover {
  text-decoration: underline;
}
#post-entries {
  margin-bottom: 4.236em;
  background-color: #f1f1f1;
  clear: both;
}
#post-entries a {
  background-color: #f2f2f2;
  color: #888;
  display: inline-block;
  padding: .618em 1em;
}
#post-entries a:hover {
  background-color: #dc3e29;
  color: #f7f7f7;
}
#post-entries a:hover {
  text-decoration: none;
}
#post-entries .nav-prev a:before {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  speak: none;
  width: 1.5em;
  display: inline-block;
  line-height: 1;
  content: "\f053";
}
#post-entries .nav-next a:after {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  speak: none;
  width: 1.5em;
  display: inline-block;
  text-align: right;
  line-height: 1;
  content: "\f054";
}
.subscribe-and-connect-connect {
  border-top: 1px solid #f2f2f2;
  padding-top: 1.618em;
}
#post-author {
  margin: 0 0 2.618em;
  border: 1px solid #f2f2f2;
  border-width: 1px 0;
  padding: 1.618em 0;
  clear: both;
  -webkit-border-radius: 0.146em;
  border-radius: 0.146em;
}
#post-author:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
#post-author .profile-content {
  width: 74%;
  float: right;
}
#post-author .profile-image {
  float: left;
  width: 20%;
  box-shadow: -2.618em 0 0 0 #f2f2f2;
  -webkit-box-shadow: -2.618em 0 0 0 #f2f2f2;
}
#post-author .profile-image img {
  width: 100%;
  height: auto;
}
.footer-posts {
  position: relative;
  clear: both;
  margin-left: -999em;
  margin-right: -999em;
  padding-left: 999em;
  padding-right: 999em;
  background-color: #555555;
}
.footer-posts:before,
.footer-posts:after {
  content: "";
  display: block;
  position: absolute;
  top: -0.25em;
  left: 990em;
  height: .25em;
  width: 10em;
  z-index: 999;
  background: rgba(220, 62, 41, 0.3);
  box-shadow: 10em 0 0 0 rgba(220, 123, 41, 0.3), 20em 0 0 0 rgba(224, 200, 63, 0.3), 30em 0 0 0 rgba(170, 209, 78, 0.3), 40em 0 0 0 rgba(73, 163, 196, 0.3), 50em 0 0 0 rgba(97, 73, 196, 0.3), 60em 0 0 0 rgba(204, 76, 145, 0.3), 70em 0 0 0 rgba(220, 62, 41, 0.3), 80em 0 0 0 rgba(220, 123, 41, 0.3), 90em 0 0 0 rgba(224, 200, 63, 0.3), 100em 0 0 0 rgba(170, 209, 78, 0.3), 110em 0 0 0 rgba(73, 163, 196, 0.3), 120em 0 0 0 rgba(97, 73, 196, 0.3), 130em 0 0 0 rgba(204, 76, 145, 0.3);
}
.footer-posts:after {
  top: auto;
  bottom: -0.25em;
}
.footer-posts .posts-wrap:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.footer-posts .post {
  margin-bottom: 0;
  width: 50%;
  float: left;
}
.footer-posts .post h2 {
  margin: 0;
}
.footer-posts .post h2 a {
  color: #f7f7f7;
}
.footer-posts .post .post-meta {
  list-style: none;
  color: #f7f7f7;
  font-size: .857em;
}
.footer-posts .post .post-meta li {
  display: inline-block;
}
.footer-posts .post .post-meta li.post-date {
  margin-right: 1em;
}
.footer-posts .post .post-meta li.post-date:before {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  speak: none;
  width: 1.5em;
  display: inline-block;
  line-height: 1;
  content: "\f017";
}
.footer-posts .post .post-meta li.post-category:before {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  speak: none;
  width: 1.5em;
  display: inline-block;
  line-height: 1;
  content: "\f07b";
}
@media only screen and (min-width: 768px) {
  .footer-posts .posts-wrap {
    margin: 0 -3.236em;
  }
  .footer-posts .post {
    position: relative;
  }
  .footer-posts .post header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2.244em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=@opacity * 100);
    -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;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.2) 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.85)), color-stop(100%, rgba(0, 0, 0, 0.2)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.2) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.2) 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.2) 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.2) 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
  }
  .footer-posts .post:hover header {
    opacity: 1;
    filter: alpha(opacity=@opacity * 100);
  }
  .archive #main .hentry.type-post,
  .search #main .hentry.type-post,
  .page-template-template-blog-php #main .hentry.type-post,
  .page-template-template-business-php #main .hentry.type-post,
  .recent-posts .hentry.type-post {
    width: 47%;
    float: left;
    clear: both;
  }
  .archive #main .hentry.type-post:nth-of-type(2n),
  .search #main .hentry.type-post:nth-of-type(2n),
  .page-template-template-blog-php #main .hentry.type-post:nth-of-type(2n),
  .page-template-template-business-php #main .hentry.type-post:nth-of-type(2n),
  .recent-posts .hentry.type-post:nth-of-type(2n) {
    float: right;
    clear: none;
  }
  .recent-posts .hentry.type-post:first-of-type {
    clear: none;
  }
  #breadcrumbs {
    margin-top: -2.618em;
  }
  .single-post #main .hentry.post:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }
  .single-post #main .hentry.post p,
  .single-post #main .hentry.post li {
    text-align: none;
  }
  .single-post #main .hentry.post .post-meta {
    width: 20%;
    float: left;
    font-size: .857em;
    text-align: right;
    color: #999999;
  }
  .single-post #main .hentry.post .post-meta a {
    color: #555555;
  }
  .single-post #main .hentry.post .post-meta a:hover {
    color: #dc3e29;
    text-decoration: none;
  }
  .single-post #main .hentry.post .entry {
    width: 74%;
    float: right;
  }
  .single-post #main .hentry.post .entry > p:first-child:first-of-type {
    font-size: 1.25em;
    position: relative;
    padding-bottom: 1.618em;
    margin-bottom: 1.618em;
    font-style: italic;
  }
  .single-post #main .hentry.post .entry > p:first-child:first-of-type em {
    font-style: normal;
  }
  .single-post #main .hentry.post .entry > p:first-child:first-of-type:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 30%;
    right: 30%;
    width: 40%;
    height: 4px;
    background-color: #dc3e29;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-posts .post {
    width: 25%;
  }
}
/**
 * Navigation
 *
 * Styles the handheld and desktop navigation.
 */
#top,
.top-navigation {
  display: none;
}
ul.nav li a {
  padding: .53em 1em;
  display: block;
}
ul.nav li a:hover {
  text-decoration: none;
}
#navigation {
  clear: both;
  margin-bottom: 2.618em;
  width: 80%;
  left: -80%;
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 999;
  background: #333333;
  padding-top: 4.236em;
}
#navigation .widget_product_search {
  margin: 0;
}
#navigation .widget_product_search #searchform {
  border-left: 0;
  border-right: 0;
  padding: .618em 1em;
  margin: 0;
  border: 0;
}
#navigation .widget_product_search #searchform:after {
  display: none;
}
#navigation .widget_product_search #searchform #s {
  padding: .202em .857em;
  background: #444444;
  color: #999999;
}
#navigation .widget_product_search #searchform #searchsubmit {
  display: none;
}
#navigation h3 {
  padding: .382em 1em;
  font-family: "Asap", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 1em;
  color: #aaaaaa;
}
#navigation ul.nav {
  list-style: none;
  margin-bottom: 0;
}
#navigation ul.nav li {
  list-style: none;
}
#navigation ul.nav li a {
  color: #777777;
  -webkit-tap-highlight-color: #dc3e29;
}
#navigation ul.nav li.current-menu-item > a {
  border: 0;
  background: #f2f2f2;
}
#navigation ul.nav li.current-menu-item > a:after {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  speak: none;
  width: 1.5em;
  display: inline-block;
  text-align: right;
  line-height: 1;
  content: "\f054";
  font-size: .875em;
  float: right;
  line-height: 2;
}
#navigation ul.nav ul {
  margin: 0;
}
#navigation ul.nav ul li a {
  padding-left: 1.618em;
}
#navigation ul.nav ul li ul li a {
  padding-left: 2.618em;
}
#navigation .nav-close,
#navigation .nav-home {
  position: absolute;
  top: 1em;
  left: 1em;
  cursor: pointer;
}
#navigation .nav-close:after,
#navigation .nav-home:after {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  speak: none;
  display: inline-block;
  text-align: right;
  line-height: 1;
  content: "\f00d";
  height: 1.5em;
  width: 1.5em;
  text-align: center;
  line-height: 1.5;
  font-size: 1.618em;
  margin-left: 0;
  color: #777777;
  background: #222222;
}
#navigation .nav-close span,
#navigation .nav-home span {
  display: none;
}
#navigation .nav-home {
  left: auto;
  right: 1em;
}
#navigation .nav-home:after {
  content: "\f015";
}
.show-nav #navigation .top-navigation {
  display: block;
}
.show-nav #inner-wrapper {
  left: 80%;
  -webkit-border-radius: 0.618em;
  border-radius: 0.618em;
}
.nav-toggle {
  position: absolute;
  top: 1em;
  left: 1em;
  cursor: pointer;
}
.nav-toggle:after {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  speak: none;
  display: inline-block;
  text-align: right;
  line-height: 1;
  content: "\f0c9";
  background: #dc3e29;
  color: #ffffff;
  height: 1.5em;
  width: 1.5em;
  text-align: center;
  line-height: 1.5;
  font-size: 1.618em;
  margin-left: 0;
}
.nav-toggle a {
  color: #f7f7f7;
}
.nav-toggle a:hover {
  text-decoration: none;
}
.nav-toggle span {
  display: none;
}
@media only screen and (max-width: 768px - 1) {
  .csstransforms3d.csstransitions #navigation {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions #inner-wrapper {
    left: 0 !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 200ms ease;
    -moz-transition: -moz-transform 200ms ease;
    -o-transition: -o-transform 200ms ease;
    transition: transform 200ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .csstransforms3d.csstransitions .show-nav #navigation {
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .csstransforms3d.csstransitions .show-nav #inner-wrapper {
    -webkit-transform: translate3d(80%, 0, 0);
    -moz-transform: translate3d(80%, 0, 0);
    -ms-transform: translate3d(80%, 0, 0);
    -o-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0);
    -webkit-transform-origin: 50% 0%;
    -moz-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
  }
}
@media only screen and (min-width: 768px) {
  ul.nav {
    position: relative;
    margin-bottom: 0;
  }
  ul.nav li {
    position: relative;
    float: left;
    zoom: 1;
    list-style: none;
  }
  ul.nav li a {
    display: block;
    padding: .53em 1em;
    color: #777777;
  }
  ul.nav ul {
    width: 11.089em;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    margin: 0;
  }
  ul.nav ul li {
    float: none;
  }
  ul.nav ul li a {
    width: 100%;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  ul.nav ul ul {
    left: 100%;
    top: 0;
  }
  ul.nav li:hover > ul {
    visibility: visible;
  }
  #top {
    margin: 0 -999em;
    padding: 0 999em;
    display: block;
    background-color: #333333;
    position: relative;
  }
  #top:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -0.25em;
    left: 990em;
    height: .25em;
    width: 10em;
    z-index: 999;
    background: rgba(220, 62, 41, 0.3);
    box-shadow: 10em 0 0 0 rgba(220, 123, 41, 0.3), 20em 0 0 0 rgba(224, 200, 63, 0.3), 30em 0 0 0 rgba(170, 209, 78, 0.3), 40em 0 0 0 rgba(73, 163, 196, 0.3), 50em 0 0 0 rgba(97, 73, 196, 0.3), 60em 0 0 0 rgba(204, 76, 145, 0.3), 70em 0 0 0 rgba(220, 62, 41, 0.3), 80em 0 0 0 rgba(220, 123, 41, 0.3), 90em 0 0 0 rgba(224, 200, 63, 0.3), 100em 0 0 0 rgba(170, 209, 78, 0.3), 110em 0 0 0 rgba(73, 163, 196, 0.3), 120em 0 0 0 rgba(97, 73, 196, 0.3), 130em 0 0 0 rgba(204, 76, 145, 0.3);
  }
  #top:after {
    content: "";
    display: block;
    position: absolute;
    left: 990em;
    height: .25em;
    bottom: -0.5em;
    width: 100%;
    background-color: #f7f7f7;
  }
  #top #top-nav,
  #top .top-navigation {
    display: block;
    background-color: #333333;
  }
  #top #top-nav:after,
  #top .top-navigation:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }
  #top #top-nav h3,
  #top .top-navigation h3 {
    display: none;
  }
  #top ul.nav {
    font-size: .857em;
  }
  #top ul.nav a:hover {
    color: #bbbbbb;
  }
  #top ul.nav > li {
    border-right: 1px solid #444444;
  }
  #top ul.nav > li a:hover {
    background: #3d3d3d;
  }
  #top ul.nav > li:hover {
    background: #3d3d3d;
  }
  #top ul.nav ul {
    background: #3d3d3d;
  }
  .show-nav #inner-wrapper {
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .show-nav #navigation .top-navigation {
    display: none;
  }
  #navigation {
    position: relative;
    left: auto;
    width: 100%;
    padding-top: 0;
    background: none;
    margin-bottom: 0;
  }
  #navigation .menus {
    background-color: #f7f7f7;
    border-bottom: 0;
  }
  #navigation .menus:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }
  #navigation .menus h3 {
    display: none;
  }
  #navigation ul.nav > li > a {
    padding: 1em 1.618em;
  }
  #navigation ul.nav > li > a:hover {
    background: none;
    box-shadow: 0 0.327em 0 0 #dc3e29;
    -webkit-box-shadow: 0 0.327em 0 0 #dc3e29;
    color: #333333;
    background-color: #f2f2f2;
  }
  #navigation ul.nav > li:hover {
    background: none;
  }
  #navigation ul.nav > li:hover > a {
    color: #333333;
    background-color: #f2f2f2;
  }
  #navigation ul.nav > li.menu-item-has-children > a:after {
    font-family: "FontAwesome";
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    speak: none;
    width: 1.5em;
    display: inline-block;
    text-align: right;
    line-height: 1;
    content: "\f107";
    color: #bbbbbb;
  }
  #navigation ul.nav > li.current-menu-item > a {
    background-color: #f2f2f2;
    color: #555555;
    box-shadow: 0 0.327em 0 0 #d9d9d9;
    -webkit-box-shadow: 0 0.327em 0 0 #d9d9d9;
  }
  #navigation ul.nav > li.current-menu-item > a:after {
    display: none;
  }
  #navigation ul.nav > li.current-menu-item > a.cart-contents:after {
    display: block;
    content: "\f07a";
  }
  #navigation ul.nav li a {
    border: 0;
    color: #555555;
  }
  #navigation ul.nav li a:hover {
    color: #333333;
  }
  #navigation ul.nav li ul a,
  #navigation ul.nav li ul ul li a {
    padding: 1em 1.618em;
  }
  #navigation ul.nav li.current-menu-item > a {
    background-color: #f2f2f2;
  }
  #navigation ul.nav li.current-menu-item > a:after {
    display: none;
  }
  #navigation ul.nav ul {
    background: #f7f7f7;
    border-top: 0.327em solid #dc3e29;
    left: 0;
  }
  #navigation ul.nav ul li:last-child {
    border-bottom: 0;
  }
  #navigation ul.nav ul li a:hover {
    color: #dc3e29;
  }
  #navigation ul.nav ul li:hover > a {
    color: #dc3e29;
  }
  #navigation ul.nav ul ul {
    top: -0.28em;
    left: 100%;
  }
  #navigation ul.nav ul ul ul {
    top: -0.28em;
  }
  #navigation .widget_product_search {
    margin-bottom: 1.618em;
    border: 0;
  }
  #navigation .widget_product_search #searchform {
    border: 1px solid #f2f2f2;
    padding: 0;
    background: none;
  }
  #navigation .widget_product_search #searchform #s {
    padding: .857em 2.618em .857em .857em;
    background: inherit;
    border: 0;
  }
  #navigation .widget_product_search #searchform #searchsubmit {
    display: inline-block;
  }
  #navigation .widget_product_search #searchform:after {
    display: block;
  }
  #navigation ul.cart {
    float: right;
  }
  #navigation .nav-close,
  #navigation .nav-home {
    display: none;
  }
  .nav-toggle {
    display: none;
  }
  .csstransforms3d.csstransitions #navigation,
  .csstransforms3d.csstransitions .show-nav #navigation,
  .csstransforms3d.csstransitions .show-nav #inner-wrapper {
    left: 0;
    -webkit-transform: translate3d(0%, 0, 0);
    -moz-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
  }
}
/**
 * Widgets
 *
 * Widget styling to core WP widgets
 */
.widget {
  margin-bottom: 4.236em;
  color: #888888;
}
.widget h3 {
  padding: 0 0 .382em;
  color: #555555;
}
.widget ul {
  clear: both;
}
.widget ul li {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 1em;
  margin-bottom: 1em;
  list-style: none;
}
.widget ul li li {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget ul li a {
  text-decoration: none;
}
.widget ul li a:hover {
  text-decoration: none;
}
.widget ul li:last-child {
  border: 0;
}
#sidebar .widget h3 {
  position: relative;
}
#sidebar .widget h3 span {
  background-color: #fff;
  padding-right: .618em;
  position: relative;
  z-index: 99;
}
#sidebar .widget h3:after {
  content: "";
  display: block;
  position: absolute;
  top: .236em;
  left: 0;
  right: 0;
  height: 1em;
  background-color: rgba(0, 0, 0, 0.025);
}
#searchform {
  position: relative;
  overflow: hidden;
}
#searchform input {
  border: 0;
}
#searchform:after {
  font-family: 'FontAwesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  text-indent: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  content: "\f002";
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  right: .5em;
  bottom: 0;
  left: auto;
  height: 1em;
  width: 1em;
  line-height: 1;
  color: #888888;
}
#searchform #s {
  width: 100%;
  border: 1px solid #f2f2f2;
}
#searchform #searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2em;
  text-indent: -9999px;
  background: none;
  z-index: 9;
}
#searchform #searchsubmit:hover {
  background: rgba(0, 0, 0, 0.1);
}
#searchform label {
  display: none;
}
#wp-calendar caption {
  padding: 1em;
}
#wp-calendar th,
#wp-calendar td {
  text-align: center;
  padding: .53em 0;
}
#footer-widgets .block .widget:last-child {
  margin-bottom: 0;
}
.widget_woothemes_features .features .feature {
  margin: 0 0 1.618em;
  padding: 0 0 1.618em;
  border-bottom: 1px solid #f2f2f2;
}
.widget_woothemes_features .features .feature img {
  float: left;
  margin: 3.387em 1.387em 1.387em 0;
}
.widget_woothemes_features .features .feature:last-child {
  border: 0;
  padding: 0;
  margin: 0;
}
article .widget_woothemes_features .features .feature {
  border-bottom: none;
}
article .widget_woothemes_features .features .feature img {
  float: left;
  margin: 0 1.387em 1.387em 0;
}
/**
 * Comments
 *
 * Style WordPress comments.
 */
#comments {
  position: relative;
}
#comments .nocomments {
  padding: 1em 1.618em 1em 4.236em;
  border: 1px solid #f2f2f2;
  border-left: 0.202em solid #34a1d9;
  margin-bottom: 2.618em;
  font-weight: normal;
  position: relative;
  background-color: #fff;
}
#comments .nocomments:before {
  font-family: 'FontAwesome';
  content: "\f119";
  color: #34a1d9;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2.618em;
  text-align: center;
  padding: 1em;
  font-weight: normal !important;
}
#comments .comment {
  width: 100%;
  list-style: none;
}
#comments .comment.thread-even > .comment-container {
  background-color: #f2f2f2;
}
#comments .comment.bypostauthor > .comment-container {
  border: 1px solid #dc3e29;
  border-width: 2px;
}
#comments .comment .comment-container {
  position: relative;
  padding: 2.244em;
  margin-bottom: 2.618em;
  background-color: #f7f7f7;
}
#comments .comment .comment-container ul,
#comments .comment .comment-container ol {
  margin-left: 1.618em;
}
#comments .comment .comment-head {
  margin: 0 0 1em 0;
  border-bottom: 1px solid #f2f2f2;
  line-height: 2.244;
}
#comments .comment .comment-head:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
#comments .comment .comment-head .name {
  margin: 0;
  font-weight: bold;
  font-size: 1.387em;
}
#comments .comment .comment-head .perma,
#comments .comment .comment-head .date,
#comments .comment .comment-head .edit {
  float: right;
  margin-left: 1em;
  margin-top: .53em;
}
#comments .comment .avatar {
  float: left;
  margin: 0 1em .53em 0;
}
#comments .comment .avatar img {
  margin: 0;
  vertical-align: middle;
  border: 1px solid #f2f2f2;
  padding: .382em;
  background: #f7f7f7;
  width: 2.244em;
  height: auto;
}
#comments .comment .reply {
  padding-top: .857em;
}
#comments .comment .reply a {
  margin: 0;
}
#comments ul.children {
  margin: 0 0 0 1.618em;
  padding: 0;
}
#comments ul.children .even > .comment-container {
  background-color: #f2f2f2;
}
#comments .navigation a {
  display: block;
  text-decoration: none;
}
#comments .pingbacks li.pingback {
  margin: 0 0 1.618em;
}
#comments .pingbacks li.pingback .reply {
  display: none;
}
#comments .nocomments {
  font-weight: bold;
}
#comments #respond {
  margin-top: 1.618em;
}
#respond {
  padding: 2.244em;
  margin-bottom: 2.618em;
  background-color: #f7f7f7;
}
#respond label {
  color: #6f6f6f;
}
#respond #reply-title small {
  display: block;
  margin: 0 0 1.618em;
}
#respond #commentform .comment-form-author,
#respond #commentform .comment-form-email,
#respond #commentform .comment-form-url {
  width: 30.75%;
  float: left;
  margin-right: 3.8%;
}
#respond #commentform .comment-form-author input,
#respond #commentform .comment-form-email input,
#respond #commentform .comment-form-url input {
  width: 100%;
}
#respond #commentform code {
  white-space: pre-wrap;
}
#respond #commentform .comment-form-url {
  margin-right: 0;
}
#respond #commentform label {
  display: block;
}
#respond #commentform input.txt,
#respond #commentform textarea {
  width: 100%;
}
.pinglist li {
  margin: 0 0 0 1.618em;
  list-style-type: decimal;
}
.pinglist li .author {
  font-weight: bold;
}
.pinglist li .pingcontent {
  display: block;
  margin: 0 0 1.618em;
}
/**
 * Page Template
 *
 * Styles applied to page template elements.
 */
#contact-page .screenReader {
  left: -9999px;
  position: absolute;
  top: -9999px;
  display: none;
}
#contact-page ol.forms {
  margin: 0 0 2.618em;
  list-style: none;
}
#contact-page ol.forms:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
#contact-page ol.forms li {
  clear: both;
  float: left;
  margin-bottom: 1.618em;
  position: relative;
  width: 48%;
}
#contact-page ol.forms li:first-child {
  margin-right: 3.8%;
}
#contact-page ol.forms li:nth-child(2n) {
  clear: none;
}
#contact-page ol.forms li.textarea,
#contact-page ol.forms li.screenReader,
#contact-page ol.forms li.inline,
#contact-page ol.forms li.buttons,
#contact-page ol.forms li input.txt,
#contact-page ol.forms li textarea {
  width: 100%;
}
#contact-page ol.forms li .error {
  display: block;
  color: red;
}
#contact-page ol.forms li.textarea .error {
  display: block;
}
#contact-page ol.forms li.screenReader {
  margin-bottom: 0;
}
#contact-page ol.forms li.inline {
  clear: both;
  float: left;
  width: 100%;
}
#contact-page ol.forms li.inline input {
  width: auto;
  margin-right: .53em;
  position: relative;
  top: -0.5px;
}
#contact-page ol.forms li.inline label {
  display: inline;
  float: none;
  width: auto;
  font-size: .857em;
  font-weight: normal;
  font-style: italic;
}
#contact-page ol.forms li.buttons {
  clear: both;
  float: right;
  width: 100%;
  text-align: left;
}
#contact-page ol.forms label {
  cursor: pointer;
  display: block;
  font-weight: 700;
  margin: 0 0 1em;
}
.page-template-template-contact-php #single_map_canvas img {
  max-width: inherit;
}
.page-template-template-contact-php #location-map {
  margin: 0 0 2.618em;
  border-bottom: 1px solid #f2f2f2;
}
.page-template-template-contact-php #location-map #location {
  margin: 0 0 2.618em;
}
.page-template-template-contact-php #location-map #location ul {
  margin: 0;
  padding: 0;
}
.page-template-template-contact-php #location-map #location ul li {
  list-style: none;
  padding: 0;
}
.page-template-template-contact-php #location-map #map {
  margin: 0 0 2.618em;
}
.page-template-template-contact-php #twitter-connect {
  margin: 0 0 2.618em;
  border-bottom: 1px solid #f2f2f2;
}
.page-template-template-contact-php #twitter-connect #twitter {
  margin: 0 0 2.618em;
}
.page-template-template-contact-php #twitter-connect #twitter ul {
  margin: 0 0 .857em;
  list-style: none;
}
.page-template-template-contact-php #twitter-connect #twitter a.time {
  color: #7b7b7b;
}
.page-template-template-contact-php #twitter-connect #twitter .follow-twitter {
  font-style: italic;
  font-size: .857em;
}
.page-template-template-contact-php #twitter-connect #contact-social {
  margin: 0 0 2.618em;
}
.page-template-template-contact-php #twitter-connect #contact-social #connect {
  background: none;
  border: none;
  padding: 0;
}
.page-template-template-contact-php #twitter-connect #contact-social #connect .social {
  float: none;
  clear: both;
}
.page-template-template-contact-php #twitter-connect #contact-social #connect .social a span {
  display: none;
}
.page-template-template-sitemap-php .entry ul,
.page-template-template-sitemap-php .entry ol {
  list-style: none;
  margin-left: 0;
}
.page-template-template-sitemap-php .entry ul ul,
.page-template-template-sitemap-php .entry ol ul,
.page-template-template-sitemap-php .entry ul ol,
.page-template-template-sitemap-php .entry ol ol {
  margin-left: 20px;
}
@media only screen and (min-width: 768px) {
  .page-template-template-contact-php #location-map:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }
  .page-template-template-contact-php #location-map #location {
    float: left;
    width: 30%;
  }
  .page-template-template-contact-php #location-map #map.float {
    float: right;
    width: 65%;
  }
  .page-template-template-contact-php #twitter-connect:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }
  .page-template-template-contact-php #twitter-connect #twitter {
    float: left;
    width: 45%;
  }
  .page-template-template-contact-php #twitter-connect #contact-social.float {
    float: right;
    width: 45%;
  }
  .page-template-template-sitemap-php #sitemap-pages,
  .page-template-template-sitemap-php .product-categories {
    float: left;
    width: 48%;
  }
  .page-template-template-sitemap-php #sitemap-categories,
  .page-template-template-sitemap-php .products {
    float: right;
    width: 48%;
  }
  .page-template-template-sitemap-php #sitemap-posts {
    clear: both;
  }
  .page-template-template-sitemap-php .woocommerce:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }
  .page-template-template-contact-php .location-twitter .col-left {
    float: left;
  }
  .page-template-template-contact-php .location-twitter #office-location {
    width: 48%;
    margin: 0 1em 0 0;
  }
  .page-template-template-contact-php .location-twitter .contact-social {
    float: left;
    width: 48%;
  }
  .page-template-template-contact-php .location-twitter .contact-social #twitter {
    margin: 0;
  }
}
/**
 * Miscellaneous styles
 *
 * Tables, buttons, utilities, IE fixes etc.
 */
.fl {
  float: left;
}
.fr {
  float: right;
}
.ac {
  text-align: center;
}
.ar {
  text-align: right;
}
.fix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
table {
  border-spacing: 0;
  width: 100%;
  background: #fbfbfb;
  border-collapse: separate;
}
table caption {
  padding: 1em 0;
  font-weight: 700;
}
table td,
table th {
  padding: .857em 1.387em;
  text-align: left;
  border-right: 1px dotted #f2f2f2;
  vertical-align: top;
}
table td p:last-child,
table th p:last-child {
  margin-bottom: 0;
}
table thead th {
  background: #f7f7f7;
  border-right: 1px dotted #eaeaea;
  border-bottom: 1px solid #f2f2f2;
  padding: 1.387em;
  vertical-align: middle;
}
table tr th:last-child,
table tr td:last-child {
  border-right: 0;
}
table tbody th {
  background: #f7f7f7;
  border-bottom: 1px solid #f2f2f2;
}
table tbody tr:nth-child(2n) td {
  background: #fafafa;
  border-right: 1px dotted #eaeaea;
}
table tbody tr:nth-child(2n) td:last-child {
  border-right: 0;
}
table tbody td {
  background: bg_light;
  border-bottom: 1px solid #f2f2f2;
}
table tbody h2 {
  font-size: 1em;
  letter-spacing: normal;
  font-weight: normal;
}
table tbody h2 a {
  font-weight: normal;
}
table tbody tr:last-child td {
  border-bottom: 0;
}
table tbody tr:last-child th:first-child {
  border-bottom: 0;
}
table tfoot th,
table tfoot td {
  border-top: 1px solid #f2f2f2;
}
fieldset {
  padding: 1.618em;
  border: 1px solid #f2f2f2;
}
fieldset legend {
  padding: .202em .618em;
  margin-left: -0.618em;
  border: 1px solid #f2f2f2;
}
select {
  max-width: 100%;
}
input[type="text"],
input.input-text,
textarea,
input.txt,
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="file"],
input[type="number"],
input[type="color"] {
  padding: .236em .5em;
  border: 0;
  font-size: 1em;
  line-height: 1.618em;
  font-family: inherit;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  color: #888888;
  border: 1px solid #e1e1e1;
}
input[type="text"]:disabled,
input.input-text:disabled,
textarea:disabled,
input.txt:disabled,
input[type="tel"]:disabled,
input[type="email"]:disabled,
input[type="password"]:disabled,
input[type="date"]:disabled,
input[type="month"]:disabled,
input[type="week"]:disabled,
input[type="time"]:disabled,
input[type="datetime"]:disabled,
input[type="datetime-local"]:disabled,
input[type="file"]:disabled,
input[type="number"]:disabled,
input[type="color"]:disabled {
  opacity: 0.5;
  filter: alpha(opacity=@opacity * 100);
  cursor: default;
}
input[type="text"]:hover,
input.input-text:hover,
textarea:hover,
input.txt:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="week"]:hover,
input[type="time"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="file"]:hover,
input[type="number"]:hover,
input[type="color"]:hover {
  border-color: #e1e1e1;
}
input[type="text"]:focus,
input.input-text:focus,
textarea:focus,
input.txt:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="file"]:focus,
input[type="number"]:focus,
input[type="color"]:focus {
  border-color: #d0d0d0;
  color: #555555;
}
textarea {
  padding: 1em;
}
form ::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
form :-moz-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
form ::-moz-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
form :-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.35);
}
form [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.5s 0.5s ease;
  -moz-transition: opacity 0.5s 0.5s ease;
  transition: opacity 0.5s 0.5s ease;
  opacity: 0;
}
form label {
  font-weight: 700;
}
a.button,
a.comment-reply-link,
#commentform #submit,
.submit,
input[type="submit"],
input[type="button"],
input[type="reset"],
input.button,
button.button,
#wrapper .woo-sc-button,
.added_to_cart,
button {
  display: inline-block;
  padding: .236em .857em;
  text-align: center;
  border: none;
  text-decoration: none;
  font-size: 1em;
  font-family: inherit;
  cursor: pointer;
  overflow: visible;
  width: auto;
  line-height: 1.618em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  background-color: #555555;
  -webkit-border-radius: 0.146em;
  border-radius: 0.146em;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-weight: 700;
  text-shadow: none;
}
a.button:hover,
a.comment-reply-link:hover,
#commentform #submit:hover,
.submit:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input.button:hover,
button.button:hover,
#wrapper .woo-sc-button:hover,
.added_to_cart:hover,
button:hover {
  text-decoration: none;
  background-color: #444444;
}
a.button:active,
a.comment-reply-link:active,
#commentform #submit:active,
.submit:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active,
input.button:active,
button.button:active,
#wrapper .woo-sc-button:active,
.added_to_cart:active,
button:active {
  border-color: #870000;
}
a.button.large,
a.comment-reply-link.large,
#commentform #submit.large,
.submit.large,
input[type="submit"].large,
input[type="button"].large,
input[type="reset"].large,
input.button.large,
button.button.large,
#wrapper .woo-sc-button.large,
.added_to_cart.large,
button.large {
  font-size: 1.387em;
}
a.button.small,
a.comment-reply-link.small,
#commentform #submit.small,
.submit.small,
input[type="submit"].small,
input[type="button"].small,
input[type="reset"].small,
input.button.small,
button.button.small,
#wrapper .woo-sc-button.small,
.added_to_cart.small,
button.small {
  font-size: .857em;
}
a.button.red,
a.comment-reply-link.red,
#commentform #submit.red,
.submit.red,
input[type="submit"].red,
input[type="button"].red,
input[type="reset"].red,
input.button.red,
button.button.red,
#wrapper .woo-sc-button.red,
.added_to_cart.red,
button.red {
  border-color: #af4040;
  background: #d72323;
}
a.button.red:hover,
a.comment-reply-link.red:hover,
#commentform #submit.red:hover,
.submit.red:hover,
input[type="submit"].red:hover,
input[type="button"].red:hover,
input[type="reset"].red:hover,
input.button.red:hover,
button.button.red:hover,
#wrapper .woo-sc-button.red:hover,
.added_to_cart.red:hover,
button.red:hover {
  background: #d20000;
}
a.button.orange,
a.comment-reply-link.orange,
#commentform #submit.orange,
.submit.orange,
input[type="submit"].orange,
input[type="button"].orange,
input[type="reset"].orange,
input.button.orange,
button.button.orange,
#wrapper .woo-sc-button.orange,
.added_to_cart.orange,
button.orange {
  border-color: #af7440;
  background: #d76b23;
}
a.button.orange:hover,
a.comment-reply-link.orange:hover,
#commentform #submit.orange:hover,
.submit.orange:hover,
input[type="submit"].orange:hover,
input[type="button"].orange:hover,
input[type="reset"].orange:hover,
input.button.orange:hover,
button.button.orange:hover,
#wrapper .woo-sc-button.orange:hover,
.added_to_cart.orange:hover,
button.orange:hover {
  background: #d25e00;
}
a.button.green,
a.comment-reply-link.green,
#commentform #submit.green,
.submit.green,
input[type="submit"].green,
input[type="button"].green,
input[type="reset"].green,
input.button.green,
button.button.green,
#wrapper .woo-sc-button.green,
.added_to_cart.green,
button.green {
  border-color: #87bf00;
  background: #8dc11e;
}
a.button.green:hover,
a.comment-reply-link.green:hover,
#commentform #submit.green:hover,
.submit.green:hover,
input[type="submit"].green:hover,
input[type="button"].green:hover,
input[type="reset"].green:hover,
input.button.green:hover,
button.button.green:hover,
#wrapper .woo-sc-button.green:hover,
.added_to_cart.green:hover,
button.green:hover {
  background: #87c000;
}
a.button.aqua,
a.comment-reply-link.aqua,
#commentform #submit.aqua,
.submit.aqua,
input[type="submit"].aqua,
input[type="button"].aqua,
input[type="reset"].aqua,
input.button.aqua,
button.button.aqua,
#wrapper .woo-sc-button.aqua,
.added_to_cart.aqua,
button.aqua {
  border-color: #40af96;
  background: #23d7af;
}
a.button.aqua:hover,
a.comment-reply-link.aqua:hover,
#commentform #submit.aqua:hover,
.submit.aqua:hover,
input[type="submit"].aqua:hover,
input[type="button"].aqua:hover,
input[type="reset"].aqua:hover,
input.button.aqua:hover,
button.button.aqua:hover,
#wrapper .woo-sc-button.aqua:hover,
.added_to_cart.aqua:hover,
button.aqua:hover {
  background: #00d2a8;
}
a.button.teal,
a.comment-reply-link.teal,
#commentform #submit.teal,
.submit.teal,
input[type="submit"].teal,
input[type="button"].teal,
input[type="reset"].teal,
input.button.teal,
button.button.teal,
#wrapper .woo-sc-button.teal,
.added_to_cart.teal,
button.teal {
  border-color: #23a6d6;
  background: #23abd7;
}
a.button.teal:hover,
a.comment-reply-link.teal:hover,
#commentform #submit.teal:hover,
.submit.teal:hover,
input[type="submit"].teal:hover,
input[type="button"].teal:hover,
input[type="reset"].teal:hover,
input.button.teal:hover,
button.button.teal:hover,
#wrapper .woo-sc-button.teal:hover,
.added_to_cart.teal:hover,
button.teal:hover {
  background: #009ed2;
}
a.button.purple,
a.comment-reply-link.purple,
#commentform #submit.purple,
.submit.purple,
input[type="submit"].purple,
input[type="button"].purple,
input[type="reset"].purple,
input.button.purple,
button.button.purple,
#wrapper .woo-sc-button.purple,
.added_to_cart.purple,
button.purple {
  border-color: #234dd6;
  background: #2356d7;
}
a.button.purple:hover,
a.comment-reply-link.purple:hover,
#commentform #submit.purple:hover,
.submit.purple:hover,
input[type="submit"].purple:hover,
input[type="button"].purple:hover,
input[type="reset"].purple:hover,
input.button.purple:hover,
button.button.purple:hover,
#wrapper .woo-sc-button.purple:hover,
.added_to_cart.purple:hover,
button.purple:hover {
  background: #0036d2;
}
a.button.pink,
a.comment-reply-link.pink,
#commentform #submit.pink,
.submit.pink,
input[type="submit"].pink,
input[type="button"].pink,
input[type="reset"].pink,
input.button.pink,
button.button.pink,
#wrapper .woo-sc-button.pink,
.added_to_cart.pink,
button.pink {
  border-color: #d623cb;
  background: #d723d5;
}
a.button.pink:hover,
a.comment-reply-link.pink:hover,
#commentform #submit.pink:hover,
.submit.pink:hover,
input[type="submit"].pink:hover,
input[type="button"].pink:hover,
input[type="reset"].pink:hover,
input.button.pink:hover,
button.button.pink:hover,
#wrapper .woo-sc-button.pink:hover,
.added_to_cart.pink:hover,
button.pink:hover {
  background: #bc00d2;
}
a.button.silver,
a.comment-reply-link.silver,
#commentform #submit.silver,
.submit.silver,
input[type="submit"].silver,
input[type="button"].silver,
input[type="reset"].silver,
input.button.silver,
button.button.silver,
#wrapper .woo-sc-button.silver,
.added_to_cart.silver,
button.silver {
  color: #444 !important;
  border-color: #bbb;
  background: #d8d8d8;
}
a.button.silver:hover,
a.comment-reply-link.silver:hover,
#commentform #submit.silver:hover,
.submit.silver:hover,
input[type="submit"].silver:hover,
input[type="button"].silver:hover,
input[type="reset"].silver:hover,
input.button.silver:hover,
button.button.silver:hover,
#wrapper .woo-sc-button.silver:hover,
.added_to_cart.silver:hover,
button.silver:hover {
  background: #ccc;
}
a.button + .button,
a.comment-reply-link + .button,
#commentform #submit + .button,
.submit + .button,
input[type="submit"] + .button,
input[type="button"] + .button,
input[type="reset"] + .button,
input.button + .button,
button.button + .button,
#wrapper .woo-sc-button + .button,
.added_to_cart + .button,
button + .button,
a.button + input[type="submit"],
a.comment-reply-link + input[type="submit"],
#commentform #submit + input[type="submit"],
.submit + input[type="submit"],
input[type="submit"] + input[type="submit"],
input[type="button"] + input[type="submit"],
input[type="reset"] + input[type="submit"],
input.button + input[type="submit"],
button.button + input[type="submit"],
#wrapper .woo-sc-button + input[type="submit"],
.added_to_cart + input[type="submit"],
button + input[type="submit"] {
  margin-left: .236em;
}
a.button ins,
a.comment-reply-link ins,
#commentform #submit ins,
.submit ins,
input[type="submit"] ins,
input[type="button"] ins,
input[type="reset"] ins,
input.button ins,
button.button ins,
#wrapper .woo-sc-button ins,
.added_to_cart ins,
button ins {
  background: none;
}
a.button:disabled,
a.comment-reply-link:disabled,
#commentform #submit:disabled,
.submit:disabled,
input[type="submit"]:disabled,
input[type="button"]:disabled,
input[type="reset"]:disabled,
input.button:disabled,
button.button:disabled,
#wrapper .woo-sc-button:disabled,
.added_to_cart:disabled,
button:disabled {
  opacity: 0.5;
  filter: alpha(opacity=@opacity * 100);
  cursor: default;
}
a.button:disabled:hover,
a.comment-reply-link:disabled:hover,
#commentform #submit:disabled:hover,
.submit:disabled:hover,
input[type="submit"]:disabled:hover,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled:hover,
input.button:disabled:hover,
button.button:disabled:hover,
#wrapper .woo-sc-button:disabled:hover,
.added_to_cart:disabled:hover,
button:disabled:hover {
  background: #dc3e29;
}
ul.gform_fields li {
  list-style: none;
}
.gfield {
  margin-bottom: 1.618em;
}
.gfield_label {
  width: 100%;
  font-weight: bold;
  margin-bottom: .618em;
  display: block;
}
.gfield_required {
  color: red;
}
.ginput_container {
  margin-bottom: 1.618em;
}
.ginput_container:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.ginput_container label {
  display: block;
}
.ginput_container input,
.ginput_container textarea {
  width: 100%;
}
.ginput_container .ginput_left,
.ginput_container .ginput_right,
.ginput_container .ginput_full {
  margin-bottom: 1em;
  display: block;
}
.ginput_container .ginput_left label,
.ginput_container .ginput_right label,
.ginput_container .ginput_full label {
  font-size: .875em;
}
.ginput_container .ginput_left,
.ginput_container .ginput_right {
  width: 48%;
  float: left;
  clear: left;
}
.ginput_container .ginput_right {
  float: right;
  clear: none;
}
.ginput_container .gfield_checkbox,
.ginput_container .gfield_radio {
  margin-left: 0;
}
.ginput_container .gfield_checkbox label,
.ginput_container .gfield_radio label {
  display: inline-block;
  margin-left: .618em;
}
.ginput_container .gfield_checkbox input,
.ginput_container .gfield_radio input {
  width: auto;
}
img.ui-datepicker-trigger {
  border: 0;
  padding: 0;
}
.woocommerce_tabs,
.woocommerce-tabs,
.sensei-tabs,
#my-courses {
  clear: both;
}
.woocommerce_tabs ul.nav-tabs,
.woocommerce-tabs ul.nav-tabs,
.sensei-tabs ul.nav-tabs,
#my-courses ul.nav-tabs,
.woocommerce_tabs ul.tabs,
.woocommerce-tabs ul.tabs,
.sensei-tabs ul.tabs,
#my-courses ul.tabs,
.woocommerce_tabs ul.ui-tabs-nav,
.woocommerce-tabs ul.ui-tabs-nav,
.sensei-tabs ul.ui-tabs-nav,
#my-courses ul.ui-tabs-nav {
  margin-bottom: 1.618em;
  list-style: none;
}
.woocommerce_tabs ul.nav-tabs:after,
.woocommerce-tabs ul.nav-tabs:after,
.sensei-tabs ul.nav-tabs:after,
#my-courses ul.nav-tabs:after,
.woocommerce_tabs ul.tabs:after,
.woocommerce-tabs ul.tabs:after,
.sensei-tabs ul.tabs:after,
#my-courses ul.tabs:after,
.woocommerce_tabs ul.ui-tabs-nav:after,
.woocommerce-tabs ul.ui-tabs-nav:after,
.sensei-tabs ul.ui-tabs-nav:after,
#my-courses ul.ui-tabs-nav:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
.woocommerce_tabs ul.nav-tabs li,
.woocommerce-tabs ul.nav-tabs li,
.sensei-tabs ul.nav-tabs li,
#my-courses ul.nav-tabs li,
.woocommerce_tabs ul.tabs li,
.woocommerce-tabs ul.tabs li,
.sensei-tabs ul.tabs li,
#my-courses ul.tabs li,
.woocommerce_tabs ul.ui-tabs-nav li,
.woocommerce-tabs ul.ui-tabs-nav li,
.sensei-tabs ul.ui-tabs-nav li,
#my-courses ul.ui-tabs-nav li {
  float: left;
  margin-bottom: 0;
  display: block;
}
.woocommerce_tabs ul.nav-tabs li a,
.woocommerce-tabs ul.nav-tabs li a,
.sensei-tabs ul.nav-tabs li a,
#my-courses ul.nav-tabs li a,
.woocommerce_tabs ul.tabs li a,
.woocommerce-tabs ul.tabs li a,
.sensei-tabs ul.tabs li a,
#my-courses ul.tabs li a,
.woocommerce_tabs ul.ui-tabs-nav li a,
.woocommerce-tabs ul.ui-tabs-nav li a,
.sensei-tabs ul.ui-tabs-nav li a,
#my-courses ul.ui-tabs-nav li a {
  border-bottom: 0;
  background: #ececec;
  border-bottom-width: 0;
  border-right-width: 0;
  display: block;
  color: #555555;
  margin: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  padding: .382em .53em !important;
}
.woocommerce_tabs ul.nav-tabs li a:hover,
.woocommerce-tabs ul.nav-tabs li a:hover,
.sensei-tabs ul.nav-tabs li a:hover,
#my-courses ul.nav-tabs li a:hover,
.woocommerce_tabs ul.tabs li a:hover,
.woocommerce-tabs ul.tabs li a:hover,
.sensei-tabs ul.tabs li a:hover,
#my-courses ul.tabs li a:hover,
.woocommerce_tabs ul.ui-tabs-nav li a:hover,
.woocommerce-tabs ul.ui-tabs-nav li a:hover,
.sensei-tabs ul.ui-tabs-nav li a:hover,
#my-courses ul.ui-tabs-nav li a:hover {
  color: #dc3e29;
}
.woocommerce_tabs ul.nav-tabs li:last-child a,
.woocommerce-tabs ul.nav-tabs li:last-child a,
.sensei-tabs ul.nav-tabs li:last-child a,
#my-courses ul.nav-tabs li:last-child a,
.woocommerce_tabs ul.tabs li:last-child a,
.woocommerce-tabs ul.tabs li:last-child a,
.sensei-tabs ul.tabs li:last-child a,
#my-courses ul.tabs li:last-child a,
.woocommerce_tabs ul.ui-tabs-nav li:last-child a,
.woocommerce-tabs ul.ui-tabs-nav li:last-child a,
.sensei-tabs ul.ui-tabs-nav li:last-child a,
#my-courses ul.ui-tabs-nav li:last-child a {
  border-right-width: 1px;
}
.woocommerce_tabs ul.nav-tabs li.active,
.woocommerce-tabs ul.nav-tabs li.active,
.sensei-tabs ul.nav-tabs li.active,
#my-courses ul.nav-tabs li.active,
.woocommerce_tabs ul.tabs li.active,
.woocommerce-tabs ul.tabs li.active,
.sensei-tabs ul.tabs li.active,
#my-courses ul.tabs li.active,
.woocommerce_tabs ul.ui-tabs-nav li.active,
.woocommerce-tabs ul.ui-tabs-nav li.active,
.sensei-tabs ul.ui-tabs-nav li.active,
#my-courses ul.ui-tabs-nav li.active,
.woocommerce_tabs ul.nav-tabs li.ui-tabs-active,
.woocommerce-tabs ul.nav-tabs li.ui-tabs-active,
.sensei-tabs ul.nav-tabs li.ui-tabs-active,
#my-courses ul.nav-tabs li.ui-tabs-active,
.woocommerce_tabs ul.tabs li.ui-tabs-active,
.woocommerce-tabs ul.tabs li.ui-tabs-active,
.sensei-tabs ul.tabs li.ui-tabs-active,
#my-courses ul.tabs li.ui-tabs-active,
.woocommerce_tabs ul.ui-tabs-nav li.ui-tabs-active,
.woocommerce-tabs ul.ui-tabs-nav li.ui-tabs-active,
.sensei-tabs ul.ui-tabs-nav li.ui-tabs-active,
#my-courses ul.ui-tabs-nav li.ui-tabs-active {
  position: relative;
}
.woocommerce_tabs ul.nav-tabs li.active a,
.woocommerce-tabs ul.nav-tabs li.active a,
.sensei-tabs ul.nav-tabs li.active a,
#my-courses ul.nav-tabs li.active a,
.woocommerce_tabs ul.tabs li.active a,
.woocommerce-tabs ul.tabs li.active a,
.sensei-tabs ul.tabs li.active a,
#my-courses ul.tabs li.active a,
.woocommerce_tabs ul.ui-tabs-nav li.active a,
.woocommerce-tabs ul.ui-tabs-nav li.active a,
.sensei-tabs ul.ui-tabs-nav li.active a,
#my-courses ul.ui-tabs-nav li.active a,
.woocommerce_tabs ul.nav-tabs li.ui-tabs-active a,
.woocommerce-tabs ul.nav-tabs li.ui-tabs-active a,
.sensei-tabs ul.nav-tabs li.ui-tabs-active a,
#my-courses ul.nav-tabs li.ui-tabs-active a,
.woocommerce_tabs ul.tabs li.ui-tabs-active a,
.woocommerce-tabs ul.tabs li.ui-tabs-active a,
.sensei-tabs ul.tabs li.ui-tabs-active a,
#my-courses ul.tabs li.ui-tabs-active a,
.woocommerce_tabs ul.ui-tabs-nav li.ui-tabs-active a,
.woocommerce-tabs ul.ui-tabs-nav li.ui-tabs-active a,
.sensei-tabs ul.ui-tabs-nav li.ui-tabs-active a,
#my-courses ul.ui-tabs-nav li.ui-tabs-active a {
  background: #f7f7f7;
  box-shadow: 0 -0.327em 0 0 #f2f2f2;
  -webkit-box-shadow: 0 -0.327em 0 0 #f2f2f2;
}
.woocommerce_tabs ul.nav-tabs li.active a:hover,
.woocommerce-tabs ul.nav-tabs li.active a:hover,
.sensei-tabs ul.nav-tabs li.active a:hover,
#my-courses ul.nav-tabs li.active a:hover,
.woocommerce_tabs ul.tabs li.active a:hover,
.woocommerce-tabs ul.tabs li.active a:hover,
.sensei-tabs ul.tabs li.active a:hover,
#my-courses ul.tabs li.active a:hover,
.woocommerce_tabs ul.ui-tabs-nav li.active a:hover,
.woocommerce-tabs ul.ui-tabs-nav li.active a:hover,
.sensei-tabs ul.ui-tabs-nav li.active a:hover,
#my-courses ul.ui-tabs-nav li.active a:hover,
.woocommerce_tabs ul.nav-tabs li.ui-tabs-active a:hover,
.woocommerce-tabs ul.nav-tabs li.ui-tabs-active a:hover,
.sensei-tabs ul.nav-tabs li.ui-tabs-active a:hover,
#my-courses ul.nav-tabs li.ui-tabs-active a:hover,
.woocommerce_tabs ul.tabs li.ui-tabs-active a:hover,
.woocommerce-tabs ul.tabs li.ui-tabs-active a:hover,
.sensei-tabs ul.tabs li.ui-tabs-active a:hover,
#my-courses ul.tabs li.ui-tabs-active a:hover,
.woocommerce_tabs ul.ui-tabs-nav li.ui-tabs-active a:hover,
.woocommerce-tabs ul.ui-tabs-nav li.ui-tabs-active a:hover,
.sensei-tabs ul.ui-tabs-nav li.ui-tabs-active a:hover,
#my-courses ul.ui-tabs-nav li.ui-tabs-active a:hover {
  text-decoration: none;
  color: #555555;
}
.woocommerce_tabs .panel table,
.woocommerce-tabs .panel table,
.sensei-tabs .panel table,
#my-courses .panel table {
  border: 1px solid #f2f2f2;
}
.woocommerce-tabs ul.tabs li a {
  padding: 1em 2.244em !important;
}
.widget_woodojo_tabs li.tab-heading-latest a,
.widget_woodojo_tabs li.tab-heading-popular a,
.widget_woodojo_tabs li.tab-heading-comments a,
.widget_woodojo_tabs li.tab-heading-tags a {
  display: block;
  text-indent: -999px;
  position: relative;
  height: 1em;
  width: 1em;
}
.widget_woodojo_tabs li.tab-heading-latest a:before,
.widget_woodojo_tabs li.tab-heading-popular a:before,
.widget_woodojo_tabs li.tab-heading-comments a:before,
.widget_woodojo_tabs li.tab-heading-tags a:before {
  font-family: 'FontAwesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  content: "\f017";
  line-height: 2.1;
}
.widget_woodojo_tabs li.tab-heading-popular a:before {
  content: "\f005";
}
.widget_woodojo_tabs li.tab-heading-comments a:before {
  content: "\f075";
}
.widget_woodojo_tabs li.tab-heading-tags a:before {
  content: "\f02b";
}
.woo-pagination {
  margin: 0 .146em;
  text-align: center;
}
.woo-pagination .page-numbers {
  display: inline;
  text-decoration: none;
  padding: .327em .857em;
  color: #555555;
}
.woo-pagination .page-numbers.dots {
  background: none;
  border: 0;
}
.woo-pagination .page-numbers.dots:hover {
  background-color: transparent;
}
.woo-pagination .page-numbers:hover {
  background-color: #f7f7f7;
}
.woo-pagination .page-numbers.current {
  background: #dc3e29;
  color: #f7f7f7;
}
.flexslider {
  margin: 0 0 2.618em;
  padding: 0;
  position: relative;
}
.flexslider .flex-control-nav {
  position: absolute;
  top: 40px;
  left: 40px;
  list-style: none;
  z-index: 99;
}
.flexslider .flex-control-nav li {
  display: inline-block;
  margin-right: .382em;
}
.flexslider .flex-control-nav li a {
  display: inline-block;
  height: 1.618em;
  width: 1.618em;
  text-indent: -999px;
  border: 0.382em solid rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.flexslider .flex-control-nav li a:hover {
  border-color: #dc3e29;
}
.flexslider .flex-control-nav li a.flex-active {
  background-color: #dc3e29;
  border-color: #dc3e29;
}
.flexslider li.slide {
  position: relative;
  list-style: none !important;
}
.flexslider a.slide-link {
  font-weight: normal;
}
.flexslider .slide-content p {
  color: #555555;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  list-style-type: none;
}
.flexslider .slides img {
  width: 100%;
  display: block;
  height: auto;
  margin-bottom: 1.618em;
}
.slides:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
@media only screen and (min-width: 768px) {
  .flexslider a.slide-link {
    color: #f7f7f7;
    display: block;
    background-color: #000;
  }
  .flexslider a.slide-link:hover h2 {
    background-color: #ba1c07;
    -webkit-box-shadow: -15px 0 0 0 #ba1c07, 15px 0 0 0 #ba1c07;
    box-shadow: -15px 0 0 0 #ba1c07, 15px 0 0 0 #ba1c07;
  }
  .flexslider a.slide-link:hover img {
    opacity: 0.75;
    filter: alpha(opacity=@opacity * 100);
  }
  .flexslider .slide-content {
    position: absolute;
    left: 60px;
    bottom: 40px;
    right: 20%;
    color: #dddddd;
  }
  .flexslider .slide-content h2 {
    display: inline;
    background-color: #dc3e29;
    color: #f7f7f7;
    padding: .382em 0;
    line-height: 1.618;
    -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;
    -webkit-box-shadow: -15px 0 0 0 #dc3e29, 15px 0 0 0 #dc3e29;
    box-shadow: -15px 0 0 0 #dc3e29, 15px 0 0 0 #dc3e29;
  }
  .flexslider .slide-content > div {
    margin-bottom: .618em;
  }
  .flexslider .slide-content p {
    display: inline;
    background-color: rgba(0, 0, 0, 0.7);
    padding: .382em 0;
    line-height: 2;
    color: #aaaaaa;
    -webkit-box-shadow: -15px 0 0 0 rgba(0, 0, 0, 0.7), 15px 0 0 0 rgba(0, 0, 0, 0.7);
    box-shadow: -15px 0 0 0 rgba(0, 0, 0, 0.7), 15px 0 0 0 rgba(0, 0, 0, 0.7);
  }
  .flexslider .slides img {
    margin-bottom: 0;
  }
}
