/*
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.







*/

@font-face {
    font-family: 'neutra_textbook_alt';
    src: url('fonts/neutratext-bookalt-webfont.woff2') format('woff2'),
         url('fonts/neutratext-bookalt-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'neutra_text_tfbold_alt';
    src: url('fonts/neutra_text_tf_alt_bold-webfont.woff2') format('woff2'),
         url('fonts/neutra_text_tf_alt_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




/*------------------------------------------------------------------------------------------*/
/* LESS MIXINS */
/*------------------------------------------------------------------------------------------*/
/* Variables */
/**



 * Functions



 */
/**



 * Mixins



 */
/**



 * Animations



 */

@-webkit-keyframes spin-360 {
    from {
        -webkit-transform: rotate(0);
        /* Saf3.1+, Chrome */
        
        -moz-transform: rotate(0);
        /* FF3.5+ */
        
        -ms-transform: rotate(0);
        /* IE9 */
        
        -o-transform: rotate(0);
        /* Opera 10.5 */
        
        transform: rotate(0);
        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(0);
        /* Saf3.1+, Chrome */
        
        -moz-transform: rotate(0);
        /* FF3.5+ */
        
        -ms-transform: rotate(0);
        /* IE9 */
        
        -o-transform: rotate(0);
        /* Opera 10.5 */
        
        transform: rotate(0);
        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 {
    
    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;
    font-weight:800;  
    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 .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;
    padding-top: 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;
}

/*------------------------------------------------------------------------------------------*/
/* 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 {
    font-size: 17px;
    color: #808080;
    font-style: italic;
    line-height: 22px;
    font-family: "Open Sans", sans-serif;
    float: left;
    width: 80px;
    margin-left: 35px;
    text-align: left;
    margin-top: -13px;
}
#logo2 a,
#logo2 a:visited,
#logo2 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 #content_text2 {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    line-height: 36px;
    margin-top: 20px;
    margin-bottom: 15px;
    margin-right: 35px;
    margin-left: 35px;
}
#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: right;
    width: 500px;
    font-size: 12px;
    color: #000000;
    padding-right: 50px;
    margin-bottom: 80px;
    margin-top: 10px;
}
#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;
    width: 330px;
}
#navcontainer_new {
    float: right;
    margin-top: 36px;
    
}
#navcontainer_new ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
      
}
#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-decoration: 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: 25px;
    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-bottom: 0px;
   
   
    font-family: "Open Sans", sans-serif;
}
#footer2 {
	
    background: #2F2A2E;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    margin-top: 0px;
   
    margin-bottom: 0px;
  
    padding-right: 41px;
    padding-left: 35px;
    float: left;
    font-family: "Open Sans", sans-serif;
}
#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: 16px;
    margin-right: 12px;
   margin-left: 12px;
   }
#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;
    width:45%;

    color: #404040;

    font-size: 18px;
   
}

#footer2_right {

    float:left;
    width:45%;
   text-align:right; 

    

    color: #404040;

    font-size: 18px;


}

#footer2_middle {

    float:left;
    width:10%;
    text-align:center;
        

    color: #404040;

    font-size: 18px;

}

#footer2_middle a,
#footer2_middle a:active,
#footer2_middle a:visited,
#footer2_middle a:hover
{

    color: #404040;
    text-decoration:none;

}



@media only screen and (max-width: 900px) {
    #footer_container {
        width: 800px;
    }
    #footer2_right {
            }
    #footer_container ul li {
        margin-right: 19px;
    }
}
@media only screen and (max-width: 800px) {
    #footer_container {
        width: 700px;
        text-align: center;
        margin: 0 auto;
    }


     #footer2_right {

        float: none;
        width:100%;
        text-align: center;

       
    }

    #footer2_left {

        float: none;

        width:100%; 

        text-align: center;

    }

        #footer2_middle {

        float: none;
        width:100%;

        text-align: center;

    }

     #footer2_outer {

        float: none;
        width:100%;  

        text-align: center;

    }

    #footer2 {

        padding-top: 10px;

        padding-bottom: 10px;

    }

    #footer_container ul li {
        margin-right: 5px;
        margin-left:5px; 
    } 



    /*
    #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;
}

#fl_video {
display:inline-block;
width:40%;
min-width:430px;


}


#video-container {
    float: left;
}
#image-container {
    float: left;
}
.pf-video-container1 {
    margin-right: 100px;
}
@media only screen and (max-width: 990px) {

#fl_video {
display:inline-block;
width:100%;
margin-bottom: 20px;

}


    #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,
    #video-container 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) {
    #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: #AAAAAA;
    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: #AAAAAA;
    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;
}
#homepagesites {
    text-align: center;
    float: left;
    width: 100%;
    padding: 0px;
    margin-top: 20px;
}
#freedom {
    text-align: center;
    width: 100%;
    max-width: 900px;
    margin: auto;
    margin-bottom: 22px;
    margin-top: 0px;
}
#freedom_text {
    font-size: 25px;
    color: #ff7377;
    margin-bottom: 20px;
    margin-top: 0px;
    text-align: left;
    font-family: "Varela", sans-serif;
    font-weight: bold;
}
#homesite1 {
    float: left;
    margin-bottom: 50px;
}
#homesite2 {
    float: right;
    margin-bottom: 50px;
}
#homesite3 {
    float: left;
    margin-bottom: 50px;
}
#homesite4 {
    float: right;
    margin-bottom: 50px;
}
#homesite5 {
    float: none;
    text-align: center;
}
#homepagesites_title {
    font-family: "Varela", sans-serif;
    padding: 0px;
    margin: 0px;
    text-align: left;
    font-size: 25px;
    margin-bottom: 25px;
    color: #ff7377;
    margin-top: 40px;
}
@media only screen and (max-width: 940px) {
    #homesite1 {
        float: none;
        text-align: center;
        margin-bottom: 35px;
    }
    #homesite2 {
        float: none;
        text-align: center;
        margin-bottom: 35px;
    }
    #homesite3 {
        float: none;
        text-align: center;
        margin-bottom: 35px;
    }
    #homesite4 {
        float: none;
        text-align: center;
    }
    #homepagesites_title,
    #freedom_text {
        text-align: center;
    }
}
.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: 164px;
    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: 164px;
    height: 42px;
    padding-left: 38px;
}
.social-share-post-footer .gplus,
.social-share-post-footer2 .gplus {
    background: url("images/pinterest.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;
    }
}
#et_pt_gallery {
    width: 100%;
    max-width: 900px;
    padding: 0px 0px 0px 0px;
    margin: 0px;
    margin: auto;
    text-align: center;
}
.et_pt_gallery_entry {
    background: url('images/item-bottom-shadow.png') no-repeat scroll left bottom transparent;
    display: inline-block;
    margin: 0 0px 32px 40px;
    padding-bottom: 5px;
    position: relative;
    width: 213px;
    height: 142px;
}
.et_pt_item_image {
    position: relative;
    top: 0;
}
.et_pt_item_image img.portfolio {
    border: 3px solid #E5E5E5;
}
.et_pt_item_image span.overlay {
    background: url('images/item-overlay.png') no-repeat;
    height: 136px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 207px;
}
.et_pt_item_image a.more-icon {
    display: block;
    height: 61px;
    position: absolute;
    text-indent: -9999px;
    top: 41px;
    width: 61px;
    visibility: hidden;
}
.et_pt_item_image a.zoom-icon {
    display: none;
}
.et_pt_item_image a.more-icon {
    background: url('images/readmore-icon.png') no-repeat;
    left: 128px;
}
#et_pt_gallery .page-nav {
    clear: both;
}
@media only screen and (max-width: 599px) {
    .et_pt_gallery_entry {
        margin-left: 0px;
    }
}

#bytal {
color: #828282;
}

@font-face {
    font-family: 'Varelaregular';
    src: url('fonts/Varela-regular-webfont.woff2') format('woff2'),
         url('fonts/Varela-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@media only screen and (max-width: 440px) {
#inner-wrapper
{
  
  padding-left: 12px !important;
  padding-right: 12px !important;
}
}

#footer_subscribe a, #footer_subscribe a:visited, #footer_subscribe a:hover
{
  color: #ffffff;
  text-decoration: none !important;
  
}

#footer_subscribenew {
	background-image: url("images/subscribebg3.jpg");
    background-repeat: no-repeat;
	 
	height:470px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	max-width:900px;
	background-size:contain;
	background-position:center;
}






.navbar-custom {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  text-transform: uppercase;
  font-family: 'neutra_textbook_alt';
  background-color: rgba(0, 0, 0, 0.6) ;
}
.navbar-custom .navbar-toggle {
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 12px;
}


.navbar-custom .navbar-toggle:focus,
.navbar-custom .navbar-toggle:active {
  outline: none;
}
.navbar-custom .navbar-brand {
  font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
  outline: none;
}
.navbar-custom a {
  color: white;
}
.navbar-custom .nav li a {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  float: left;
  font-size: 17px;
  text-transform: capitalize;
}

.nav.navbar-nav span {
  color: #fff;
  float: left;
  margin-top: 10px;
  margin-right: 7px;
  margin-bottom: 0px;
  margin-left: 7px;
}
.navbar-custom .nav li a:hover {
  color: rgba(255, 255, 255, 0.8);
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
  outline: none;
  background-color: transparent;
}
.navbar-custom .nav li.active {
  outline: none;
}
.navbar-custom .nav li.active a {
  background-color: rgba(255, 255, 255, 0.3);
}
.navbar-custom .nav li.active a:hover {
  color: white;
}
  .intro .intro-body .brand-heading {
    font-size: 73px;
	text-transform: capitalize;
	font-family: 'neutra_text_tfbold_alt';
	color: #ffffff;
	margin-bottom: 0px !important;
	
  }
  
  @media (min-width: 768px) {
  .navbar-custom {
    padding: 20px 0;
    border-bottom: none;
    letter-spacing: 1px;
    background: transparent;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
  .navbar-custom.top-nav-collapse {
    padding: 0;
    background:rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}


  
   html,body { height: 100%; margin: 0px; padding: 0px; }
  
  .intro {
  display: table;
  width: 100%;
  height: 100% !important;
  min-height: 100% !important;
  padding: 100px 0;
  text-align: center;
  color: white;
  background: url('images/header-bg.png') no-repeat bottom center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}

.intro .intro-body .intro-text {
  font-size: 18px;
  font-family: 'neutra_textbook_alt';
}
@media (min-width: 768px) {
  .intro {
    height: 100%;
    padding: 0;
  }

  .intro .intro-body .intro-text {
    font-size: 26px;
  }
}





.intro .fa.fa-chevron-down.animated {
    color: #fff;
    font-size: 26px;
    position: relative;
    top: 100px;
}

#setmargin {
padding-left:20px;
padding-right:20px;	
}

#bookpagefooter_right h3 {font-weight:bold !important;margin-bottom:20px !important;}

.bglink {
 display: block;
    position: relative;
    top: -60px;
    visibility: hidden;
}





@media only screen and (max-width: 990px) {
.brand-heading {
margin-top:80px;	
}

}


@media only screen and (max-width: 768px) {
.brand-heading {
margin-top:auto;	
}

}


#newdivhome .oran {
    color: #ff6a00;
}

#newdivhome h2 {
font-size: 50px !important;
margin-bottom: 0px;
font-family: "Varela", sans-serif;
text-align:center;
font-weight:bold;	
}

#talhomepage
{

margin-bottom: 40px;

}


#talhomepage p {

} 

@media only screen and (max-width: 730px) {
#talhomepage {

text-align:center;
}	
}

#homepagecontent p {
	
    font-size: 23px;
    line-height: 40px;
    margin-bottom: 0px;
    margin-top: -20px;
	color: #656565;
	font-family: "Varela", sans-serif;
}


#homepagecontent a,
#homepagecontent a:visited,
#homepagecontent a:active,
#homepagecontent a:hover
{
color: #337ab7;
text-decoration:none;
}

@media only screen and (max-width: 450px) {
#inner-wrapper
{
padding: 0px !important;
margin: 0px !important;	
	
}
}

#hrhome {
width: 130px;
background:#E2E2E2;
margin-top:32px;
margin-bottom:32px;
margin-left:auto;
margin-right:auto;
height:1px;	
}



.navbar-toggle
{

  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}



.navbar-custom .navbar-toggle {
font-size: 20px;

}


#footer2_new {
background:#2F2A2E;
padding-top:30px;
padding-bottom:30px;
}
@media only screen and (max-width: 920px) {
#footer2_new {
}	
	
}
#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: 9px;
    width: 32px;
    height: 32px;
    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%;
}
}

#kivahead {
color: #cccccc !important; 
}

#book_asseen {
font-size:40px;
}

#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;

}

} 




#kivahead {
color: #cccccc !important;
}

#footer2new_col3 a,
#footer2new_col3 a:visited,
#footer2new_col3 a:active,
#footer2new_col3 a:hover {
color: #cccccc;
text-decoration:none;
}



#nomadfooter_row_kiva {
display: inline-block;
width:550px;
color: #cccccc;
font-size: 16px;
line-height:normal;

}

#kivahead {
display:inline-block;
color: #cccccc;
font-size: 17px;
line-height:normal;

}


@media only screen and (max-width: 970px) {


#nomadfooter_row_kiva {
width:100%;
text-align:center;
font-size: 16px;
}
}

#footer1 {
    background: #EFF0F0;
}



#flcontainer {
display:inline-block;
width:100%;		
max-width:900px;
margin-left:auto;
margin-right:auto;

}

#fl_footer_top {
width:100%;
padding-top:40px;
padding-bottom:40px;
text-align:center;
}


#fl_footer_top1 {
text-align:center;
color:#ffffff;
font-size:35px;
}


#fl_footer_top2 {
color: #ffffff;
font-size:20px;
margin-top:30px;
letter-spacing:1px;
display:inline-block;
padding:10px;
border-width:1px;
border-color:#ffffff;
border-style:solid;
cursor:pointer;
margin-bottom:40px;
}

#fl_footer_top3 {
text-align:center;
color:#cccccc;
margin-top:20px;
font-size:20px;
font-weight:100;
}

#fl_footer_bottom {
width:100%;
display:inline-block;
}

#flbottom_1 {
display:inline-block;
width:30%;
text-align:left;
color:#cccccc;
margin-bottom:30px;
vertical-align:middle;
}

#flbottom_2 {
display:inline-block;
width:70%;
text-align:right;
color:#cccccc;
margin-bottom:30px;
vertical-align:middle;
}


#flbottom_3 {
display:inline-block;
width:50%;
text-align:left;
color:#cccccc;
margin-bottom:30px;
}


#flbottom_4 {
display:inline-block;
width:50%;
text-align:right;
color:#cccccc;
margin-bottom:30px;
}


#flbottom_4 .social2 a {
    opacity: 0.8;
    filter: alpha(opacity=@opacity * 100);
}
#flbottom_4 .social2 a:hover {
    opacity: 1;
    filter: alpha(opacity=@opacity * 100);
}
#flbottom_4 .social2 a:hover {
    text-decoration: none;
}
#flbottom_4 .social2 a:before {
    font-family: Social;
    font-size: .857em;
    line-height: 1;
    margin-top: 0px;
	margin-right: 0.618em;
	margin-bottom: 0.618em;
	margin-left: 0px;
    padding: .53em;
    padding-bottom: 8px;
    padding-top: 8px;
    padding-left: 6px;
    padding-right: 8px;  
    width: 26px;
    height: 26px;
    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;
}




#flbottom_4 .social2 a.subscribe:before {
    content: '\e001';
    background-color: #FF6600;
}
#flbottom_4 .social2 a.twitter:before {
    content: '\e002';
    background-color: #00aced;
}
#flbottom_4 .social2 a.facebook:before {
    content: '\e003';
    background-color: #3b5998;
}
#flbottom_4 .social2 a.youtube:before {
    content: '\e004';
    background-color: #af2b26;
}
#flbottom_4 .social2 a.flickr:before {
    content: '\e005';
    background-color: #ff0084;
}
#flbottom_4 .social2 a.linkedin:before {
    content: '\e006';
    background-color: #71c5ef;
}
#flbottom_4 .social2 a.delicious:before {
    content: '\e007';
    background-color: #285da7;
}
#flbottom_4 .social2 a.googleplus:before {
    content: '\e008';
    background-color: #2d2d2d;
    font-weight: bold;
}
#flbottom_4 .social2 a.dribbble:before {
    content: '\e009';
    background-color: #ea4c89;
}
#flbottom_4 .social2 a.instagram:before {
    content: '\e010';
    background-color: #517fa4;
}
#flbottom_4 .social2 a.vimeo:before {
    content: '\e011';
    background-color: #33454E;
}
#flbottom_4 .social2 a.pinterest:before {
    content: '\e012';
    background-color: #cb2027;
}

#fl_footermenu {



}

#fl_footermenu a {
margin-left:10px;
}


.compact_menu
.compact_menu a,
.compact_menu a:active,
.compact_menu a:visited,
.compact_menu a:hover,
#flbottom_3 a,
#flbottom_3 a:active,
#flbottom_3 a:visited,
#flbottom_3 a:hover,
#fl_footermenu a,
#fl_footermenu a:active,
#fl_footermenu a:visited,
#fl_footermenu a:hover {
text-decoration:none;
color: #cccccc;
}

.fullylived_vids {
float:right;
margin-left:30px;
}


@media screen and (max-width: 991px) {
#flbottom_1 {
width:100%;
text-align:center;
}

#flbottom_2 {
width:100%;
text-align:center;
}


#flbottom_3 {

width:100%;
text-align:center;


}


#flbottom_4 {

width:100%;
text-align:center;
}
}

.minfooterlink a,
.minfooterlink a:hover,
.minfooterlink a:visited,
.minfooterlink a:hover
{
color: #cccccc!important;
text-decoration: none !important;
}

#footer_subscribenew {
	background-image: url("images/subscribebg.jpg");
    background-repeat: no-repeat;
	 
	height:470px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	max-width:900px;
	background-size:contain;
	background-position:center;
}
#orangebox {
display:inline-block;	
width: 530px;
background: #CB6E3A;
margin-left: 52px;
margin-top: 20px;
padding-top:77px;
padding-left:22px;	
padding-right:22px;
padding-bottom:77px;
}
#orangebox_txt1 {
font-family: "Raleway", sans-serif;	
color:#ffffff;
font-size: 32px;
font-weight:100 !important;
line-height:normal;
}
#orangebox_txt2 {
color:#ffffff;
font-size:18px;
font-weight:400;
line-height:normal;
letter-spacing:0px;
font-family: "Raleway", sans-serif;	
margin-top:15px;	
}
#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: 33px;
font-weight:bold;
border-top-color:#d37f51;
border-top-width:1px;
border-top-style:solid;	
padding-top:10px;
line-height:normal;
margin-top:20px;
}
#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:20px;	
display:inline-block;
width: 75%;
}
#orangebtndiv2 {
margin-top:20px;	
display:inline-block;	
width:25%;
}
@media only screen and (max-width: 900px) {
#orangebox {
padding-bottom:30px;
padding-top:30px;
margin-top: 73px;
}	
	
}
@media only screen and (max-width: 780px) {
#orangebox {
margin:0px;	
width: 100%;
background: #CB6E3A;
padding-left:3%;
padding-right: 3%;
padding-top:47px;
padding-bottom:47px;	
}
#footer_subscribenew {
background:none;
height:auto;
width:auto;	
}
	
}
@media only screen and (max-width: 400px) {
#orangebtndiv1 {
width: 60%;
}
#orangebtndiv2 {
width:40%;
}	
}

#orangebox_txt1 span a,
#orangebox_txt1 span a:visited,
#orangebox_txt1 span a:active,
#orangebox_txt1 span a:hover {
text-decoration:none !important;
color: #ffffff !important;
}

.navbar-brand span {
font-size:30px;
font-family: 'Raleway', sans-serif;
font-weight:normal;
}


h1, h2, h3, h4, h5, h6 {font-weight:bold;} 

@media only screen and (max-width: 768px) {
.navbar-brand {
margin-top:4px;

}
}

.blacklink,
.blacklink:active,
.blacklink:visited,
.blacklink:hover {
text-decoration:underline;
}

#tg_footerform {
display:inline-block;
width:100%;
text-align:center;
margin-top:30px;
margin-bottom:40px;
}

#tg_footerform_left {
display:inline-block;
margin-right:10px;
}

#tg_footerform_right {
display:inline-block;
margin-left:10px;
}

#tg_footerform_left input{
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background:transparent;
color: #cccccc;
border-color: #cccccc;
border-width:1px;
border-style:solid;
padding:15px !important;
width:410px;
}

#tg_footerform_right input{
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
background:#ffffff;
color:#2F2A2E;
padding-left:25px;
padding-right:25px;
padding-top:15px;
padding-bottom:15px;
}

#tg_footerform_right input,
#tg_footerform_right input:hover
{
box-shadow:none !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #cccccc !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #cccccc !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #cccccc !important;
}


@media only screen and (max-width: 630px) {

#tg_footerform_left,
#tg_footerform_right
{
width:100%;
}

#tg_footerform_left input{
width:100%;
margin-bottom:10px;
}



}


.popup_line1 {
display:inline-block;
width:100%;
font-size:30px;
color:#000000;
margin-bottom:20px;
font-weight:800;
}

.popup_line2 {
display:inline-block;
width:100%;
font-size:20px;
color:#000000;
margin-bottom:20px;


}

.popup_email {
display:inline-block;
width:100%;
margin-bottom:20px;
}

.popup_btn {
display:inline-block;
width:100%;

}

.popup_email input {
width:100%;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
background:#ffffff;
border-width:1px;
padding-top:8px;
padding-bottom:8px;
}

.popup_btn input{
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;

color: #ffffff;
width:100%;
font-size:20px;
padding-top:12px;
padding-bottom:12px;
}

.popup_btn input:hover{

}

#authorfooter {
	float:left;
	margin-right:50px;
	padding-bottom:50px;
	padding-top:50px;	
}

@media screen and (max-width: 680px) {
	#authorfooter {
		
		margin-right:20px;
	padding-bottom:0px;
	padding-top:0px;	
	width: 100px;
	line-height:normal;	
	}	
	
}

