@import url(https://fonts.googleapis.com/css?family=Oswald:300);
@import url(https://fonts.googleapis.com/css?family=Merriweather);

body.custom-background {
    background-color: #F9F9F9;
}

body {
    background: none repeat scroll 0 0 #f9f9f9;
    color: #666666;
    font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
    font-size: 0.8em;
    line-height: 2.2;
    margin: 0 auto;
    padding: 0;
}

a img {
    border: medium none;
}

.recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
}

a {
    color: #000000;
    text-decoration: underline;
    transition: background 0.25s ease 0s, color 0.25s ease 0s;
}

a:focus, a:hover, a:active {
    color: #66cccc;
    outline: medium none;
    text-decoration: underline;
}

#submit, #searchsubmit {
    transition: background 0.25s ease 0s, color 0.25s ease 0s;
}

p {
    margin: 0;
    padding: 8px 0;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

hr {
    background-color: #dddddd;
    border: 0 none;
    color: #dddddd;
    height: 1px;
    margin: 6px 0 8px;
    padding: 0;
    width: 100%;
}

ol, ul {
    list-style: outside none none;
}

ol {
    margin: 0 0 0 20px;
    padding: 10px 0;
}

ol li {
    list-style-type: decimal;
    margin: 0 0 0 20px;
    padding: 5px 0;
}

ul {
    list-style-type: none;
    margin: 0 0 0 5px;
    padding: 5px 0;
}

ul ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul li {
    list-style: inside none square;
    margin: 5px 0;
    padding: 0 0 0 15px;
}

ul ul li {
    list-style: inside none square;
    margin: 5px 0;
    padding: 0 0 0 15px;
}

blockquote {
    border-left: 2px solid #dddddd;
    color: #999999;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 22px;
    font-style: italic;
    line-height: 30px;
    margin: 20px 25px;
    padding: 0 20px;
}

blockquote p {
    margin: 0;
    padding: 0;
}

blockquote, q {
    quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
    content: none;
}

code {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px dashed #dddddd;
    color: #666666;
    display: block;
    font-family: Verdana, Tahoma, Verdana;
    font-size: 0.8em;
    margin: 12px 0;
    padding: 6px 10px;
}

img, iframe, object, embed {
    max-width: 100%;
}

img, object, embed {
    height: auto;
    margin: 0 auto;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear {
    clear: both;
}

.hidden {
    display: none;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

h1 {
    color: #333333;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 2.2em;
    font-style: normal;
    font-weight: 300;
    line-height: 1.4;
    margin: 4px 0;
    padding: 4px 0;
    text-transform: uppercase;
}

h2 {
    color: #333333;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 2em;
    font-style: normal;
    font-weight: 300;
    line-height: 1.4;
    margin: 4px 0;
    padding: 4px 0;
    text-transform: uppercase;
}

h3 {
    color: #333333;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 1.8em;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6;
    margin: 4px 0;
    padding: 4px 0;
    text-transform: uppercase;
}

h4 {
    color: #000000;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1.6;
    margin: 4px 0;
    padding: 4px 0;
}

h5 {
    color: #000000;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    font-weight: normal;
    line-height: 1.6;
    margin: 4px 0;
    padding: 4px 0;
}

h6 {
    border-bottom: 1px solid #dddddd;
    color: #000000;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.6;
    margin: 4px 0;
    padding: 4px 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    border: medium none;
    color: #000000;
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    border: medium none;
    color: #66cccc;
    text-decoration: none;
}

.headline {
    font-size: 3em;
    line-height: 1.4;
    margin-top: 0;
    padding-top: 0;
}

.headline-small {
    font-size: 2em;
    line-height: 1.4;
}

.title {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 12px;
    text-transform: none;
}

#header {
    margin: 0;
    padding: 0;
}

#header #masthead {
    display: block;
    padding-bottom: 0;
    padding-top: 40px;
    text-align: center;
    width: 100%;
}

#header .site-title {
    display: block;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 3.2em;
    font-weight: normal;
    letter-spacing: 0;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#header .site-description {
    color: #666666;
    display: block;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight: normal;
    line-height: 1.8;
    overflow: hidden;
    text-transform: none;
}

#custom-header {
    display: block;
    font-size: 0;
    line-height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-indent: -999em;
    z-index: 8;
}

#custom-header img {
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 0;
    vertical-align: bottom;
}

#navigation {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.2px;
    margin: 0 auto;
    padding: 0;
}

#navigation-mobile {
    display: none;
}

.menu, .menu * {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.menu {
    text-align: center;
}

.menu ul {
    margin: 0;
    padding: 0;
}

.menu ul ul, ul.menu ul {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 3px;
    box-shadow: 0 0 2px #cccccc;
    margin: 0;
    position: absolute;
    top: -9999px;
    width: 180px;
}

ul.menu ul, ul.sub-menu {
    left: 50%;
    margin-left: -90px;
}

.menu ul ul ul, ul.menu ul ul {
    margin: 0;
}

.menu ul li ul li, ul.menu ul li {
    margin: 0;
    width: 100%;
}

.menu li:hover {
    visibility: inherit;
}

.menu li {
    display: inline-block;
    position: relative;
}

.menu a,
.menu span
{
    display: inline-block;
    position: relative;
}

.menu li:hover ul, .menu li.sfHover ul {
    top: 50px;
    z-index: 99;
}

ul.menu li:hover li ul, ul.menu li.sfHover li ul {
    top: -9999px;
}

ul.menu li li:hover ul, ul.menu li li.sfHover ul {
    left: 184px;
    top: 0;
}

ul.menu li li:hover li ul, ul.menu li li.sfHover li ul {
    top: -9999px;
}

ul.menu li li li:hover ul, ul.menu li li li.sfHover ul {
    left: 184px;
    top: 0;
}

#navigation .menu .current_page_item a, #navigation .menu .current_page_ancestor a, #navigation .menu .current-menu-item a, #navigation .menu .current-cat a {
    color: #333333;
}

#navigation .menu li .current_page_item a, #navigation .menu li .current_page_item a:hover, #navigation .menu li .current-menu-item a, #navigation .menu li .current-menu-item a:hover, #navigation .menu li .current-cat a, #navigation .menu li .current-cat a:hover {
    color: #333333;
}

#navigation .menu .current_page_item ul li a, #navigation .menu .current-menu-item ul li a, #navigation .menu .current-menu-ancestor ul li a, #navigation .menu .current_page_ancestor ul li a, #navigation .menu .current-cat ul li a {
    color: #999999;
}

#navigation .menu .current_page_item ul li a:hover, #navigation .menu .current-menu-item ul li a:hover, #navigation .menu .current-menu-ancestor ul li a:hover, #navigation .menu .current_page_ancestor ul li a:hover, #navigation .menu .current-menu-ancestor ul .current_page_item a, #navigation .menu .current_page_ancestor ul .current-menu-item a, #navigation .menu .current-cat ul li a:hover {
    color: #333333;
}

.menu {
    margin-bottom: 0;
}

.menu .home a,
.menu .home span
{
    border-left: medium none;
}

.menu a,
.menu span
{
    border-left: 1px solid #cccccc;
    color: #999999;
    line-height: 1.2;
    margin: 0;
    padding: 0 12px;
    text-align: center;
    text-decoration: none;
}

.menu a, .menu a:link, .menu a:visited,
.menu span, .menu span:link, .menu span:visited
{
    color: #999999;
    text-shadow: none;
}

.menu a:focus, .menu a:hover, .menu a:active,
.menu span:focus, .menu span:hover, .menu span:active
{
    color: #333333;
    outline: 0 none;
}

.menu li:first-child a,
.menu li:first-child span
{
    border-left: medium none;
}

.menu li li a,
.menu li li span
{
    border-left: medium none;
    border-top: 1px solid #eeeeee;
    color: #999999;
    display: block;
    height: auto;
    line-height: 32px;
    margin: 0 12px;
    padding: 0;
    text-align: center;
    text-decoration: none;
}

.menu ul.sub-menu li:first-child a,
.menu ul.sub-menu li:first-child span
{
    border-top: medium none;
}

.menu li li a:focus, .menu li li a:hover, .menu li li a:active,
.menu li li span:focus, .menu li li span:hover, .menu li li span:active
{
    color: #333333;
    outline: 0 none;
}

.menu li {
    line-height: 60px;
    margin: 0;
}

.menu li li, .menu li ul {
    line-height: 0;
}

.menu li:hover, .menu li.sfHover {
    outline: 0 none;
}

.menu li li:hover, .menu li li.sfHover {
    outline: 0 none;
}

.menu a.sf-with-ul,
.menu span.sf-with-ul
{
    min-width: 1px;
    padding-right: 24px;
}

.menu li li a.sf-with-ul,
.menu li li span.sf-with-ul
{
    padding-right: 0;
}

.sf-sub-indicator {
    background: url() no-repeat scroll -10px -100px rgba(0, 0, 0, 0);
    display: block;
    height: 10px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    text-indent: -9999px;
    top: 2px;
    width: 10px;
}

a > .sf-sub-indicator,
span[style^="cursor"] > .sf-sub-indicator
{
    background-position: 0 -100px;
    top: 2px;
}

a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator,
span[style^="cursor"]:focus > .sf-sub-indicator, span[style^="cursor"]:hover > .sf-sub-indicator, span[style^="cursor"]:active > .sf-sub-indicator, li:hover > span[style^="cursor"] > .sf-sub-indicator, li.sfHover > span[style^="cursor"] > .sf-sub-indicator
{
    background-position: -10px -100px;
}

.menu ul ul .sf-sub-indicator, ul.menu ul .sf-sub-indicator {
    background-position: -10px 0;
}

.menu ul ul a > .sf-sub-indicator, ul.menu ul a > .sf-sub-indicator {
    background-position: 0 0;
    right: 0;
    top: 9px;
}

.menu ul ul a:focus > .sf-sub-indicator, .menu ul ul a:hover > .sf-sub-indicator, .menu ul ul a:active > .sf-sub-indicator, .menu ul ul li:hover > a > .sf-sub-indicator, .menu ul ul li.sfHover > a > .sf-sub-indicator {
    background-position: -10px 0;
}

#slideshow {
    padding: 40px;
    position: relative;
}

#slideshow ul, #slideshow li, #slideshow ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#slideshow .featureimg {
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.flexslider {
    margin: 0;
    padding: 0;
    width: 100%;
}

.flexslider .slides > li {
    display: none;
}

.flexslider .slides img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .flexslider .slides > li:first-child {
    display: none;
}

.flexslider .slides {
}

.flexslider .slides > li {
    position: relative;
}

.flex-container {
    position: relative;
}

.flex-caption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.flex-caption {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    bottom: 0;
    color: #fff;
    font-size: 14px;
    left: 0;
    line-height: 18px;
    margin: 0;
    padding: 2%;
    position: absolute;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    width: 96%;
}

.flex-direction-nav {
    height: 0;
    z-index: 9;
}

.flex-direction-nav li a {
    cursor: pointer;
    display: block;
    height: 80px;
    margin: -40px 0 0;
    position: absolute;
    text-indent: -999em;
    top: 50%;
    width: 80px;
}


.flex-direction-nav li .flex-next, .flex-direction-nav li .flex-prev {
    transition: background 0s ease 0s, color 0s ease 0s;
}

.flex-direction-nav li .flex-prev:hover {
    background-position: -80px 0;
}

.flex-direction-nav li .flex-next:hover {
    background-position: 0 0;
}

.flex-direction-nav li .disabled {
    cursor: default;
    opacity: 0.3;
}

.flex-control-nav {
    bottom: 0;
    left: 0;
    line-height: 46px;
    position: absolute;
    text-align: center;
    width: 100%;
}

.flex-control-nav li {
    display: inline-block;
    margin: 0;
    padding: 4px !important;
}

.flex-control-nav li:first-child {
    margin: 0;
}

.flex-control-nav li a {
    background: none repeat scroll 0 0 #cccccc;
    border-radius: 3px;
    cursor: pointer;
    display: block;
    height: 6px;
    line-height: 0;
    text-indent: -999em;
    width: 6px;
}

.flex-control-nav li a:hover {
    background: none repeat scroll 0 0 #666666;
}

.flex-control-nav li a.flex-active {
    background: none repeat scroll 0 0 #333333;
    cursor: default;
}

#wrap {
    padding: 0 20px;
}

.container {
    background: none repeat scroll 0 0 #ffffff;
    margin: 0 auto;
    max-width: 980px;
}

.row {
    margin: 0 auto;
    max-width: 980px;
    min-width: 727px;
    width: 100%;
}

.row .row {
    min-width: 0;
}

.column, .columns {
    float: left;
    margin-left: 4.4%;
    min-height: 1px;
    position: relative;
}

.column:first-child, .columns:first-child {
    margin-left: 0;
}

[class*="column"] + [class*="column"]:last-child {
    float: right;
}

.row .one {
    width: 4.3%;
}

.row .two {
    width: 13%;
}

.row .three {
    width: 21.679%;
}

.row .four {
    width: 30.37%;
}

.row .five {
    width: 39.1%;
}

.row .six {
    width: 47.8%;
}

.row .seven {
    width: 56.5%;
}

.row .eight {
    width: 65.2%;
}

.row .nine {
    width: 73.9%;
}

.row .ten {
    width: 82.6%;
}

.row .eleven {
    width: 91.3%;
}

.row .twelve {
    width: 100%;
}

.row .offset-by-one {
    margin-left: 13.1%;
}

.row .offset-by-two {
    margin-left: 21.8%;
}

.row .offset-by-three {
    margin-left: 30.5%;
}

.row .offset-by-four {
    margin-left: 39.2%;
}

.row .offset-by-five {
    margin-left: 47.9%;
}

.row .offset-by-six {
    margin-left: 56.6%;
}

.row .offset-by-seven {
    margin-left: 65.3%;
}

.row .offset-by-eight {
    margin-left: 74%;
}

.row .offset-by-nine {
    margin-left: 82.7%;
}

.row .offset-by-ten {
    margin-left: 91.4%;
}

.row .centered {
    float: none;
    margin: 0 auto;
}

.row .offset-by-one:first-child {
    margin-left: 8.7%;
}

.row .offset-by-two:first-child {
    margin-left: 17.4%;
}

.row .offset-by-three:first-child {
    margin-left: 26.1%;
}

.row .offset-by-four:first-child {
    margin-left: 34.8%;
}

.row .offset-by-five:first-child {
    margin-left: 43.5%;
}

.row .offset-by-six:first-child {
    margin-left: 52.2%;
}

.row .offset-by-seven:first-child {
    margin-left: 60.9%;
}

.row .offset-by-eight:first-child {
    margin-left: 69.6%;
}

.row .offset-by-nine:first-child {
    margin-left: 78.3%;
}

.row .offset-by-ten:first-child {
    margin-left: 87%;
}

.row .offset-by-eleven:first-child {
    margin-left: 95.7%;
}

.push-two {
    left: 17.4%;
}

.push-three {
    left: 26.1%;
}

.push-four {
    left: 34.8%;
}

.push-five {
    left: 43.5%;
}

.push-six {
    left: 52.2%;
}

.push-seven {
    left: 60.9%;
}

.push-eight {
    left: 69.6%;
}

.push-nine {
    left: 78.3%;
}

.push-ten {
    left: 87%;
}

.pull-two {
    right: 17.4%;
}

.pull-three {
    right: 26.1%;
}

.pull-four {
    right: 34.8%;
}

.pull-five {
    right: 43.5%;
}

.pull-six {
    right: 52.2%;
}

.pull-seven {
    right: 60.9%;
}

.pull-eight {
    right: 69.6%;
}

.pull-nine {
    right: 78.3%;
}

.pull-ten {
    right: 87%;
}

img {
}

#map_canvas img, .map_canvas img {
    max-width: none !important;
}

.row::before, .row::after, .clearfix::before, .clearfix::after {
    content: "";
    display: table;
}

.row::after, .clearfix::after {
    clear: both;
}

.row, .clearfix {
}

.block-grid {
    display: block;
    overflow: hidden;
}

.block-grid > li {
    display: block;
    float: left;
    height: auto;
}

.block-grid.two-up {
    margin-left: -4%;
}

.block-grid.two-up > li {
    margin-left: 4%;
    width: 46%;
}

.block-grid.two-up > li:nth-child(2n+1) {
    clear: left;
}

.block-grid.three-up {
    margin-left: -2%;
}

.block-grid.three-up > li {
    margin-left: 2%;
    width: 31.3%;
}

.block-grid.three-up > li:nth-child(3n+1) {
    clear: left;
}

.block-grid.four-up {
    margin-left: -2%;
}

.block-grid.four-up > li {
    margin-left: 2%;
    width: 23%;
}

.block-grid.four-up > li:nth-child(4n+1) {
    clear: left;
}

.block-grid.five-up {
    margin-left: -1.5%;
}

.block-grid.five-up > li {
    margin-left: 1.5%;
    width: 18.5%;
}

.block-grid.five-up > li:nth-child(5n+1) {
    clear: left;
}

#homepage {
    border-top: 1px solid #dddddd;
    overflow: hidden;
    padding: 40px;
}

#homepage .featured-page .featureimg {
    margin-bottom: 24px;
}

#homepage .home-btn {
    background: none repeat scroll 0 0 #f9f9f9;
    color: #333333;
    display: block;
    font-family: "Oswald", Helvetica, Arial, sans-serif;
    font-size: 2em;
    font-style: normal;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 40px;
    padding: 24px 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

#homepage .home-btn:hover {
    background: none repeat scroll 0 0 #66cccc;
    color: #ffffff;
}

.social {
    float: right;
    height: 24px;
    margin: 0;
    padding: 0;
}

.tweet-btn, .like-btn, .pin-btn, .plus-btn {
    display: inline-block;
    float: right;
    height: 22px;
    margin: 2px;
    overflow: hidden;
    padding: 0;
    width: 92px;
}

.plus-btn {
    width: 72px !important;
}

.pin-btn {
    width: 54px !important;
}

.fb_edge_widget_with_comment span.fb_edge_comment_widget iframe.fb_ltr {
    display: none !important;
}

.share-holder {
    border-radius: 3px;
    display: none;
    left: 50%;
    line-height: 0;
    margin-left: -56px;
    margin-top: -24px;
    opacity: 0.9;
    padding: 6px;
    position: absolute;
    top: 50%;
}

.share-holder a {
    line-height: 0;
    margin: 2px;
    padding: 0;
}

.share-holder a:hover {
    text-decoration: none;
}

.share-holder i {
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    margin: 4px 8px 0;
}

.share-holder .sm_32_icon {
    background: none repeat scroll 0 0 #111111;
    border: 1px solid #000000;
}

.share-holder .sm_32_icon span {
    box-shadow: 0 0 1px 1px #333333 inset;
}

.social-icons {
    padding: 24px 0 0;
    text-align: center;
}

.social-icons i {
    font-size: 1.6em;
    line-height: 30px;
    margin-left: 8px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.social-icons a i {
    color: #999999;
    text-decoration: none;
}

.social-icons a:hover i {
    color: #66cccc;
}

.container.blog-full, .container.shop {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: none;
    overflow: visible;
}

.post-date {
    color: #999999;
    font-size: 0.9em;
    font-style: italic;
    margin-top: -12px;
}

.postarea {
    margin: 0;
    overflow: hidden;
    padding: 40px 0 40px 40px;
}

.postarea.blog-full {
    overflow: visible;
    padding: 0;
}

.postarea.blog-full .blog-holder {
    background: none repeat scroll 0 0 #ffffff;
    margin: 0 0 40px;
}

.postarea.blog-full .blog-holder:last-child {
    margin-bottom: 0;
}

.postarea.full, .postarea.blog-full .blog-holder {
    padding: 40px;
}

.postarea.blog-small .article {
    margin-bottom: 40px;
}

.postarea.shop {
    padding: 0;
}

.postarea.blog-full .postmeta {
    border-bottom: medium none;
    padding-bottom: 0;
}

.postmeta {
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    display: block;
    font-size: 0.8em;
    line-height: 24px;
    margin: 24px 0 0;
    overflow: hidden;
    padding: 12px 0;
}

.postmeta p {
    float: left;
    margin: 0;
    padding: 0;
}

.postmeta i {
    color: #cccccc;
    font-size: 12px;
    margin-right: 4px;
    position: relative;
    top: 1px;
}

.meta-text {
    display: inline-block;
}

.article {
    display: block;
    margin: 10px 0 0;
}

.avatar {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #dddddd;
    margin: 10px 20px 10px 0;
    padding: 4px;
}

.author-avatar {
    display: block;
    float: left;
    margin-top: 20px;
    padding-right: 3.6%;
    width: 20%;
}

.author-avatar .avatar {
    border: medium none;
    display: block;
    margin: 0;
    padding: 0;
}

.author-column {
    border-left: 1px solid #dddddd;
    float: right;
    margin-top: 20px;
    padding-left: 4%;
    width: 72%;
}

.archive-column {
    float: left;
    margin: 0;
    padding: 20px 5% 0 0;
    width: 30%;
}

.archive-column.last {
    padding-right: 0;
}

.error-404 {
    background: none repeat scroll 0 0 #ffffff;
    margin: 0;
    overflow: hidden;
    padding: 40px;
}

.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart {
    width: 100%;
}

.pagination {
    display: block;
    float: left;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
    padding: 12px 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 9;
}

.pagination .page-numbers {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 12px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset;
    color: #666666;
    display: inline-block;
    height: 24px;
    margin: 0 2px;
    padding: 0;
    text-decoration: none;
    width: 24px;
}

.pagination .page-numbers:hover, .pagination .page-numbers:active {
    background: none repeat scroll 0 0 #000000;
    border-radius: 12px;
    color: #ffffff;
    height: 24px;
    line-height: 24px;
    padding: 0;
    width: 24px;
}

.pagination .page-numbers.current {
    background: none repeat scroll 0 0 #000000;
    border-radius: 12px;
    color: #ffffff;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    padding: 0;
    width: 24px;
}

.post-navigation {
    display: block;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.previous-post {
    float: left;
    font-size: 0.9em;
    margin-top: 24px;
}

.next-post {
    float: right;
    font-size: 0.9em;
    margin-top: 24px;
}

.page-links {
    display: block;
    margin: 12px 0;
    overflow: hidden;
}

.page-links .link-label {
    color: #000000;
    font-weight: bold;
    margin-left: 0;
}

.page-links span {
    margin: 0 3px;
}

.gallery {
    margin: auto;
    padding: 0;
}

.gallery-item {
    margin: 2px;
}

.gallery img {
    background: none repeat scroll 0 0 #f9f9f9;
    border: medium none !important;
    padding: 6px;
}

.gallery img:hover {
    background: none repeat scroll 0 0 #333333;
    padding: 6px;
}

.gallery br {
    display: none;
}

.gallery::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.gallery-caption {
    font-size: 0.8em;
    padding: 0 10px;
}

.container.portfolio {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    box-shadow: none;
    overflow: visible;
}

.container.portfolio .twelve.columns {
    margin-left: 0;
}

.container.portfolio .one-half {
    margin: 0;
    max-width: 480px;
    padding: 0;
}

.container.portfolio .one-half .postarea.portfolio {
    padding: 18px;
}

.container.portfolio .one-third {
    margin: 0;
    max-width: 312px;
    padding: 0;
    float: left;
}

.container.portfolio .one-third .postarea.portfolio {
    padding: 12px;
}

.container.portfolio .information {
    overflow: hidden;
    padding: 12px 12px 0;
}

.container.portfolio .twelve.columns .information {
    padding-top: 24px;
}

.postarea.portfolio {
    background: none repeat scroll 0 0 #ffffff;
    display: block;
    margin: 0 auto 20px;
    padding: 40px;
}

.postarea.portfolio .featureimg {
    line-height: 0;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.container, .postarea.blog-full .blog-holder, .postarea.shop, .postarea.portfolio, .error-404, #footerfeed {
    box-shadow: 0 0 2px #cccccc;
}

.featureimg {
    display: block;
    line-height: 0;
    text-align: center;
}

img.centered {
    display: block;
    margin: 12px auto;
    padding: 0;
}

img.alignnone {
    display: inline;
    margin: 12px 0;
    padding: 0;
}

img.alignright {
    display: inline;
    margin: 12px 0 12px 24px;
    padding: 0;
}

img.alignleft {
    display: inline;
    margin: 12px 24px 12px 0;
    padding: 0;
}

.aligncenter {
    margin: 12px auto;
}

.alignright {
    float: right;
    margin: 12px 0 12px 24px;
}

.alignleft {
    float: left;
    margin: 12px 24px 12px 0;
}

.wp-caption {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #dddddd;
    margin-bottom: 12px;
    max-width: 100%;
    padding: 0 0 6px;
    text-align: center;
}

.wp-caption img {
    margin: 0 auto;
    max-width: 96%;
    padding: 6px 6px 0;
}

.wp-caption p.wp-caption-text {
    display: inline;
    font-size: 0.8em;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.postarea.full .featureimg img, .postarea.full .featurevid, .postarea.blog-full .featureimg img, .postarea.blog-full .featurevid, .postarea.blog-small .featureimg img, .postarea.blog-small .featurevid {
    display: block;
    margin: 12px auto;
    overflow: hidden;
    text-align: center;
}

.postarea.portfolio .featureimg, .postarea.portfolio .featurevid {
    line-height: 0;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.postarea .featureimg.page img {
    float: left;
    margin: 0 30px 30px 0;
}

.sidebar {
    margin: 0;
    padding: 40px 40px 40px 0;
}

.sidebar.home {
    margin: 0;
    padding: 0;
}

.sidebar .widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.widget {
    margin: 0 0 15px;
    padding: 0 0 15px;
}

.widget ul {
    margin: 0;
    padding: 0;
}

.widget ul li {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: inline;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.widget ul li a {
    display: block;
    font-style: normal;
    font-weight: normal;
    line-height: 1.8;
    margin: 0;
    padding: 4px 0;
    text-decoration: none;
}

.widget ul li a:hover {
    display: block;
    text-decoration: none;
}

.widget ul ul {
    margin: 0 0 0 10px;
}

.textwidget p {
    margin: 0;
    padding: 0 0 10px;
}

.tagcloud {
    line-height: 1.8;
}

.sidebar ul.menu {
    float: none;
    text-align: left;
}

.sidebar ul.menu .current_page_item a, .sidebar ul.menu .current-menu-item a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #66cccc;
}

.sidebar ul.menu li a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #000000;
    display: block;
    height: auto;
    letter-spacing: 0;
    line-height: 1.8;
    text-align: left;
    text-shadow: none;
}

.sidebar ul.menu li a:hover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    color: #66cccc;
}

.sidebar ul.menu li {
    display: block;
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.sidebar ul.menu li span {
    right: 0;
    top: 8px;
}

.sidebar ul.menu li ul.sub-menu {
    box-shadow: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9;
}

.sidebar ul.menu li ul.sub-menu span {
    display: none;
}

.sidebar ul.menu li ul.sub-menu li a {
    padding-left: 10px;
}

.sidebar ul.menu li ul.sub-menu li ul.sub-menu li {
    display: none;
}

#calendar_wrap {
    margin: 0 auto;
    padding: 5px 0;
}

#wp-calendar {
    text-align: center;
    width: 100%;
}

#wp-calendar a {
    margin: 0 !important;
}

#wp-calendar caption {
    font-size: 16px;
    margin: 5px 0;
}

#wp-calendar #prev a {
    float: left;
    margin: 10px 0 0 !important;
    text-align: left;
}

#wp-calendar #next a {
    float: right;
    margin: 10px 0 0 !important;
    text-align: right;
}

#recentcomments li {
    display: block !important;
    padding: 4px 0;
}

#recentcomments .recentcomments a {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#searchform {
    margin: 0;
    padding: 0;
}

#searchform label {
    display: none;
}

#s {
    background: none repeat scroll 0 0 #f9f9f9;
    border: medium none;
    border-radius: 2px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset;
    color: #999999;
    float: left;
    font-family: "Helvetica Neue", Arial, sans-serif;
    font-size: 1em;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0 8px !important;
    width: 68%;
}

.sidebar .widget_search {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    overflow: hidden;
}

.sidebar #searchsubmit {
    cursor: pointer;
    float: right;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    height: 36px;
    line-height: 32px;
    margin: 0 0 0 2.8%;
    padding: 0 12px;
    width: 20%;
}

#footer {
    margin: 0;
    padding: 0;
}

.footer {
    font-family: "Helvetica Neue", Arial, sans-serif;
    margin: 0;
    padding: 12px 0 24px;
    text-align: center;
}

.footer p {
    color: #999999;
    font-size: 0.85em;
    font-weight: normal;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

.btn, .reply a, #searchsubmit, #prevLink a, #nextLink a, .more-link, #submit, #comments #respond input#submit, #wrap .gform_wrapper input.button {
    background: none repeat scroll 0 0 #333333;
    border: medium none;
    border-radius: 3px;
    color: #cccccc !important;
    display: inline-block;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1em;
    font-style: italic;
    font-weight: normal;
    line-height: 2;
    margin: 12px 0;
    padding: 6px 12px;
    text-decoration: none;
    text-shadow: none;
}

.btn:hover, .reply a:hover, #searchsubmit:hover, #prevLink a:hover, #nextLink a:hover, .more-link:hover, #submit:hover, #comments #respond input#submit:hover, #wrap .gform_wrapper input.button:hover {
    background: none repeat scroll 0 0 #66cccc;
    border: medium none;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) inset;
    color: #ffffff !important;
    text-decoration: none;
}

#author, #email, #url {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #dddddd;
    border-radius: 3px;
    box-shadow: 1px 1px 1px #dddddd inset;
    color: #666666;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1em;
    margin: 0;
    padding: 5px;
}

#comment {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #dddddd;
    border-radius: 3px;
    box-shadow: 1px 1px 1px #dddddd inset;
    color: #666666;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1em;
    margin: 5px 0;
    padding: 5px;
}

#comments {
    background: none repeat scroll 0 0 #f9f9f9;
    border-radius: 3px;
    margin-top: 24px;
    padding: 12px 24px;
}

#comments-title {
    font-size: 2em;
    margin: 4px 0 8px;
    padding: 4px 0 8px;
}

#reply-title {
    margin: 0;
    padding: 0;
}

.commentlist li .avatar {
    background: none repeat scroll 0 0 #ffffff;
    border: medium none;
    border-radius: 3px;
    float: right;
    margin: 0 0 12px 12px;
    padding: 6px;
}

.commentlist {
    margin: 0;
    padding: 0;
}

.commentlist ol {
    margin: 0;
    padding: 10px;
}

.commentlist li {
    border-top: 1px solid #dddddd;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.commentlist li:last-child {
    border-bottom: 1px solid #dddddd;
}

.commentlist li ul li {
    padding-left: 24px;
}

.commentlist li ul li:last-child {
    border-bottom: medium none;
}

.commentlist p {
    margin: 10px 0;
    padding: 0;
}

.comment {
    padding: 18px 0;
}

#commentform {
    margin: 5px 0 0;
}

#commentform #submit {
    padding: 6px 12px !important;
}

#commentform textarea {
    padding: 2%;
    width: 97.8% !important;
}

.commentlist li #respond {
    border-top: 1px solid #dddddd;
}

#respond {
    padding-top: 20px;
}

#respond::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

#cancel-comment-reply-link {
    display: block;
    font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
    font-size: 0.7em;
    font-weight: normal;
    margin: 6px 0 18px;
    text-transform: none;
}

.form-submit #submit {
    margin-top: 0 !important;
}

p.logged-in-as {
    margin-top: -6px;
}

.nocomments {
    display: none;
}

.comment-edit-link {
    display: inline-block;
    float: right;
    font-size: 0.8em;
    line-height: 1;
    margin-top: -18px;
    padding: 0;
}

.reply {
    margin: 0;
    padding: 6px 0;
}

.reply a, .reply a:visited {
    margin: 0 !important;
    padding: 4px 12px;
}

.commentmetadata {
    display: block;
    font-size: 10px;
    line-height: 14px;
    margin: 0;
}

.navigation {
    display: block;
    margin-bottom: 30px;
    margin-top: 10px;
    text-align: center;
}

.form-allowed-tags {
    display: none;
}

.thread-alt, .thread-even {
    margin: 0;
    padding: 0;
}

.children {
    margin: 0;
    padding: 0;
}

.even, .alt {
    margin: 0;
    padding: 0;
}

.container .ginput_complex .ginput_right br, .container .gform_footer br {
    display: none;
}

.container form {
    display: block;
    overflow: hidden;
}

.container form ul li {
    list-style: outside none none;
    padding: 0;
}

.container form legend {
    font-weight: bold;
    padding-top: 10px;
}

.container form label {
    margin-top: 6px;
}

.container form input[type="url"], .container form input[type="tel"], .container form input[type="email"], .container form input[type="text"], .container form input[type="password"], .container form input[type="number"], .container form textarea, .container form select {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #dddddd;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1) inset;
    display: block;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.4;
    padding: 4px;
}

.container form input[type="url"], .container form input[type="tel"], .container form input[type="email"], .container form input[type="text"], .container form input[type="password"], .container form input[type="number"] {
    width: 42%;
}

.container form textarea {
    width: 96% !important;
}

.container form input[type="checkbox"], .container form input[type="radio"] {
    margin-left: 0;
    margin-right: 6px;
}

.container form input[type="submit"] {
    height: 36px;
    margin-top: 0;
}

.container form select {
    width: auto;
}

table {
    background: none repeat scroll 0 0 #ffffff;
    border-collapse: collapse;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    margin: 20px 0;
    padding: 0;
    width: 100%;
}

.widget table {
    margin: 0;
}

table thead, table tfoot {
    border: 1px solid #e4e4e4;
}

table thead th, table tfoot td {
    border: medium none;
}

table th {
    background: none repeat scroll 0 0 #eeeeee;
    border: 1px solid #e4e4e4;
    font-size: 1.2em;
    margin: 0;
    padding: 8px 10px;
    text-align: center;
}

table td {
    border: 1px solid #e4e4e4;
    margin: 0;
    padding: 5px 10px;
}

@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.eot) format("eot"), url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.woff) format("woff"), url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.ttf) format("truetype"), url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/fonts/fontawesome-webfont.svg) format("svg");
}

[class^="icon-"]::before, [class*=" icon-"]::before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}

a [class^="icon-"], a [class*=" icon-"] {
    display: inline-block;
    text-decoration: inherit;
}

.icon-large::before {
    font-size: 1.33333em;
    vertical-align: top;
}

.btn [class^="icon-"], .btn [class*=" icon-"] {
    line-height: 0.9em;
}

li [class^="icon-"], li [class*=" icon-"] {
    display: inline-block;
    text-align: center;
    width: 1.25em;
}

li .icon-large[class^="icon-"], li .icon-large[class*=" icon-"] {
    width: 1.875em;
}

li[class^="icon-"], li[class*=" icon-"] {
    list-style-type: none;
    margin-left: 0;
}

li[class^="icon-"]::before, li[class*=" icon-"]::before {
    text-align: center;
    text-indent: -2em;
}

li.icon-large[class^="icon-"]::before, li.icon-large[class*=" icon-"]::before {
    text-indent: -1.33333em;
}

.icon-pinterest::before {
    content: "";
}

.icon-pinterest-sign::before {
    content: "";
}


.icon-facebook-sign::before {
    content: "";
}

.icon-facebook::before {
    content: "";
}


#subpage {
    margin: 15px 10px;
    min-height: 400px;
}

#subpage h1 {
    font-size: 30px;
    margin: 5px 15px;
}

#subpage p {
    font-size: 15px;
    margin: 5px 15px;
}