/*
Theme Name: On Topic
Theme URI: http://www.woothemes.com/
Version: 1.0.4
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 the styles in this file. Instead use
the custom.css file to add your styles. You can copy a style from this file and paste it in
custom.css and it will override the style in this file. You have been warned! :)
LAYOUT
Layout styles for desktop orientations is included in css/layout.css.
*/
/*------------------------------------------------------------------------------------------*/
/* LESS MIXINS */
/*------------------------------------------------------------------------------------------*/
/* Variables */
/**
 * Functions
 */
/**
 * Mixins
 */
/**
 * Animations
 */
@-webkit-keyframes spin-360 { 
    from {
        -webkit-transform: rotate();
        /* Saf3.1+, Chrome */
        -moz-transform: rotate();
        /* FF3.5+ */
        -ms-transform: rotate();
        /* IE9 */
        -o-transform: rotate();
        /* Opera 10.5 */
        transform: rotate();
        zoom: 1;
    }
    50% {
        -webkit-transform: rotate(180deg);
        /* Saf3.1+, Chrome */
        -moz-transform: rotate(180deg);
        /* FF3.5+ */
        -ms-transform: rotate(180deg);
        /* IE9 */
        -o-transform: rotate(180deg);
        /* Opera 10.5 */
        transform: rotate(180deg);
        zoom: 1;
    }
    to {
        -webkit-transform: rotate();
        /* Saf3.1+, Chrome */
        -moz-transform: rotate();
        /* FF3.5+ */
        -ms-transform: rotate();
        /* IE9 */
        -o-transform: rotate();
        /* Opera 10.5 */
        transform: rotate();
        zoom: 1;
    }
}
/*------------------------------------------------------------------------------------------*/
/* 0. RESET */
/*------------------------------------------------------------------------------------------*/
/* RESET - http://meyerweb.com/eric/tools/css/reset/ | v2.0 | 20110126 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section { display: block }
blockquote,
q { quotes: none }
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* Hand cursor on clickable input elements */
label,
input[type="button"],
input[type="submit"],
input[type="image"],
button { cursor: pointer }
/* Bicubic resizing for non-native sized IMG: code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic }
/* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */
textarea { overflow: auto }
/* Webkit browsers add a 2px margin outside the chrome of form elements */
button,
input,
select,
textarea { margin: 0 }
/* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: #efeeea;
    border: 1px solid #eaeaea;
    padding: 10px;
    margin-bottom: 20px;
}
/* Normalize monospace sizing: en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre,
code,
kbd,
samp { font-family: monospace, sans-serif }
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover,
a:active { }
/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
}
sup {
    font-size: 50%;
    vertical-align: super;
}
sub {
    font-size: 50%;
    vertical-align: sub;
}
/*------------------------------------------------------------------------------------------*/
/* 1. SETUP */
/*------------------------------------------------------------------------------------------*/
/* Defaults */
html { font-size: 62.5% }
body {
    font-size: 1.6em;
    line-height: 1.9;
    color: #1c1c1c;
    font-family: "Varela", sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    position: relative;
    background: #fcfbf7;
    height: 100%;
}
#wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
#inner-wrapper {
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    padding: 0 2.244em;
    -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;
}
::selection,
::-moz-selection {
    background: #ff7377;
    color: #fff;
}
img {
    vertical-align: bottom;
    max-width: 100%;
}
hr {
    background-color: #eaeaea;
    border: 0;
    height: 1px;
    margin-bottom: 1.618em;
}
/* Hyperlinks */
a {
    color: #ff7377;
    text-decoration: none;
}
a:hover {
    color: #dd5155;
    text-decoration: underline;
}
a img {
    -webkit-transition: opacity ease-out 0.1s;
    -moz-transition: opacity ease-out 0.1s;
    -ms-transition: opacity ease-out 0.1s;
    -o-transition: opacity ease-out 0.1s;
    transition: opacity ease-out 0.1s;
}
a:active {
    background: transparent;
    /* IE10 Lameness */
}
/* Typography */
/*
    All typography (and layout) based on a modular scale using 16 & 18 px values scaled in accordance the golden ratio (1.618)
    http://modularscale.com/scale/?px1=16&px2=18&ra1=1.618&ra2=0
    Remember to keep margins consistent and try to avoid margin-top. If everything has an appropriate margin-bottom we don't need one and vertical rhythm will be kept consistent
*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Open Sans", sans-serif;
    color: #000000;
    margin: 0 0 .618em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { text-decoration: none }
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover { text-decoration: none }
h1 {
    font-size: 3.631em;
    line-height: 1.387;
}
h2 {
    font-size: 2.016em;
    line-height: 1.387;
}
h3 { font-size: 1.387em }
h4 { font-size: 1em }
h5 { font-size: 1em }
h6 { font-size: 0.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 { margin: 0 0 1.618em 0 }
li > ul,
li > ol { margin: 0 0 0 1.618em }
dl dt { font-weight: bold }
dl dd { margin-bottom: 1.618em }
/*
@font-face icons
- Used for the subscribe & connect social icons. If you would like to add more icons to the font, you can do so by rebuilding the font at http://keyamoon.com/icomoon/app/ and replace the existing font files in the theme with the new ones.
*/
@font-face {
    font-family: 'Social';
    font-weight: normal;
    font-style: normal;
    src: url('includes/fonts//social.eot');
    src: url('includes/fonts//social.eot?#iefix') format('embedded-opentype'), url('includes/fonts/social.woff') format('woff'), url('includes/fonts/social.ttf') format('truetype'), url('includes/fonts/social.svg#woo-social') format('svg');
}
@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;
}
/*------------------------------------------------------------------------------------------*/
/* 2. STRUCTURE */
/*------------------------------------------------------------------------------------------*/
/* Header */
#header {
    margin: 0 -2.244em 3.631em;
    padding: 3% 2.244em;
    clear: both;
    background: #2f2a2e;
    color: #fff;
    z-index: 999;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}
#header #logo {
    display: block;
    margin: 1.618em 0 3.631em;
    max-width: 100%;
}
#header .about { clear: both }
#header .about p {
    margin-bottom: 2.244em;
    font-size: 1.618em;
    line-height: 1.387;
}
#header #connect { margin: 0 0 2.244em }
#header #connect a span { display: none }
#header .site-title,
#header .site-description {
    color: #000;
    display: none;
    text-align: center;
}
#header .site-title a,
#header .site-description a {
    color: #ff7377;
    text-transform: none;
    font-weight: bold;
    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;
    line-height: 1.1em;
}
#header .site-description { margin-bottom: 1.618em }
#header hgroup:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}
#header .nav-toggle {
    position: absolute;
    top: .53em;
    left: .7em;
    cursor: pointer;
}
#header .nav-toggle:after {
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 100%;
    margin-left: .618em;
    font-weight: normal;
    line-height: 1em;
    width: 1em;
    text-align: right;
    content: "\f0c9";
    background: #ff7377;
    color: #fffffb;
    height: 1.em;
    width: 1.5em;
    text-align: center;
    line-height: 1.5;
    font-size: 1em;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-left: 0;
}
#header .nav-toggle a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}
#header .nav-toggle a:hover { text-decoration: none }
#header .nav-toggle span { display: none }
#header .site-description {
    color: #363636;
    font-family: "Open Sans", sans-serif;
    font-style: italic;
}
#header #topad { float: right }
/* Content */
#content {
    opacity: 0;
    filter: alpha(opacity=@opacity * 100);
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.loaded #content {
    opacity: 1;
    filter: alpha(opacity=@opacity * 100);
}
/* Homepage Tabber */
.home-tabber {
    margin: 0;
    padding: 0 0 1em;
    border-bottom: 1px solid #eaeaea;
}
.home-tabber:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}
.home-tabber li {
    float: left;
    width: 49.5%;
    text-align: center;
    list-style: none;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}
.home-tabber li:first-child { border-right: 1px solid #eaeaea }
.home-tabber li a {
    padding-bottom: 1em;
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
    text-align: center;
    text-transform: uppercase;
}
.home-tabber li a:hover { text-decoration: none }
.home-tabber li.active a {
    font-weight: 900;
    color: #1c1c1c !important;
    position: relative;
}
.home-tabber li.active a:after {
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 100%;
    margin-left: .618em;
    font-weight: normal;
    line-height: 1em;
    width: 1em;
    text-align: right;
    content: '\f078';
    margin: 0;
    width: 20px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -10px;
}
#topics {
    display: none;
    margin: 0 0 9.505em 0;
    border-bottom: 3px solid #eaeaea;
}
#topics:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}
#topics ul li {
    padding: 5%;
    list-style: none;
    border-bottom: 1px solid #eaeaea;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}
#topics ul li:last-child { border-bottom: none }
#topics ul li h1 {
    margin: 0;
    font-size: 1em;
    overflow: hidden;
    word-wrap: break-word;
}
#topics ul li h1 a { color: #1c1c1c }
#topics ul li p {
    margin: 0 0 1.387em 0;
    font-size: .95em;
    color: #828282;
}
#topics ul li a.articles-link {
    font-size: .857em;
    text-transform: uppercase;
}
#topics ul li a.articles-link:after {
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 100%;
    margin-left: .618em;
    font-weight: normal;
    line-height: 1em;
    width: 1em;
    text-align: right;
    content: '\f054';
    font-size: .9em;
}
#topics ul li a.articles-link:hover { text-decoration: none }
#topics ul li img {
    float: left;
    margin: .618em 2.244em 0 0;
    -webkit-border-radius: 300px;
    border-radius: 300px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    box-shadow: 0 0 0 3px #eaeaea;
    -webkit-box-shadow: 0 0 0 3px #eaeaea;
}
/* Footer */
#footer {
    margin: 0 -2.244em;
    padding: 2.618em;
    padding-bottom: 0px;
    background: #efeeea;
    color: #363636;
    overflow: hidden;
}
#footer:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}
#footer #footer-widgets {
    padding-top: 2.618em;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
#footer #copyright,
#footer #credit {
    text-transform: uppercase;
    font-size: .857em;
    color: #b5b5b5;
}
#footer #credit img { vertical-align: middle }
#footer #credit span { display: none }
/*------------------------------------------------------------------------------------------*/
/* 3. WORDPRESS */
/*------------------------------------------------------------------------------------------*/
#breadcrumb,
.post .video { margin-bottom: 1.618em }
.archive-header {
    display: block;
    position: relative;
    width: 100%;
    margin: 0 0 1.618em;
    padding: 0 0 1em;
    text-align: center;
    border-bottom: #eaeaea 1px solid;
}
.archive-header h1 {
    font-size: 1.387em;
    font-weight: 900;
    text-transform: uppercase;
}
.archive-header h1:after {
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 100%;
    margin-left: .618em;
    font-weight: normal;
    line-height: 1em;
    width: 1em;
    text-align: right;
    content: '\f078';
    margin: 0;
    width: 20px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -10px;
}
.archive-header h1 em {
    display: block;
    font-weight: 400;
    text-transform: none;
}
.archive-header .archive-rss {
    font-size: .857em;
    text-transform: uppercase;
}
.archive-description {
    clear: both;
    margin-bottom: 1.618em;
}
.page article,
.single-post article {
    margin: 0;
    padding: 0;
    border: none;
}
.page article > header,
.single-post article > header {
    position: relative;
    margin: 0 -2.244em 3.631em;
    padding: 3.631em 0;
    text-align: center;
}
.page article > header .header-content,
.single-post article > header .header-content {
    width: 100%;
    margin: 0 auto;
    max-width: 65.141em;
    padding: 2.618em;
    background: rgba(255, 255, 255, 0.7);
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}
.page article > header .header-content .post-meta,
.single-post article > header .header-content .post-meta {
    margin: 0;
    color: #4f4f4f;
}
.page article > header .header-content .post-meta a,
.single-post article > header .header-content .post-meta a { color: #4f4f4f }
.page article > header #post-entries,
.single-post article > header #post-entries { display: none }
.page article .entry,
.single-post article .entry { padding: 0 0 3.631em }
.page article .entry > p:first-child,
.single-post article .entry > p:first-child { font-size: 1.387em }
.page article .entry > p:first-child:first-line,
.single-post article .entry > p:first-child:first-line { font-weight: bold }
.page article .entry > p:first-child:first-letter,
.single-post article .entry > p:first-child:first-letter {
    float: left;
    color: #ff7377;
    font-size: 2.618em;
    line-height: 1.11;
    padding: 0 .125em 0 0;
}
.page article .entry > p:last-of-type:after,
.single-post article .entry > p:last-of-type:after {
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 100%;
    margin-left: .618em;
    font-weight: normal;
    line-height: 1em;
    width: 1em;
    text-align: right;
    display: inline;
    color: #9c9c9c;
}
.page article .entry .alignleft,
.single-post article .entry .alignleft {
    float: left;
    margin: 1.618em 3.631em 3em 0;
}
.page article .entry .alignright,
.single-post article .entry .alignright {
    float: right;
    margin: 1.618em 0 3em 3.631em;
}
.single-post { background-color: #fcfbf7 }
.post,
.type-page {
    margin: 4.236em 0;
    padding: 0 0 4.236em;
    border-bottom: 3px solid #eaeaea;
    /* Images */
}
.post:last-of-type,
.type-page:last-of-type { margin-bottom: 2.618em }
.post header h1,
.type-page header h1 {
    margin: 0 0 .236em;
    font-weight: 800;
    font-size: 2.244em;
}
.post header h1 a:link,
.type-page header h1 a:link,
.post header h1 a:visited,
.type-page header h1 a:visited { color: #000000 }
.post .post-meta,
.type-page .post-meta {
    margin: 0 0 2.618em 0;
    font-size: 1.387em;
    color: #828282;
}
.post .post-meta a,
.type-page .post-meta a { color: #828282 }
.post .post-meta .post-comments,
.type-page .post-meta .post-comments { margin: 0 1em }
.post .post-meta .post-comments a:before,
.type-page .post-meta .post-comments a:before {
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 100%;
    margin-right: .618em;
    font-weight: normal;
    line-height: 1em;
    width: 1em;
    content: '\f075';
}
.post .post-more,
.type-page .post-more { margin-top: 2.618em }
.post .post-more .button,
.type-page .post-more .button {
    text-transform: uppercase;
    font-size: .857em;
}
.post .post-more .button:after,
.type-page .post-more .button:after {
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 100%;
    margin-left: .618em;
    font-weight: normal;
    line-height: 1em;
    width: 1em;
    text-align: right;
    content: '\f054';
}
.post div.tags,
.type-page div.tags {
    width: 100%;
    clear: both;
    font-size: .857em;
    font-style: italic;
    color: #828282;
}
.post div.tags a,
.type-page div.tags a { color: #828282 }
.post .entry h1,
.type-page .entry h1,
.post .entry h2,
.type-page .entry h2,
.post .entry h3,
.type-page .entry h3,
.post .entry h4,
.type-page .entry h4,
.post .entry h5,
.type-page .entry h5 {
    margin-top: 65px;
    margin-right: 0px;
    margin-bottom: 42px;
    margin-left: 0px;
}
.post .entry h1:first-child,
.type-page .entry h1:first-child,
.post .entry h2:first-child,
.type-page .entry h2:first-child,
.post .entry h3:first-child,
.type-page .entry h3:first-child,
.post .entry h4:first-child,
.type-page .entry h4:first-child,
.post .entry h5:first-child,
.type-page .entry h5:first-child { margin-top: 0 }
.post .entry hr,
.type-page .entry hr {
    display: block;
    width: 20px;
    height: 20px;
    margin: 2.618em auto;
    background: #ff7377;
    -webkit-border-radius: 300px;
    border-radius: 300px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.post .entry hr:before,
.type-page .entry hr:before,
.post .entry hr:after,
.type-page .entry hr:after {
    position: relative;
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    background: #eaeaea;
    -webkit-border-radius: 300px;
    border-radius: 300px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.post .entry hr:before,
.type-page .entry hr:before {
    left: -30px;
    top: 3px;
}
.post .entry hr:after,
.type-page .entry hr:after {
    right: -35px;
    top: -12px;
}
.post .entry ul,
.type-page .entry ul,
.post .entry ol,
.type-page .entry ol {
    margin-left: 2.618em;
    margin-right: 2.618em;
}
.post .entry ul li,
.type-page .entry ul li,
.post .entry ol li,
.type-page .entry ol li { }
.post .entry blockquote,
.type-page .entry blockquote {
    position: relative;
    margin: 0 0 1.618em;
    padding: 0 0 0 2.618em;
    quotes: "\201C" "\201D" "\2018" "\2019";
    font-style: italic;
}
.post .entry blockquote:before,
.type-page .entry blockquote:before {
    content: '"';
    position: absolute;
    top: 0;
    left: 0;
    font-family: Georgia, serif;
    font-size: 4em;
    line-height: 1;
    margin: 0;
    vertical-align: -0.4em;
    width: 1em;
}
.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 { }
.post img.wp-smiley,
.type-page img.wp-smiley {
    padding: 0;
    border: 0;
}
.post img.woo-image,
.type-page img.woo-image {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.post .alignleft,
.type-page .alignleft {
    float: left;
    margin: 0 3.631em 3em 0;
}
.post .alignright,
.type-page .alignright {
    float: right;
    margin: 0 0 3em 3.631em;
}
.post .aligncenter,
.type-page .aligncenter {
    display: block;
    text-align: center;
    margin: 0 auto 1.618em;
}
.post .wp-caption,
.type-page .wp-caption {
    max-width: 100%;
    position: relative;
}
.post .wp-caption img,
.type-page .wp-caption img {
    position: relative;
    z-index: 2;
    margin: 0;
    background: none;
    border: 0;
}
.post .wp-caption-text,
.type-page .wp-caption-text {
    padding: 1em 4.236em 1em 2.618em;
    text-align: center;
    font-size: .857em;
    font-style: italic;
    background: #eaeaea;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
/* Pagination */
.nav-entries { margin: 0 0 5.874em }
.nav-entries span {
    font-size: 0;
    color: #fcfbf7;
}
.nav-entries span.nav-prev:before,
.nav-entries span.nav-next:after {
    margin: 0;
    padding: .857em;
    font-size: 16px!important;
    background: #eaeaea;
    text-align: center!important;
    -webkit-border-radius: 300px;
    border-radius: 300px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.nav-entries span.nav-prev {
    float: left;
    text-align: left;
}
.nav-entries span.nav-prev:before {
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 100%;
    margin-right: .618em;
    font-weight: normal;
    line-height: 1em;
    width: 1em;
    content: '\f053';
}
.nav-entries span.nav-next {
    float: right;
    text-align: right;
}
.nav-entries span.nav-next:after {
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 100%;
    margin-left: .618em;
    font-weight: normal;
    line-height: 1em;
    width: 1em;
    text-align: right;
    content: '\f054';
}
.nav-entries span:hover:before,
.nav-entries span:hover:after { background: #c4c4c4 }
.woo-pagination {
    margin: 0 0 5.874em;
    text-align: center;
}
.woo-pagination .page-numbers {
    display: inline;
    text-decoration: none;
    color: #9c9c9c;
    padding: .327em .857em;
}
.woo-pagination .page-numbers:hover { color: #1c1c1c }
.woo-pagination .page-numbers.current {
    position: relative;
    top: 2.5px;
    color: #1c1c1c;
    font-size: 1.618em;
}
.woo-pagination .page-numbers.prev,
.woo-pagination .page-numbers.next {
    font-size: 0;
    color: #fcfbf7;
}
.woo-pagination .page-numbers.prev:hover:before,
.woo-pagination .page-numbers.next:hover:before,
.woo-pagination .page-numbers.prev:hover:after,
.woo-pagination .page-numbers.next:hover:after { background: #c4c4c4 }
.woo-pagination .page-numbers.prev:before,
.woo-pagination .page-numbers.next:after {
    margin: 0;
    padding: .857em;
    font-size: 16px!important;
    background: #eaeaea;
    text-align: center!important;
    -webkit-border-radius: 300px;
    border-radius: 300px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.woo-pagination .page-numbers.prev {
    float: left;
    text-align: left;
}
.woo-pagination .page-numbers.prev:before {
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 100%;
    margin-right: .618em;
    font-weight: normal;
    line-height: 1em;
    width: 1em;
    content: '\f053';
}
.woo-pagination .page-numbers.next {
    float: right;
    text-align: right;
}
.woo-pagination .page-numbers.next:after {
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 100%;
    margin-left: .618em;
    font-weight: normal;
    line-height: 1em;
    width: 1em;
    text-align: right;
    content: '\f054';
}
/* Single Post Author */
#post-author {
    margin: 0 0 2.618em;
    background: #efeeea;
    padding: 1.618em;
    border-top: 1px solid #eaeaea;
    clear: both;
}
#post-author .profile-image {
    float: right;
    margin: 0 0 .382em 1.618em;
}
#post-author .profile-image img {
    -webkit-border-radius: 300px;
    border-radius: 300px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
#post-author .profile-link { margin: 1em 0 0 }
#post-author .profile-link a {
    font-size: .857em;
    text-transform: uppercase;
}
#post-author .profile-link a:after {
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 100%;
    margin-left: .618em;
    font-weight: normal;
    line-height: 1em;
    width: 1em;
    text-align: right;
    content: '\f054';
    font-size: .9em;
}
#post-author .profile-link a:hover { text-decoration: none }
/*------------------------------------------------------------------------------------------*/
/* 4. NAVIGATION */
/*------------------------------------------------------------------------------------------*/
/* Top Nav */
#top,
.top-navigation { display: none }
/* Navigation */
ul.nav li a {
    padding: .53em 1em;
    display: block;
}
ul.nav li a:hover { text-decoration: none }
ul.nav li.current-menu-item > a {
    background: #ffffff;
    color: #1c1c1c;
}
#navigation {
    clear: both;
    margin-bottom: 2.618em;
    width: 81%;
    left: -80%;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 99999;
    background: #000000;
    padding-top: 4.236em;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    box-shadow: inset -1.618em 0 1.618em -1em #000000;
    -webkit-box-shadow: inset -1.618em 0 1.618em -1em #000000;
}
#navigation .widget_product_search {
    margin: 0;
    border-top: 1px solid #000000;
}
#navigation .widget_product_search #searchform {
    border-left: 0;
    border-right: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: .618em 1em;
    margin: 0;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #0b0b0b;
    background-color: #020202;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), to(#000000));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #020202, #000000);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #020202, #000000);
    /* FF3.6+ */
    background-image: -ms-linear-gradient(top, #020202, #000000);
    /* IE10 */
    background-image: -o-linear-gradient(top, #020202, #000000);
    /* Opera 11.10+ */
    background-image: linear-gradient(to bottom, #020202, #000000);
}
#navigation .widget_product_search #searchform #s {
    padding: .202em .857em;
    -webkit-border-radius: 4em;
    border-radius: 4em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #0b0b0b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0b0b0b), to(#121212));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #0b0b0b, #121212);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #0b0b0b, #121212);
    /* FF3.6+ */
    background-image: -ms-linear-gradient(top, #0b0b0b, #121212);
    /* IE10 */
    background-image: -o-linear-gradient(top, #0b0b0b, #121212);
    /* Opera 11.10+ */
    background-image: linear-gradient(to bottom, #0b0b0b, #121212);
    border: 1px solid #000000;
    color: #606060;
    -webkit-box-shadow: inset 0 1px 3px #000000, 0 1px 1px #0b0b0b;
    box-shadow: inset 0 1px 3px #000000, 0 1px 1px #0b0b0b;
}
#navigation .widget_product_search #searchform #searchsubmit { display: none }
#navigation h3 {
    border-bottom: 1px solid #000000;
    border-top: 1px solid #262626;
    background-color: #1c1c1c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1c1c1c), to(#0b0b0b));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #1c1c1c, #0b0b0b);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #1c1c1c, #0b0b0b);
    /* FF3.6+ */
    background-image: -ms-linear-gradient(top, #1c1c1c, #0b0b0b);
    /* IE10 */
    background-image: -o-linear-gradient(top, #1c1c1c, #0b0b0b);
    /* Opera 11.10+ */
    background-image: linear-gradient(to bottom, #1c1c1c, #0b0b0b);
    padding: .382em 1em;
    font-size: .857em;
    margin: 0;
    font-family: sans-serif;
    text-transform: uppercase;
    color: #717171;
    text-shadow: 0 1px 0 #000000;
}
#navigation ul.nav {
    list-style: none;
    margin-bottom: 0;
}
#navigation ul.nav li { list-style: none }
#navigation ul.nav li a {
    border-bottom: 1px solid #000000;
    border-top: 1px solid #020202;
    color: #fff;
    -webkit-tap-highlight-color: #ff7377;
    text-shadow: 0 -1px 0 #000000;
}
#navigation ul.nav li.current-menu-item > a {
    background-color: #020202;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#020202), to(#000000));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #020202, #000000);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #020202, #000000);
    /* FF3.6+ */
    background-image: -ms-linear-gradient(top, #020202, #000000);
    /* IE10 */
    background-image: -o-linear-gradient(top, #020202, #000000);
    /* Opera 11.10+ */
    background-image: linear-gradient(to bottom, #020202, #000000);
    color: #efeeea;
    text-shadow: 0 1px #000000;
    border: 0;
    -webkit-box-shadow: inset 0 1px #0b0b0b, inset 0 -1px #000000;
    box-shadow: inset 0 1px #0b0b0b, inset 0 -1px #000000;
}
#navigation ul.nav li.current-menu-item > a:after {
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 100%;
    margin-left: .618em;
    font-weight: normal;
    line-height: 1em;
    width: 1em;
    text-align: right;
    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';
    display: inline-block;
    font-size: 100%;
    margin-left: .618em;
    font-weight: normal;
    line-height: 1em;
    width: 1em;
    text-align: right;
    content: "\f00d";
    background-color: #000000;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#000000));
    /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient(top, #000000, #000000);
    /* Chrome 10+, Saf5.1+, iOS 5+ */
    background-image: -moz-linear-gradient(top, #000000, #000000);
    /* FF3.6+ */
    background-image: -ms-linear-gradient(top, #000000, #000000);
    /* IE10 */
    background-image: -o-linear-gradient(top, #000000, #000000);
    /* Opera 11.10+ */
    background-image: linear-gradient(to bottom, #000000, #000000);
    height: 1.5em;
    width: 1.5em;
    text-align: center;
    line-height: 1.5;
    font-size: 1.618em;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    margin-left: 0;
    color: #3e3e3e;
    text-shadow: 0 -1px 0 #000000;
    -webkit-box-shadow: inset 0 0 1px 1px #000000, inset 0 2px #0b0b0b, 0 1px #0b0b0b;
    box-shadow: inset 0 0 1px 1px #000000, inset 0 2px #0b0b0b, 0 1px #0b0b0b;
}
#navigation .nav-close span,
#navigation .nav-home span { display: none }
#navigation .nav-home {
    left: auto;
    right: 1em;
}
#navigation .nav-home:after { content: "\f015" }
#navigation ul.rss li {
    display: inline;
    padding: 0;
}
#navigation ul.rss li a:after {
    font-family: 'FontAwesome';
    font-size: 100%;
    margin-left: .618em;
    font-weight: normal;
    line-height: 1em;
    width: 1em;
    text-align: right;
    display: inline-block;
    content: "\f09e";
    color: orange;
    float: right;
    line-height: 2;
}
#navigation ul.rss li.sub-email { color: #1c1c1c }
.show-nav #navigation .top-navigation { display: block }
.show-nav #inner-wrapper {
    left: 80%;
    -webkit-border-radius: 0.618em;
    border-radius: 0.618em;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.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%;
}
/*------------------------------------------------------------------------------------------*/
/* 5. WIDGETS */
/*------------------------------------------------------------------------------------------*/
/* General */
.widget {
    margin-bottom: 3.631em;
    color: #9c9c9c;
}
.widget h3 {
    margin: 0 0 .53em;
    padding: 0 0 .53em;
    font-size: 1.1em;
    color: #828282;
    text-transform: uppercase;
    border-bottom: 3px solid #e4e2dc;
}
.widget ul {
    clear: both;
    list-style: none;
}
.widget ul li { line-height: 2.244 }
.widget ul li a {
    text-decoration: none;
    color: #9c9c9c;
}
.widget ul li a:hover { color: #4f4f4f }
/* Search Form */
#searchform {
    overflow: hidden;
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    position: relative;
}
#searchform .s,
#searchform #s {
    padding: .857em 2.618em .857em .857em;
    width: 100%;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    margin: 0;
    color: #1c1c1c;
}
#searchform .search-submit,
#searchform #searchsubmit {
    position: absolute;
    top: 33%;
    right: .857em;
    overflow: hidden;
    margin: 0;
    padding: 20px 0 0;
    width: 20px;
    height: 0;
    background: url('images/ico-search.png') no-repeat left top;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
#searchform .search-submit:active,
#searchform #searchsubmit:active {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
#searchform .search-submit:hover,
#searchform #searchsubmit:hover { background: url('images/ico-search.png') no-repeat left top }
#searchform label { display: none }
/* Flickr */
.widget_woo_flickr h3 span { color: #0051d8 }
.widget_woo_flickr h3 span span { color: #ff1183 }
.widget_woo_flickr .wrap { margin: 1em 0 0 }
.widget_woo_flickr .wrap .flickr_badge_image {
    display: inline-block;
    margin: 0 2em 1.387em 0;
}
.widget_woo_flickr .wrap .flickr_badge_image a img {
    display: block;
    -webkit-border-radius: 300px;
    border-radius: 300px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
/* Calendar */
#wp-calendar caption { padding: 1em }
#wp-calendar th,
#wp-calendar td {
    text-align: center;
    padding: .53em 0;
}
/* Tagcloud */
.tagcloud,
.tab-pane-tags { text-align: center }
.tagcloud a,
.tab-pane-tags a {
    padding: .53em;
    background: #e8e7e1;
    line-height: 2.618!important;
    white-space: nowrap;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #9c9c9c;
}
.tagcloud a:hover,
.tab-pane-tags a:hover {
    text-decoration: none;
    background: #efeeea;
}
/* Author Info */
.widget_woo_blogauthorinfo .avatar {
    padding: .382em;
    border: 1px solid #eaeaea;
}
.widget_woo_blogauthorinfo .left {
    float: left;
    margin: 0 1em .618em 0;
}
.widget_woo_blogauthorinfo .right {
    float: right;
    margin: 0 .618em 1em;
}
/* Tabs */
.woocommerce_tabs,
.woocommerce-tabs { clear: both }
.woocommerce_tabs ul.tabs,
.woocommerce-tabs ul.tabs {
    margin-bottom: 1.618em;
    list-style: none;
}
.woocommerce_tabs ul.tabs:after,
.woocommerce-tabs ul.tabs:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}
.woocommerce_tabs ul.tabs li,
.woocommerce-tabs ul.tabs li {
    float: left;
    margin: 0 .53em 0 0;
    display: block;
}
.woocommerce_tabs ul.tabs li a,
.woocommerce-tabs ul.tabs li a {
    border-bottom: 0;
    background: rgba(234, 234, 234, 0.5);
    border: 3px solid #eaeaea;
    border-bottom-width: 0;
    display: block;
    color: #1c1c1c;
    margin: 0 !important;
    padding: .382em .53em !important;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.woocommerce_tabs ul.tabs li a:hover,
.woocommerce-tabs ul.tabs li a:hover {
    color: #ff7377;
    text-decoration: none;
}
.woocommerce_tabs ul.tabs li.active,
.woocommerce-tabs ul.tabs li.active { position: relative }
.woocommerce_tabs ul.tabs li.active a,
.woocommerce-tabs ul.tabs li.active a {
    position: relative;
    background: #fff;
    color: #ff7377;
}
.woocommerce_tabs ul.tabs li.active a:after,
.woocommerce-tabs ul.tabs li.active a:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    height: 4px;
    background: #fff;
}
.widget_woodojo_tabs h3 { margin-bottom: 1.618em }
.widget_woodojo_tabs ul.nav-tabs { margin: 0 0 .53em }
.widget_woodojo_tabs ul.nav-tabs li a {
    font-size: .857em;
    padding: .53em!important;
    background: none!important;
    border: none!important;
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}
.widget_woodojo_tabs ul.nav-tabs li.active a { border-bottom: 3px solid #dddbd3 !important }
.widget_woodojo_tabs .tab-content { border-bottom: 3px solid #e4e2dc }
.widget_woodojo_tabs .tab-content ul { padding: 0!important }
.widget_woodojo_tabs .tab-content ul li {
    line-height: 1.618;
    padding: .53em 0 1.387em;
    border-bottom: 1px solid #e4e2dc !important;
}
.widget_woodojo_tabs .tab-content ul li:last-child {
    margin: 0;
    border-bottom: none!important;
}
.widget_woodojo_tabs .tab-content img {
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.widget_woodojo_tabs .tab-content a { line-height: 1 }
.widget_woodojo_tabs .tab-content .meta {
    font-size: .857em;
    font-style: italic;
}
.widget_woodojo_tabs .tab-content .comment-content {
    font-size: .857em;
    font-style: italic;
}
/* Testimonials */
.widget_woothemes_testimonials h3 { margin: 0 0 1em }
.widget_woothemes_testimonials .quote {
    margin: .53em 0 1.387em;
    padding: 0 0 1em;
    border-bottom: 1px solid #e4e2dc !important;
}
.widget_woothemes_testimonials .quote blockquote { margin: 0 0 1em }
.widget_woothemes_testimonials .quote img {
    float: right;
    margin: 0 0 0 1em;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
.widget_woothemes_testimonials .quote .author {
    line-height: 1;
    font-style: normal;
    font-weight: bold;
}
.widget_woothemes_testimonials .quote .author .excerpt {
    display: block;
    font-weight: normal;
    font-size: .857em;
}
.widget_woothemes_testimonials .quote .author .url {
    font-size: .857em;
    display: block;
}
/* Features */
.widget_woothemes_features .feature { margin: 0 0 1.618em }
.widget_woothemes_features .feature:last-child { margin: 0 }
.widget_woothemes_features .wp-post-image { margin: 0 0 1.618em }
.post .entry h3,
.type-page .entry h3 { margin: 1.618em 0 }
.post .entry .widget_woothemes_features .feature,
.type-page .entry .widget_woothemes_features .feature { margin: 0 }
.post .entry .widget_woothemes_features .wp-post-image,
.type-page .entry .widget_woothemes_features .wp-post-image {
    box-shadow: 0 0 0 0 #888888;
    -webkit-box-shadow: 0 0 0 0 #888888;
    margin: 2.618em 0 0;
}
/*------------------------------------------------------------------------------------------*/
/* 6. COMMENTS */
/*------------------------------------------------------------------------------------------*/
/* Comments */
#comments {
    position: relative;
    margin: 5.874em 0 5.874em;
}
#comments h3,
#comments .nocomments {
    font-size: 1.387em;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}
#comments h3 {
    position: relative;
    border-bottom: 1px solid #eaeaea;
    max-width: 60%;
    margin: 0 auto 2.618em;
    padding-bottom: 1em;
}
#comments h3:after {
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 100%;
    margin-left: .618em;
    font-weight: normal;
    line-height: 1em;
    width: 1em;
    text-align: right;
    content: '\f078';
    margin: 0;
    width: 20px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -10px;
}
#comments .comment {
    width: 100%;
    list-style: none;
}
#comments .comment.bypostauthor > .comment-container { border: 3px solid #ffd9da }
#comments .comment .comment-container {
    position: relative;
    margin: 0 0 2.618em;
    padding: 1.618em;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
#comments .comment .comment-head { margin: 0 0 1em 0 }
#comments .comment .comment-head .name {
    display: block;
    margin: 0;
    font-weight: bold;
}
#comments .comment .comment-head .date,
#comments .comment .comment-head .edit,
#comments .comment .comment-head .perma {
    font-size: .857em;
    color: #828282;
}
#comments .comment .comment-avatar {
    float: right;
    margin: 0 1em 1em 0;
}
#comments .comment .comment-avatar img {
    margin: 0;
    vertical-align: middle;
    -webkit-border-radius: 300px;
    border-radius: 300px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
#comments .comment .reply { padding-top: .857em }
#comments .comment .reply a {
    background: #ebe9e4;
    border-color: #d8d8d8;
    color: #1c1c1c !important;
    text-shadow: none;
    margin: 0;
    text-transform: uppercase;
}
#comments .comment .reply a:hover { background: #eaeaea }
#comments .comment #respond h3 { font-size: 1em }
#comments ul.children {
    margin: 0 0 0 1.618em;
    padding: 0;
}
#comments .navigation a {
    display: block;
    text-decoration: none;
}
#comments .pinglist li {
    margin: 0 0 1.618em;
    font-size: .857em;
}
#comments .pinglist li .reply { display: none }
/* Comments Form */
#respond { margin: 0 0 5.874em }
#respond h3 {
    position: relative;
    border-bottom: 1px solid #eaeaea;
    max-width: 60%;
    margin: 0 auto 2.618em;
    padding: 0 0 1em;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
}
#respond h3:after {
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 100%;
    margin-left: .618em;
    font-weight: normal;
    line-height: 1em;
    width: 1em;
    text-align: right;
    content: '\f078';
    margin: 0;
    width: 20px;
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -10px;
}
#respond .logged-in-as {
    font-style: italic;
    color: #828282;
    text-align: center;
}
#respond label { color: #363636 }
#respond #reply-title small { display: block }
#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 { text-align: center }
#respond #commentform .comment-form-url { margin-right: 0 }
#respond #commentform label { display: block }
#respond #commentform input.txt,
#respond #commentform textarea { width: 100% }
#respond #commentform .comment-form-comment label {
    text-align: center;
    font-weight: 700;
    padding: 0 0 1em;
}
/* Pingbacks / Trackbacks */
.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;
}
/*------------------------------------------------------------------------------------------*/
/* 7. PAGE TEMPLATES */
/*------------------------------------------------------------------------------------------*/
/* Timeline Page Template */
#timeline { padding: 10px 0 0 }
#timeline .archives_list {
    border-left: 1px solid #eaeaea;
    list-style: none;
    margin: 0 0 0 25px;
    padding: 0 0 20px;
}
#timeline .archives_list:last-child:after {
    content: '';
    position: relative;
    top: 20px;
    left: -7px;
    display: block;
    width: 5px;
    height: 5px;
    border: 4px solid #eaeaea;
    background: #2f2a2e;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
#timeline .archives_list li {
    clear: left;
    padding: 10px 0 10px 10px;
    font-size: 0.9em;
    font-style: normal;
    list-style: none;
}
#timeline .archives_list .date {
    color: #363636;
    position: relative;
    width: 40%;
    font-style: italic;
    display: block;
    vertical-align: top;
}
#timeline .archives_list .date:before {
    content: '';
    position: absolute;
    top: 9px;
    left: -10px;
    display: block;
    width: 5px;
    height: 1px;
    border-top: 2px solid #eaeaea;
}
#timeline .archives_list .linked {
    padding-top: 2px;
    padding-right: 80px;
    width: auto;
    display: inline-block;
    font-size: 1.2em;
    line-height: 1.2;
    vertical-align: top;
}
#timeline .archives_list .linked a { font-weight: bold }
#timeline .archives_list .comments {
    display: inline;
    margin-top: -15px;
    float: right;
    vertical-align: top;
}
#timeline .archives_list .comments a {
    display: block;
    position: relative;
    width: 30px;
    height: 27px;
    padding: 3px 0 0 0;
    text-align: center;
    background: #2f2a2e;
    color: #fff;
    font-weight: bold;
    font-size: .857em;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
#timeline .archives_list .comments a:hover {
    text-decoration: none;
    background: #141214;
}
#timeline .archives_list .comments a:hover:after { border-color: transparent #141214 transparent transparent }
#timeline .archives_list .comments a:after {
    content: '';
    display: block;
    position: absolute;
    top: 11px;
    left: -7px;
    border: 0.4em solid #ff7377;
    border-color: transparent #2f2a2e transparent transparent;
}
h3.archive_year {
    font-weight: bold;
    font-size: 0.9em;
    text-shadow: 1px 1px 0 #fff;
    padding: 4px 15px;
    background: #efeeea;
    color: #1c1c1c;
    border: 1px solid #eaeaea;
    display: inline;
    margin-top: 0;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
/* Contact Form */
#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: none;
    float: left;
    width: 48%;
}
#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: none;
    float: right;
    width: 48%;
    text-align: right;
}
#contact-page ol.forms label {
    cursor: pointer;
    display: block;
    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 #eaeaea;
}
.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 #eaeaea;
}
.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: #424242 }
.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 }
@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%;
    }
}
/* Sitemap */
.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 }
/* Blog Template */
.page-template-template-blog-php article,
.page-template-template-business-php article {
    margin: 0 auto 2.618em;
    padding: 0 0px 5.874em;
    max-width: 900px;
    border-bottom: 3px solid #eaeaea;
}
.page-template-template-blog-php article header,
.page-template-template-business-php article header { margin: 0 }
.page-template-template-blog-php article .entry,
.page-template-template-business-php article .entry {
    padding: 0;
    border: none;
}
.page-template-template-blog-php article .alignleft,
.page-template-template-business-php article .alignleft {
    float: left;
    margin: 0 3.631em 3em 0!important;
}
.page-template-template-blog-php article .alignright,
.page-template-template-business-php article .alignright {
    float: right;
    margin: 0 0 3em 3.631em!important;
}
.page-template-template-blog-php .nav-entries,
.page-template-template-business-php .nav-entries,
.page-template-template-blog-php .woo-pagination,
.page-template-template-business-php .woo-pagination,
.page-template-template-blog-php .post-more,
.page-template-template-business-php .post-more {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}
/* Business Template */
.page-template-template-business-php article header { padding-top: 0 }
.page-template-template-business-php #header { margin-bottom: 3.631em !important }
.page-template-template-business-php .wooslider { margin: 0 0 3.631em }
.page-template-template-business-php .widget {
    border-bottom: 3px solid #eaeaea;
    padding: 0 0 3.631em;
}
.page-template-template-business-php .widget:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}
.page-template-template-business-php .widget_woothemes_features .columns-3 .feature h3 {
    padding: 0;
    border: 0;
}
.page-template-template-business-php .widget_woothemes_features .columns-3 .feature .wp-post-image {
    margin: 0 1.387em .7em 0;
    float: left;
}
.page-template-template-business-php .page {
    margin: 0 auto 3.618em;
    padding: 0 0 3.631em;
    border-bottom: 3px solid #eaeaea;
}
.page-template-template-business-php .widget_woothemes_testimonials .quote {
    border-bottom: 0 !important;
    padding: 0;
}
@media only screen and (min-width: 768px) { 
    .page-template-template-business-php .widget_woothemes_features .columns-3 .feature {
        width: 30%;
        margin-right: 4.5%;
        float: left;
    }
    .page-template-template-business-php .widget_woothemes_testimonials .quote {
        border-bottom: 0 !important;
        width: 30%;
        float: left;
        margin-right: 4.5%;
    }
}
/*------------------------------------------------------------------------------------------*/
/* 8. MISC */
/*------------------------------------------------------------------------------------------*/
/* Floating & Alignment  */
.fl { float: left }
.fr { float: right }
.ac { text-align: center }
.ar { text-align: right }
/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.fix:before,
.fix:after,
.col-full:before,
.col-full:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
}
.fix:after,
.col-full:after { clear: both }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.fix,
.col-full { zoom: 1 }
/* Subscribe & Connect (& Related posts) */
#connect { clear: both }
#connect .newsletter-form { margin: 0 0 1.387em }
#connect .newsletter-form .email { margin: 0 1em 1em 0 }
#connect .newsletter-form .submit { margin: 0 0 1em }
#connect .social a {
    opacity: 0.8;
    filter: alpha(opacity=@opacity * 100);
}
#connect .social a:hover {
    opacity: 1;
    filter: alpha(opacity=@opacity * 100);
}
#connect .social a:hover { text-decoration: none }
#connect .social a:before {
    font-family: Social;
    font-size: .857em;
    line-height: 1;
    margin: 0 0.618em 0.618em 0;
    padding: .53em;
    width: 1em;
    height: 1em;
    display: inline-block;
    -webkit-border-radius: 300px;
    border-radius: 300px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #fff;
    background: #ff7377;
}
#connect .social a.subscribe:before {
    content: '\e001';
    background-color: #FF6600;
}
#connect .social a.twitter:before {
    content: '\e002';
    background-color: #00aced;
}
#connect .social a.facebook:before {
    content: '\e003';
    background-color: #3b5998;
}
#connect .social a.youtube:before {
    content: '\e004';
    background-color: #af2b26;
}
#connect .social a.flickr:before {
    content: '\e005';
    background-color: #ff0084;
}
#connect .social a.linkedin:before {
    content: '\e006';
    background-color: #71c5ef;
}
#connect .social a.delicious:before {
    content: '\e007';
    background-color: #285da7;
}
#connect .social a.googleplus:before {
    content: '\e008';
    background-color: #2d2d2d;
    font-weight: bold;
}
#connect .social a.dribbble:before {
    content: '\e009';
    background-color: #ea4c89;
}
#connect .social a.instagram:before {
    content: '\e010';
    background-color: #517fa4;
}
#connect .social a.vimeo:before {
    content: '\e011';
    background-color: #33454E;
}
#connect .social a.pinterest:before {
    content: '\e012';
    background-color: #cb2027;
}
#main #connect {
    margin: 0 0 2.618em;
    background: #efeeea;
    padding: 1.618em;
    border-top: 1px solid #eaeaea;
}
#related-posts { margin: 0 0 2.618em }
#related-posts ul { list-style: none }
/* Tables */
table {
    border-spacing: 0;
    width: 100%;
    background-clip: padding-box;
    border-collapse: separate;
}
table td,
table th {
    padding: .857em 1.387em;
    vertical-align: top;
}
table td p:last-child,
table th p:last-child { margin-bottom: 0 }
table thead th {
    padding: 1.387em;
    vertical-align: middle;
}
table thead th:first-child { }
table thead th:last-child { }
table tr th:last-child,
table tr td:last-child { }
table tbody th { }
table tbody tr:nth-child(2n) td { }
table tbody tr:nth-child(2n) td:last-child { border-right: 0 }
table tbody td { }
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:first-child { -webkit-border-bottom-left-radius: 4px }
table tbody tr:last-child td:last-child { }
table tbody tr:last-child td { border-bottom: 0 }
/* Forms */
input[type=text],
input.input-text,
input.txt,
input[type=tel],
input[type=email],
input[type=password] {
    -webkit-border-radius: 300px;
    border-radius: 300px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
textarea {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
input[type=text],
input.input-text,
textarea,
input.txt,
input[type=tel],
input[type=email],
input[type=password] {
    padding: .236em .5em;
    border: 3px solid #eaeaea;
    font-size: 1em;
    /* Make inputs the same size as normal text */
    line-height: 1.618em;
    background: #fff;
    font-family: inherit;
    /* Make inputs use the correct typeface instead of the browser default */
    outline: none;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}
/* Buttons (Includes WF chortcode buttons) */
a.button,
a.comment-reply-link,
#commentform #submit,
.submit,
input[type=submit],
input.button,
button.button,
#wrapper .woo-sc-button {
    display: inline-block;
    padding: 1em 1.618em;
    color: white;
    text-align: center;
    border: none;
    text-decoration: none;
    font-size: 1em;
    /* Make inputs the same size as normal text */
    font-family: inherit;
    /* Make inputs use the correct typeface instead of the browser default */
    cursor: pointer;
    /* Inputs need pointers! */
    overflow: visible;
    width: auto;
    /* IE fix */
    line-height: 1.618em;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    white-space: nowrap;
    background: #ff7377;
    -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-border-radius: 300px;
    border-radius: 300px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
a.button:hover,
a.comment-reply-link:hover,
#commentform #submit:hover,
.submit:hover,
input[type=submit]:hover,
input.button:hover,
button.button:hover,
#wrapper .woo-sc-button:hover {
    text-decoration: none;
    background: #ff696d;
    box-shadow: 0 0 0 3px #ffe3e4;
    -webkit-box-shadow: 0 0 0 3px #ffe3e4;
}
a.button:active,
a.comment-reply-link:active,
#commentform #submit:active,
.submit:active,
input[type=submit]:active,
input.button:active,
button.button:active,
#wrapper .woo-sc-button:active {
    border-color: #aa1e22;
    box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.3);
}
a.button.xl,
a.comment-reply-link.xl,
#commentform #submit.xl,
.submit.xl,
input[type=submit].xl,
input.button.xl,
button.button.xl,
#wrapper .woo-sc-button.xl { font-size: 1.618em }
a.button.large,
a.comment-reply-link.large,
#commentform #submit.large,
.submit.large,
input[type=submit].large,
input.button.large,
button.button.large,
#wrapper .woo-sc-button.large { font-size: 1.387em }
a.button.small,
a.comment-reply-link.small,
#commentform #submit.small,
.submit.small,
input[type=submit].small,
input.button.small,
button.button.small,
#wrapper .woo-sc-button.small { font-size: .857em }
a.button.red,
a.comment-reply-link.red,
#commentform #submit.red,
.submit.red,
input[type=submit].red,
input.button.red,
button.button.red,
#wrapper .woo-sc-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.button.red:hover,
button.button.red:hover,
#wrapper .woo-sc-button.red:hover { background: #d20000 }
a.button.orange,
a.comment-reply-link.orange,
#commentform #submit.orange,
.submit.orange,
input[type=submit].orange,
input.button.orange,
button.button.orange,
#wrapper .woo-sc-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.button.orange:hover,
button.button.orange:hover,
#wrapper .woo-sc-button.orange:hover { background: #d25e00 }
a.button.green,
a.comment-reply-link.green,
#commentform #submit.green,
.submit.green,
input[type=submit].green,
input.button.green,
button.button.green,
#wrapper .woo-sc-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.button.green:hover,
button.button.green:hover,
#wrapper .woo-sc-button.green:hover { background: #87c000 }
a.button.aqua,
a.comment-reply-link.aqua,
#commentform #submit.aqua,
.submit.aqua,
input[type=submit].aqua,
input.button.aqua,
button.button.aqua,
#wrapper .woo-sc-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.button.aqua:hover,
button.button.aqua:hover,
#wrapper .woo-sc-button.aqua:hover { background: #00d2a8 }
a.button.teal,
a.comment-reply-link.teal,
#commentform #submit.teal,
.submit.teal,
input[type=submit].teal,
input.button.teal,
button.button.teal,
#wrapper .woo-sc-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.button.teal:hover,
button.button.teal:hover,
#wrapper .woo-sc-button.teal:hover { background: #009ed2 }
a.button.purple,
a.comment-reply-link.purple,
#commentform #submit.purple,
.submit.purple,
input[type=submit].purple,
input.button.purple,
button.button.purple,
#wrapper .woo-sc-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.button.purple:hover,
button.button.purple:hover,
#wrapper .woo-sc-button.purple:hover { background: #0036d2 }
a.button.pink,
a.comment-reply-link.pink,
#commentform #submit.pink,
.submit.pink,
input[type=submit].pink,
input.button.pink,
button.button.pink,
#wrapper .woo-sc-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.button.pink:hover,
button.button.pink:hover,
#wrapper .woo-sc-button.pink:hover { background: #bc00d2 }
a.button.silver,
a.comment-reply-link.silver,
#commentform #submit.silver,
.submit.silver,
input[type=submit].silver,
input.button.silver,
button.button.silver,
#wrapper .woo-sc-button.silver {
    color: #444 !important;
    text-shadow: 0 1px #fff;
    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.button.silver:hover,
button.button.silver:hover,
#wrapper .woo-sc-button.silver:hover { background: #ccc }
a.button.woo-sc-button,
a.comment-reply-link.woo-sc-button,
#commentform #submit.woo-sc-button,
.submit.woo-sc-button,
input[type=submit].woo-sc-button,
input.button.woo-sc-button,
button.button.woo-sc-button,
#wrapper .woo-sc-button.woo-sc-button {
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
/* Shortcode info boxes */
#wrapper p.woo-sc-box,
#wrapper div.woo-sc-box {
    margin: 0 0 3.631em 0;
    padding: 1em 1.618em;
    color: #000000;
    text-shadow: none;
    border: 3px solid #eaeaea;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}
#wrapper p.woo-sc-box:before,
#wrapper div.woo-sc-box:before {
    font-family: 'FontAwesome';
    display: inline-block;
    font-size: 100%;
    margin-right: .618em;
    font-weight: normal;
    line-height: 1em;
    width: 1em;
    content: '\f0a1';
    margin: .3em 1em 0 0;
    font-size: 1.387em;
    text-align: center;
    color: #696969;
}
#wrapper p.woo-sc-box.alert:before,
#wrapper div.woo-sc-box.alert:before {
    content: '\f0e7';
    color: #c84e45;
}
#wrapper p.woo-sc-box.download:before,
#wrapper div.woo-sc-box.download:before {
    content: '\f01a';
    color: #89b93f;
}
#wrapper p.woo-sc-box.tick:before,
#wrapper div.woo-sc-box.tick:before { content: '\f00c' }
#wrapper p.woo-sc-box.info:before,
#wrapper div.woo-sc-box.info:before {
  content: '\f05a';
  color: #3c8bae;
}
#wrapper p.woo-sc-box.note:before,
#wrapper div.woo-sc-box.note:before {
  content: '\f016';
}
#wrapper p.woo-sc-box.normal:before,
#wrapper div.woo-sc-box.normal:before {
  content: '\f0a1';
}
/* Gravity forms */
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;
}
/* IE specific styling */
.ie8 .widget_woo_blogauthorinfo .avatar {
  width: auto;
}
/* WooSlider */
body .wooslider {
  background: #fff;
  border: 3px solid #eaeaea;
  box-shadow: 0 0 0 0 #888888;
  -webkit-box-shadow: 0 0 0 0 #888888;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}
body .wooslider ul.slides {
  margin: 0;
}
body .wooslider ul.slides li > div {
  padding: 2em;
}
body .wooslider ul.slides li .slide-content {
  margin: 1.387em 2.618em;
}
body .wooslider ul.slides li .slide-content p:last-child {
  margin-bottom: 0;
}
body .wooslider ul.slides li img {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
body .wooslider .wooslider-control-nav {
  margin: 0;
  position: absolute;
  bottom: .618em;
  top: auto;
}
body .wooslider .wooslider-control-thumbs {
  margin: 0 2.618em;
  width: auto;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
body .wooslider .wooslider-control-thumbs li {
  width: 10%;
  margin: 6px 6px;
}
body .wooslider .wooslider-control-thumbs li img {
  background: #fff;
  border: 3px solid #eaeaea;
  box-shadow: 0 0 0 0 #888888;
  -webkit-box-shadow: 0 0 0 0 #888888;
  -webkit-border-radius: 1em;
  border-radius: 1em;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: auto;
}
body .wooslider .wooslider-control-thumbs li img:hover {
  box-shadow: 0 0 0 0 #888888;
  -webkit-box-shadow: 0 0 0 0 #888888;
}
body .wooslider .wooslider-direction-nav a {
  color: #fcfbf7;
  background: #2f2a2e;
  text-indent: 0;
  width: auto;
  height: auto;
  padding: .857em 0 .857em 2em;
  opacity: 1;
  filter: alpha(opacity=@opacity * 100);
  font-size: .857em;
}
body .wooslider .wooslider-direction-nav a:after,
body .wooslider .wooslider-direction-nav a:before {
  font-size: 16px;
  vertical-align: middle;
  padding: 0 .618em 0 1.618em;
}
body .wooslider .wooslider-direction-nav a.wooslider-prev {
  -webkit-border-top-right-radius: 300px;
  -webkit-border-bottom-right-radius: 300px;
  border-top-right-radius: 300px;
  border-bottom-right-radius: 300px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -103px;
}
body .wooslider .wooslider-direction-nav a.wooslider-prev:after {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-right: .618em;
  font-weight: normal;
  line-height: 1em;
  width: 1em;
  content: '\f053';
}
body .wooslider .wooslider-direction-nav a.wooslider-next {
  padding: .857em 2em .857em 0;
  -webkit-border-top-left-radius: 300px;
  -webkit-border-bottom-left-radius: 300px;
  border-top-left-radius: 300px;
  border-bottom-left-radius: 300px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  right: -75px;
}
body .wooslider .wooslider-direction-nav a.wooslider-next:before {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 100%;
  margin-left: .618em;
  font-weight: normal;
  line-height: 1em;
  width: 1em;
  text-align: right;
  content: '\f054';
  padding: 0 1.618em 0 .618em;
}
body .wooslider .wooslider-direction-nav a:hover {
  text-decoration: none;
}
body .wooslider:hover .wooslider-prev,
body .wooslider:hover .wooslider-next {
  opacity: 1;
  filter: alpha(opacity=@opacity * 100);
}
body .wooslider:hover a.wooslider-prev {
  left: 0;
}
body .wooslider:hover a.wooslider-next {
  right: 0;
}
/* Shortcode Tweaks */
.post .entry .shortcode-toggle .toggle-trigger,
.type-page .entry .shortcode-toggle .toggle-trigger {
  margin: 0;
}
.post .entry .contact-form,
.type-page .entry .contact-form {
  margin: 0 0 2.244em;
  padding: 0;
  border: 0;
}
.shortcode-unorderedlist ul li {
  line-height: 1;
  margin: 0 0 1.2em;
}
.shortcode-unorderedlist ul li:last-child {
  margin: 0;
}
.shortcode-tabs ul.tab_titles li.ui-state-active a {
  -moz-border-radius-topright: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  background: #fff;
  text-decoration: none;
}
#rightpart {
background:red;
float:right;
}
#logo1{
font-size:45px;
font-weight:bold;
font-family: "Varela", sans-serif;
float:left;
}
#logo1 a, #logo1 a:visited, #logo1 a:hover {
color: #FFFFFF;
font-weight:bold;
text-decoration:none;
font-family: "Varela", sans-serif;
}
#logo2_small {
display:none;
font-size:17px;
color:#808080;
font-style:italic;
line-height:22px;
font-family: "Open Sans", sans-serif;
}
#logo2{
font-size:17px;
color:#808080;
font-style:italic;
line-height:22px;
font-family: "Open Sans", sans-serif;
float:left;
width:137px;
margin-left:61px;
}
#logo2 a, #logo2 a:visited, #logo2 a:hover,
#logo2_small a, #logo2_small a:visited, #logo2_small a:hover
 {
text-decoration:none;
color:#808080;
}
#nav_container {
float:right;
margin-top:0px;
padding:0px;
width:375px;
text-align:right;
}
#main-nav {
margin:2px auto;
}
#main-nav li{
text-align:center;display:inline
}
#footer_subscribe {
background:#3FABF4;
color:#ffffff;
font-family: "Varela", sans-serif;
margin:auto;
width:900px;
}
#footer_subscribe #title1{
text-align:center;
font-size:42px;
font-weight:bold;
padding-top:22px;
line-height:55px;
}
#footer_subscribe #content_text{
text-align:center;
font-size:22px;
font-weight:bold;
line-height:36px;
margin-top:20px;
margin-bottom:15px;
}
#footer_subscribe #formdiv{
margin:auto;
text-align:center;
padding-bottom:20px;
padding-top:20px;
}
#footer_subscribe #formdiv #txtbox{
border-radius:0px;
border-width:0px;
padding:7px;
width:200px;
margin-right:5px;
}
#footer_subscribe #formdiv #submitbtn, #footer_subscribe #formdiv #submitbtn:hover  {
border-radius:0px;
box-shadow:none;
padding:7px;
padding;-left:10px;
padding-right:10px;
}
#aweberlink {
margin:auto;
text-align:left;
font-size:12px;
width:100%;
max-width: 900px;
color:#000000;
margin-top:10px;
margin-bottom:100px;
}
#aweberlink a, #aweberlink a:hover, #aweberlink a:visited {
color:#000000;
text-decoration:none;
} 
#brhide {
display:none;
margin-top:5px;
}
#social_div {
    text-align:center;
    width:100%;
    max-width: 900px;
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #D1CDBC;
    font-weight: bold;
    font-size: 16px;
}
#message_txt {
    text-align:center;
    margin: auto;
    width: 900px;
    margin-top: 15px;
    margin-bottom: 5px;
}
#logocontainer {
float:left;
line-height:40px;
margin-top:30px;
margin-bottom:30px;
margin-left:-25px;
width:753px;
}
#navcontainer_new {
float:right;
margin-right:-40px;
width:300px;
margin-top:35px;
}
#navcontainer_new ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
#navcontainer_new ul li { display: inline;margin-right:20px;font-size:15px;text-transform:uppercase;font-family: "Open Sans",sans-serif;}
#navcontainer_new ul li a,#navcontainer_new ul li a:visited  {color:#ffffff;text-decoration:none;}
#navcontainer_new ul li a:hover  {color:#FF7377;text-decoration:none;}
.page article .entry > p:first-child, .single-post article .entry > p:first-child{font-size: 21px;}
.post .post-meta, .type-page .post-meta{font-size: 22px;}
.entry p, .entry li {font-size: 21px;}
.comment-head .name {font-size: 21px;}
.comment-entry,.comment-entry p {font-size: 21px;color:#757575;}
.profile-content {font-size: 21px;}
.reply a {font-size:13px;}
#aboutform_txtbox {
float:left;
}
#aboutform_btn {
float:left;
margin-left:15px;
}
#homeblog_div1 {
float:left;
width:250px;
}
#homeblog_div2 {
float:left;
width:250px;
}
#homeblog_div3 {
float:left;
width:250px;
}
#homeblog_div_spacing {
float:left;
width:2px;
height:120px;
border-right-color:#EAEAE8;
border-right-width:1px;
border-right-style: solid;
margin-left:30px;
margin-right:30px;
}
#homeblog_div1 img, #homeblog_div2 img, #homeblog_div3 img{
  border-top-left-radius: 100%;
  border-top-right-radius: 100%;
  border-bottom-right-radius: 100%;
  border-bottom-left-radius: 100%;
  background-clip: padding-box;
  float:left;
  margin-right:15px;	
}
#homeblog_heading {
font-weight:bold;
letter-spacing:-1px;
color:#000000;
text-decoartion:none;
}
#homeblog_heading a, #homeblog_heading a:visited, #homeblog_heading a:hover {
text-decoration:none;
color:#000000;
}
#homeblog_readmore {
margin-top:30px;
text-align:right;
}
#homeblog_readmore a, #homeblog_readmore a:visited, #homeblog_readmore a:hover {
text-decoration:none;
}
#homeblog_maintitle {
font-size:30px;
color:#FF7377;
margin-bottom:65px;
margin-top:60px;
float:left;
width:100%;
}
#homeblog_line1 {
width:100%;
height:3px;
background: #EAEAE8;
margin-top:22px;
float:left;
}
#homeblog_line2 {
width:100%;
height:3px;
background: #EAEAE8;
margin-bottom:0px;
float:left;
margin-top:97px;
}
#servicestable_col1,#servicestable_col2,#servicestable_col3,#servicestable_col4, #servicestable_col5   {
float:left;
width:220px;
}
#servicestable_col1 {margin-left:25px;margin-right:90px; }
#servicestable_col2 {margin-right:90px; }
#servicestable_col4 {margin-left:180px;margin-right:90px;margin-top:20px; } 
#servicestable_col5 {margin-top:20px; } 
@media only screen and (max-width: 970px) {
#homeblog_div_spacing {margin-left:15px;margin-right:15px; }
}
@media only screen and (max-width: 940px) {
#homeblog_div1, #homeblog_div2, #homeblog_div3 {width:250px; }
}
@media only screen and (max-width: 920px) {
#homeblog_div1, #homeblog_div2, #homeblog_div3 {width:240px; }
}
@media only screen and (max-width: 960px) {
#servicestable_col1 {margin-left:15px;margin-right:50px; }
#servicestable_col2 {margin-right:50px; }
#servicestable_col4 {margin-left:150px;margin-right:50px; } 
}
@media only screen and (max-width: 900px) {
#homeblog_div1, #homeblog_div2, #homeblog_div3 {width:230px; }
#servicestable_col1 {margin-left:0px;margin-right:25px; }
#servicestable_col2 {margin-right:25px; }
#servicestable_col4 {margin-left:0px;margin-right:25px; } 
}
@media only screen and (max-width: 870px) {
#homeblog_div3 {float:none;width:300px; }
#homeblog_div1,#homeblog_div2  {width:300px; }
#homeblog_div1 {margin-right:50px;margin-bottom:22px; }
#homeblog_div_spacing {display:none; }
}
@media only screen and (max-width: 810px) {
#servicestable_col1 {margin-right:25px;margin-bottom:20px; }
#servicestable_col2 {margin-right:25px;margin-bottom:20px;}
#servicestable_col3 {margin-top:0px;margin-right:25px;margin-bottom:20px; }
#servicestable_col4 {margin-top:0px; }
#servicestable_col5 {float:none; }
}
@media only screen and (max-width: 750px) {
#homeblog_div1,#homeblog_div2,#homeblog_div3  {width:250px;float:none;margin-bottom:20px; }
}
@media only screen and (max-width: 580px) {
#servicestable_col1,#servicestable_col2 ,#servicestable_col3,#servicestable_col4,#servicestable_col5  {float:left;width:100%;margin: 0 auto;margin-bottom:30px;}
}
@media only screen and (max-width: 300px) {
#homeblog_div1,#homeblog_div2,#homeblog_div3  {width:100%;float:none;margin-bottom:15px; }
}
#archive_page header, #archive_page article {
margin-bottom:0px;
}
#wrapper_bookpage {
float:left;
width:100%;
margin-bottom:20px;
}
#bookimg_bookpage
{
float:left;
width:280px;
}
#bookcontent_bookpage {
float:left;
width:600px;
font-size: 21px;
}
@media only screen and (max-width: 1000px) { 
#bookcontent_bookpage {
width:550px;
}
}
@media only screen and (max-width: 920px) { 
#bookcontent_bookpage {
width:550px;
}
#bookimg_bookpage
{
width:230px;
}
}
@media only screen and (max-width: 870px) { 
#bookcontent_bookpage {
width:450px;
}
}
@media only screen and (max-width: 770px) { 
#bookcontent_bookpage {
width:100%;
}
#bookimg_bookpage
{
text-align:center;
width:100%;
margin:auto;
}
}
#coursespage_container {
float:left;
width:100%;
margin:auto;
text-align:center;
margin: 0 auto;
margin-bottom:63px;
}
#coursespage_num {
float:left;
width:150px;
color:#ED5300;
font-size:120px;
margin-top:0px;
margin-left:50px;
margin-right:15px;
padding-bottom: 15px;
padding-top: 15px;
}
#coursespage_right {
float:left;
width:550px;
background:#EEEEEE;
color:#000000;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
padding-top: 12px;
padding-right: 15px;
padding-bottom: 18px;
padding-left: 15px;
text-align:left;
}
#coursespage_right h2, #coursespage_right h2 a, #coursespage_right h2 a:visited, #coursespage_right h2 a:hover{
text-align:center;
font-size:28px;
color:#000000;
font-weight:normal;
margin-bottom:22px;
text-decoration:none;
}
#coursespage_right ul {
margin-bottom: 15px;
list-style-image:url('images/shortcode-tick.png');
}
#coursespage_right li {
color:#000000;
font-size: 16px;
margin-bottom:5px;
padding-left: 10px;
list-style-type:none;
}
@media only screen and (max-width: 900px) { 
#coursespage_num {
width:100px;
color:#ED5300;
font-size:120px;
margin-top:0px;
margin-left:20px;
margin-right:50px;
padding-bottom: 15px;
padding-top: 15px;
margin-top:20px;
}
#coursespage_right  {
width:480px
}
}
@media only screen and (max-width: 830px) { 
#coursespage_num {
width:100%;
padding:0px;
margin: 0 auto;
line-height:120px;
}
#coursespage_right  {
width:100%;
margin: 0 auto;
padding-top: 12px;
padding-right: 2px;
padding-bottom: 18px;
padding-left: 2px;
}
}
#homepic {
float:right;
margin-left:10px;
width: 305px;
margin-top:-10px;
}
#homepagecontent {
float:left;
width:580px;
}
@media only screen and (max-width: 1000px) { 
#homepagecontent {
width:500px;
}
}
@media only screen and (max-width: 900px) { 
#homepagecontent {
width:400px;
}
}
@media only screen and (max-width: 800px) { 
#homepagecontent {
width:300px;
}
}
@media only screen and (max-width: 730px) { 
#homepagecontent {
width:100%;
float:none;
text-align:center;
}
#homepic {
float:none;
margin:0px;
width:100%;
text-align:center;
}
}
#footer1 {
background:#3FABF4;
padding-top:6px;
padding-bottom:6px;
width:100%;
  margin-top: 0px;
  margin-right: -35px;
  margin-bottom: 0px;
  margin-left: -35px; 
  padding-right: 41px;  
  padding-left: 35px;
font-family: "Open Sans",sans-serif;
}
#footer2 {
background:#2F2A2E;
padding-top:15px;
padding-bottom:15px;
width: 100%;
  margin-top: 0px;
  margin-right: -35px;
  margin-bottom: 0px;
  margin-left: -35px; 
  padding-right: 41px;  
  padding-left: 35px;
float:left;
font-family: "Open Sans",sans-serif;
}

#footer3 {
background:#EFF0F0;
padding-top:15px;
padding-bottom:15px;
width: 100%;
  margin-top: 0px;
  margin-right: -35px;
  margin-bottom: 0px;
  margin-left: -35px; 
  padding-right: 41px;  
  padding-left: 35px;
float:left;
font-family: "Open Sans",sans-serif;
}


#bookfooterlogo1,
#bookfooterlogo2,
#bookfooterlogo3,
#bookfooterlogo4 {
display:inline-block;
width:25%;
text-align:center;
}


#bookfooterlogo1 img,
#bookfooterlogo2 img,
#bookfooterlogo3 img,
#bookfooterlogo4 img{
width:85%;
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
filter: grayscale(100%);

}

#bookfooterlogo1 img:hover,
#bookfooterlogo2 img:hover,
#bookfooterlogo3 img:hover,
#bookfooterlogo4 img:hover{
-webkit-filter: none; /* Safari 6.0 - 9.0 */
filter: none;

}


@media only screen and (max-width: 620px) {
#bookfooterlogo1 img,
#bookfooterlogo2 img,
#bookfooterlogo3 img,
#bookfooterlogo4 img{
width:100%;
}

#bookfooterlogo1,
#bookfooterlogo2,
#bookfooterlogo3,
#bookfooterlogo4 {
display:inline-block;
width:50%;
margin-bottom:40px;

}

} 

#book_asseen {
font-size:40px;
}


#footer_container {
width:900px;
margin: 0 auto;
}
#footer_container ul {
list-style-type:none;
margin:0;
padding:0;
}
#footer_container ul li{
display:inline;
color:#2F2A2E;
font-size:18px;
margin-right:40px;
} 
#footer_container ul li a,  #footer_container ul li a:visited, #footer_container ul li a:hover{
color:#2F2A2E;
text-decoration:none;
}
#footer2_left {
float:left;
color:#404040;
font-size:18px;
}
#footer2_right {
float:left;
margin-left:86px;
color:#404040;
font-size:18px;
}
@media only screen and (max-width: 900px) { 
#footer_container {
width:800px;
}
#footer2_right {
margin-left:38px;
}
#footer_container ul li{
margin-right:30px;
}
}
@media only screen and (max-width: 800px) { 
#footer_container {
width:700px;
text-align:center;
margin: 0 auto;
}
#footer2_right {
float:none;
text-align:center;
margin-left:0px;
}
#footer2_left {
float:none;
text-align:center;
}
#footer2 {
padding-top:10px;padding-bottom:10px;
}
}
@media only screen and (max-width: 750px) { 
#footer_container {
width:100%;
}
}
#servicespage_maintitle {
margin-top:25px;
margin-bottom:20px;
font-size:22px;
}
#servicespage_maintitle a, #servicespage_maintitle a:visited, #servicespage_maintitle a:hover{
text-decoration:none;
color:#000000;
}
#video-container {
float:left;
}
#image-container {
float:left;
}
.pf-video-container1{
margin-right:100px;
}
@media only screen and (max-width: 990px) { 
#video-container {
float:none;
text-align:center;
}
#image-container {
float:none;
text-align:center;
}
.pf-video-container1{
margin-right:0px;
margin-bottom:15px;
}
}
@media only screen and (max-width: 500px) { 
#video-container  {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
#video-container  iframe,  
#video-container  object,  
 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
}
.entry div {
font-size: 21px;
}
.post-meta {font-style:italic; }
@media only screen and (max-width: 900px) {
.topmsgtxt {
margin-bottom:50px !important;
}
#message_txt {
width:100%;
text-align:left;
}
}
.simpleFAQ_list ul {
}
.simpleFAQ_list li { list-style: none;width:100%;}
.simpleFAQ_list .question {
  font-size:28px;
  font-weight:bold;
  color:#666666;	
  padding: 12px;
   margin-top:20px;
  margin-bottom:10px;
  margin-left:0px;
  margin-right:0px; 
  background-color: #D3D3D3;
background-image: url('faq/down2.png');
background-position:99% 50%;
background-repeat: no-repeat; 	
  cursor: pointer;
}
.simpleFAQShowing .question {
  font-size:28px;
  font-weight:bold;
  color:#666666;	
  padding: 12px;
  margin-top:20px;
  margin-bottom:10px;
  margin-left:0px;
  margin-right:0px; 
  background-color: #D3D3D3;
background-image: url('faq/up2.png');
background-position:99% 50%;
background-repeat: no-repeat; 	
  cursor: pointer;
}
.simpleFAQ_list .simpleFAQHover {  }
.simpleFAQ_item .answer {
  margin-left: 1em;
 
  margin-top:0px;	
  padding-top: 0px;
  padding-bottom: 6px;
  padding-left: 6px;
  padding-right: 6px;
}
.simpleFAQ_item .tags { display: none; }
.social-share-post-footer, .social-share-post-footer2 {
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	display: inline-block;	
	font-size:14px;
	
}
.social-share-post-footer a, .social-share-post-footer2 a {
	display: inline-block;
	margin-right: 0px;
	border-radius: 4px;
	font-weight: 300;
	text-align: left;	
	color: #FFFFFF;
	line-height: 42px;
	text-decoration:none;
}
.social-share-post-footer a:hover, .social-share-post-footer2 a:hover {
	opacity: .9;
	text-decoration:none;
}
.social-share-post-footer a:last-of-type, .social-share-post-footer2 a:last-of-type  {
	margin-right: 0
}
.social-share-post-footer .fb, .social-share-post-footer2 .fb {
	background: url("images/social_fb.png") no-repeat 0 0;
	width: 126px;
	height: 42px;
	padding-left: 38px;
}
.social-share-post-footer .twitter, .social-share-post-footer2 .twitter {
	background: url("images/social_twitter.png") no-repeat 0 0;
	width: 126px;
	height: 42px;
	padding-left: 38px;
	
}
.social-share-post-footer .gplus, .social-share-post-footer2 .gplus {
	background: url("images/social_google.png") no-repeat 0 0;
	width: 42px;
	height: 42px;
	padding:0px;		
	
}
.social-share-post-footer .email, .social-share-post-footer2 .email {
	background: url("images/social_mail.png") no-repeat 0 0;
	width: 42px;
	height: 42px;
	padding:0px;		
}
#social_sharetext {display: inline-block;margin-right:15px;font-weight:bold; }
.social-share-post-footer2 {display: none; }
#small_res_line1 {display:none; }
#small_res_line2 {display:none; }
@media only screen and (max-width: 520px) {
.social-share-post-footer {display: none; }
.social-share-post-footer2 {display: inline; width:100%;float:left;margin-bottom:12px; }
#social_sharetext {display: inline; width:100%;float:left;text-align:center; }
}
@media only screen and (max-width: 420px) {
#fb_init {display:none;}
#twitter_init {display:none;}
#small_res_line1, #small_res_line2 {display: inline; width:100%;float:left; }
}
#newsletterpage_div {
text-align:justify;
background:#E0E0E0;
padding:12px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
behavior: url('http://oneyeartofreedom.com/border-radius.htc');
margin-top:80px;
float:left;
width:100%;
}
#newsletterpage_field1 .email, #newsletterpage_field2 .email {
width: 330px;
padding-top:10px;
padding-bottom:10px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
#newsletterpage_field1 {float:left;margin-left:80px; }
#newsletterpage_field2 {float:right;margin-right:80px; }
#newsletterpage_field3 {float:left;text-align:center;margin-top:30px;width:100%;}
#newsletterpage_field3 a {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
line-height: 1em;
margin-bottom:25px;
}
#newsletterpage_title {
float:left;
width:100%;
margin-bottom:25px;
color:#303030;
text-align:center;
font-size:25px;
}
#newsletterpage_div h2 {
text-align:center;
text-transform:uppercase;
margin-bottom:20px;
}
@media only screen and (max-width: 920px) {
#newsletterpage_field1 .email, #newsletterpage_field2 .email {width:290px;}
}
@media only screen and (max-width: 840px) {
#newsletterpage_field1 .email, #newsletterpage_field2 .email {width:250px;}
}
@media only screen and (max-width: 750px) {
#newsletterpage_field1 .email, #newsletterpage_field2 .email {width:200px;}
}
@media only screen and (max-width: 650px) {
#newsletterpage_field1 .email, #newsletterpage_field2 .email {width:330px;}
#newsletterpage_field1 {width:100%;margin-left:0px;text-align:center; }
#newsletterpage_field2 {width:100%;margin-top:20px;margin-right:0px;text-align:center; }
}
@media only screen and (max-width: 400px) {
#newsletterpage_field1 .email, #newsletterpage_field2 .email {width:99%;}
}
#featuredcourse {
  font-size:28px;
  font-weight:bold;
  color:#303030;
  padding: 12px;
   margin-top:20px;
  margin-bottom:10px;
  margin-left:0px;
  margin-right:0px;
  background-color: #CAE2D4;
  cursor: pointer;
  margin-left: 42px;
  margin-right: 42px;
}
.hfh_post_list li {padding-top:5px;}
.hfh_post_list2 li {padding-top:15px;}
#yearbutton2 {
	background-image: url("http://oneyeartofreedom.com/wp-content/uploads/yearbtn2.png");
	background-repeat: no-repeat;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: bold;
	width: 384px;
	height: 117px;	
	color: #ffffff;
	font-size:28px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom:35px;
	padding-top:20px;
	line-height:35px;
	cursor: pointer;
}
#yearbutton {
	background-image: url("images/yearbtn.png");
	background-repeat: no-repeat;
	font-family: 'Alegreya Sans SC', sans-serif;
	font-weight: bold;
	font-size: 25px;
	width: 279px;
	height: 84px;
	line-height: 84px;
	color: #ffffff;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	cursor: pointer;
}
.share_holder {
    position: absolute;
    font-size: 22px;
    text-align: center;
    color: white;
    padding-top: 5px;
    z-index: 80000;
    font-weight: 700;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
	
}
.fixed {
    visibility: visible;
    position: fixed;
    top: 40px !important;
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    -ms-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;
	z-index: 80000;	
}
.social-icon {
    background-image: url('images/social-icons.png');
    background-repeat: no-repeat
}
.singlePostSocial .sharre {
    display: block;
    color: #fff;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px
}
.singlePostSocial .facebook {
    background-position: -57px -71px;
    background-color: #435e9c
}
.singlePostSocial .twitter {
    background-position: -59px -111px;
    background-color: #4bc6fd
}
.singlePostSocial .google {
    background-position: -57px -151px;
    background-color: #c43b2b
}
.singlePostSocial .pinterest {
    background-position: -69px -271px;
    background-color: #ca1f27
}
.singlePostSocial .facebook:hover {
    background-color: #3d4e7e
}
.singlePostSocial .twitter:hover {
    background-color: #35bdfa
}
.singlePostSocial .google:hover {
    background-color: #bd3222
}
.singlePostSocial .pinterest:hover {
    background-color: #b11b22
}
.singlePostSocial .sharre .box {
    width: 100%;
    height: 100%;
	float:none;
	padding:0px;
	margin:auto;
}
.singlePostSocial .sharre .box .share {
    display: none
}
.singlePostSocial .sharre .box a {
    display: block;
    height: 100%;
    padding: 8px 15px 8px 37px;
    color: #fff;
    text-align: right;
    text-decoration: none
}
.trulysocial-horizontal {
    width: 0 !important;
    min-height: 0 !important;
    height: 0 !important;
    overflow: hidden;
    visibility: hidden;
    padding-bottom: 0 !important;
	margin-left:-30px;	
}
#learnhow {
background:#4E7A3B;
display:block;
margin-left:auto;
margin-right:auto;
margin-top:-25px;
color:#ffffff;
font-size:28px;
width:350px;
cursor:pointer;
}
@media only screen and (max-width: 1024px) {
#learnhow {
font-size:22px;
width:220px;
margin-top:-20px;
	}
}
#simple_course2 {
background:#CAE2D4;
padding:12px;
}
#simple_course2  h1,
#simple_course2  h1 a,
#simple_course2  h1 a:visited,
#simple_course2  h1 a:active 
{
  font-family: "Varela", sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.2em;
  color:#666666;
  text-decoration:none; 
}
#simple_course2 .woo-sc-button {
padding-left:16px !important;
padding-right:16px !important;
padding-top:8px !important;
padding-bottom:8px !important;
}
#simple_course {
background: #d3d3d3;
padding:12px;
}
#simple_course  h1,
#simple_course  h1 a,
#simple_course  h1 a:visited,
#simple_course  h1 a:active 
{
  font-family: "Varela", sans-serif;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.2em;
  color:#666666;
  text-decoration:none; 
}
#simple_course .woo-sc-button {
padding-left:16px !important;
padding-right:16px !important;
padding-top:8px !important;
padding-bottom:8px !important;
}
#courses_padding {
padding-left: 41px;
padding-right: 41px;
}
 
@media only screen and (max-width: 540px) { 
	#simple_course,#simple_course2 {padding:5px;}
	#courses_padding {
		padding-left: 10px;
		padding-right: 10px;
	}
    
    #simple_course .woo-sc-button, #simple_course2 .woo-sc-button {
padding-left:10px !important;
padding-right:10px !important;
padding-top:5px !important;
padding-bottom:5px !important;
font-size:0.9em !important;
margin-left:auto;
margin-right:auto;
}
    #simple_course ul, #simple_course ol,  #simple_course2 ul, #simple_course2 ol {margin-left:0px !important;margin-right:0px !important;}
.simpleFAQShowing .question {font-size:20px; line-height:normal;}
.simpleFAQ_list .question {font-size:20px; line-height:normal;}
#faqs {margin-left:0px;margin-right:0px;}
}
@media only screen and (max-width: 440px) {
#inner-wrapper
{
  
  padding-left: 12px !important;
  padding-right: 12px !important;
}
}
#faqs2 {
margin-left:0px;
margin-right:0px;
width:100%;
float:left;
margin-bottom:30px;
}
#faqs2 li {
float:left !important;
width:48% !important;
margin-left:1% !important;
margin-right:1% !important;
margin-bottom:10px !important;
}
#faqs2 .question {font-size:17px !important;font-weight:normal;background-image:none !important;padding:5px !important; margin:0px !important;}
#faqs2 .question:hover {background:#FF696D;color:#ffffff;}
#faqs2 .answer {background:#F8F8F8 !important; font-size:17px !important;margin:0px !important; }
#faqs2 .answer p {font-size:17px !important;}
@media only screen and (max-width: 768px) {
#faqs2 li {
float:left !important;
width:100% !important;
margin-left:0px; !important;
margin-right:0px; !important;
}
}
.book_floatright {
float:right;
background:none;
padding-left: 35px;
padding-right: 35px;
}
@media only screen and (max-width: 768px) {
.book_floatright {
float:none;
text-align:center;
padding-left: 0px;
padding-right: 0px;
margin-bottom:15px;
}
}
.footer_subscribe_link,
.footer_subscribe_link:active,
.footer_subscribe_link:visited,
.footer_subscribe_link:hover {
color: #ffffff;
text-decoration:none;
}
#footer_subscribenew {
	background-image: url("images/subscribe_bgnew.jpg");
    background-repeat: no-repeat;
	
	height:540px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	max-width:900px;
	background-position:center;
	position:relative;
	
}
#orangebox {
display:inline-block;
height:270px;	
background: #e17e2d;
width:98%;
padding-left:1%;
padding-right:1%;
padding-top:12px;
padding-bottom:20px;
position:absolute;
bottom:0px;
opacity:0.9;
text-align:center;
}
#orangebox_txt1 {
font-family: "Raleway", sans-serif;	
color:#ffffff;
font-size: 35px;
font-weight:100 !important;
line-height:normal;
text-align:center;
width:100%;
max-width:770px;
margin-left:auto;
margin-right:auto;
}
#orangebox_txt2 {
color:#ffffff;
font-size:16px;
font-weight:400;
line-height:20px;
letter-spacing:0px;
font-family: "Raleway", sans-serif;	
margin-top:20px;
text-align:center;
width:100%;
max-width:750px;
margin-left:auto;
margin-right:auto;	
}
#orangebox_txt2 a,
#orangebox_txt2 a:active,
#orangebox_txt2 a:visited,
#orangebox_txt2 a:hover
{
color:#ffffff;
text-decoration:none;
}
#orangebox_txt3 {
color:#ffffff;
font-size: 35px;
font-weight:bold;
border-top-color:#d37f51;
border-top-width:1px;
border-top-style:solid;	
padding-top:5px;
line-height:normal;
margin-top:10px;
text-align:center;
}
#footer_subscribenew #submitbtn_new,
#footer_subscribenew #submitbtn_new:hover
{
  border-radius: 0px;
  border-color: #3fabf4;
  border-width:1px;  
  box-shadow: none;
  padding-top: 1px;
  padding-right: 7px;
  padding-bottom: 0px;
  padding-left: 7px;
  font-size: 12px;
  font-family: sans-serif;
  height:40px;
  background: #3fabf4;
  width:100%;
}
#footer_subscribenew #txtbox_new
{
 border-radius: 0px;
  border-color: #ffffff;
  border-width:1px;
  width: 100%;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  padding-top: 0px;
  padding-right: 7px;
  padding-bottom: 0px;
  padding-left: 7px;
  height:40px;
  font-size: 12px;
  font-family: sans-serif;
}
#orangebtndiv1 {
margin-top:5px;	
display:inline-block;
width: 75%;
}
#orangebtndiv2 {
margin-top:5px;	
display:inline-block;	
width:25%;
}
#orangebtncontainer {
display:inline-block;
max-width:436px;
width:100%;
margin-left:auto;
margin-right:auto;
margin-top:5px;	
}
@media only screen and (max-width: 900px) {
#orangebox {
padding-bottom:30px;
padding-top:30px;
}	
	
}
@media only screen and (max-width: 815px) {
#orangebox {
height:auto;
}	
	
	
}
@media only screen and (max-width: 780px) {
#orangebox {
margin:0px;	
width: 94%;
height: auto;
padding-left:3%;
padding-right: 3%;
padding-top:20px;
padding-bottom:20px;
bottom:auto;
position: static;	
}
#footer_subscribenew {
height:auto;
background-image:none !important;
background-size:contain;
position: static;		
}
	
}
@media only screen and (max-width: 400px) {
#footer_subscribenew {
background-size:contain;
height:auto;
width:auto;
}
	
#orangebox {
height:auto;
}	
	
	
#orangebtndiv1 {
width: 60%;
}
#orangebtndiv2 {
width:40%;
}	
}
.oran {
  color: #ff6a00;
}
#mainrow_outer {
width:100%;	
display:inline-block;
	
}
.main-textss {
  display: flex;
  padding: 0 !important;
  position: relative;
  vertical-align: middle;
  width:33%;
}
#main-textss2 {
width: 34%;	
}
.main-textss img {
  position: relative;
  width: 100%;
}
.row.main-one {
  display: flex;
  width:100% !important;
  margin: 0px !important;
  padding: 0px !important;
}
.main-textss > a {
  display: inherit;
  width: 100%;
}
.main-textss  h2 {
  bottom: 0;
  display: table-cell;
  font-size: 51px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: capitalize;
  top: 35%;
  vertical-align: middle;
  color:#fff;
}
@media only screen and (max-width: 1240px) {
.main-textss  h2 {
top:35%;
font-size:40px;
}	
	
}
@media only screen and (max-width: 990px) {
.main-textss  h2 {
top: 20%;
}	
	
}
@media only screen and (max-width: 767px) {
.main-textss {
  display: block;
  width: 100%;
}
#main-textss2 {
margin-top:-1px;
width:100%;	
}
#main-textss3 {
margin-top:-1px;	
}
.main-textss  h2 {
  font-size: 40px !important;
  top:35%;
}
.main-textss img {
  position: relative;
  width: 100%;
}
.row.main-one {
  display: block;
}
.main-content .img-responsive {
  margin: 0 auto;
  width: 40%;
}
}
@media only screen and (max-width: 350px) {
.main-textss {
  display: block;
  width: 100%;
}
#main-textss2 {
width: 100%;	
}
.main-textss  h2 {
  font-size: 30px !important;
  top:30%;
}
.main-textss img {
  position: relative;
  width: 100%;
}
.row.main-one {
  display: block;
}
.main-content .img-responsive {
  margin: 0 auto;
  width: 40%;
}
}
#footer2_new {
background:#2F2A2E;
padding-top:30px;
padding-bottom:30px;
margin-right:-35px;
margin-left:-35px;
}
@media only screen and (max-width: 920px) {
#footer2_new {
padding-left:35px;
padding-right:35px;
}	
	
}
#footer2_container {
display:table;
width:100%;		
max-width:900px;
margin-left:auto;
margin-right:auto;	
}
#footer2newrow {
display:table-row;	
}
#footer2new_col1 {
display:table-cell;
width:33%;
text-align:left;
vertical-align:middle;
color: #ffffff;	
}
#footer2new_col2 {
display:table-cell;
width:34%;
text-align:center;
vertical-align:middle;
color: #ffffff;			
}
#footer2new_col3 {
display:table-cell;
width:33%;		
text-align:right;
vertical-align:middle;
color: #ffffff;	
}
#footer2new_col3 img {
vertical-align:5px;	
}
.social2 {
    float: none;
    clear: both;
}
.social2 a span {
    display: none;
}
#footer2new_col2 .social2 a {
    opacity: 0.8;
    filter: alpha(opacity=@opacity * 100);
}
#footer2new_col2 .social2 a:hover {
    opacity: 1;
    filter: alpha(opacity=@opacity * 100);
}
#footer2new_col2 .social2 a:hover {
    text-decoration: none;
}
#footer2new_col2 .social2 a:before {
    font-family: Social;
    font-size: .857em;
    line-height: 1;
    margin: 0 0.618em 0.618em 0;
    padding: .53em;
    width: 1em;
    height: 1em;
    display: inline-block;
    -webkit-border-radius: 300px;
    border-radius: 300px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    color: #fff;
    background: #ff7377;
}
#footer2new_col2 .social2 a.subscribe:before {
    content: '\e001';
    background-color: #FF6600;
}
#footer2new_col2 .social2 a.twitter:before {
    content: '\e002';
    background-color: #00aced;
}
#footer2new_col2 .social2 a.facebook:before {
    content: '\e003';
    background-color: #3b5998;
}
#footer2new_col2 .social2 a.youtube:before {
    content: '\e004';
    background-color: #af2b26;
}
#footer2new_col2 .social2 a.flickr:before {
    content: '\e005';
    background-color: #ff0084;
}
#footer2new_col2 .social2 a.linkedin:before {
    content: '\e006';
    background-color: #71c5ef;
}
#footer2new_col2 .social2 a.delicious:before {
    content: '\e007';
    background-color: #285da7;
}
#footer2new_col2 .social2 a.googleplus:before {
    content: '\e008';
    background-color: #2d2d2d;
    font-weight: bold;
}
#footer2new_col2 .social2 a.dribbble:before {
    content: '\e009';
    background-color: #ea4c89;
}
#footer2new_col2 .social2 a.instagram:before {
    content: '\e010';
    background-color: #517fa4;
}
#footer2new_col2 .social2 a.vimeo:before {
    content: '\e011';
    background-color: #33454E;
}
#footer2new_col2 .social2 a.pinterest:before {
    content: '\e012';
    background-color: #cb2027;
}
@media only screen and (max-width: 840px) {
#footer2new_col1 {
width:100%;		
text-align:center;
margin-bottom:15px;
display:inline-block;
}
#footer2new_col2 {
width:100%;		
display:inline-block;
margin-bottom:15px;	
}
#footer2new_col3 {
width:100%;		
text-align:center;
display:inline-block;
}
#footer2new_col3 img {
vertical-align:0px;	
}	
	
}
@media only screen and (max-width: 960px) {
#newfoot_txt {
width:90%;
padding-left:5%;
padding-right:5%;
}
}


#newmenu {
background:#2F2A2E;
position:absolute;
right:0px;
padding-left:8px;
padding-right:8px;
padding-top:6px;
padding-bottom:6px;
text-align:center;
}
#newmenu a,
#newmenu a:visited,
#newmenu a:active { 
color:#ffffff;
text-decoration:none;
}
#newmenu a:hover { 
color:#ff7377;
text-decoration:none;
}
@media only screen and (max-width: 1300px) {
#newmenu {
right:35%;
}
}
@media only screen and (max-width: 820px) {
#newmenu {
right:35%;
}
}
@media only screen and (max-width: 580px) {
#newmenu {
right:15%;
z-index:99999;
}
}
@media only screen and (max-width: 336px) {
#newmenu {
right:15%;

}
}
@media only screen and (max-width: 308px) {
#newmenu {
right:25%;

}
}

#kivahead {
color: #ffffff !important;
}

