/**
 * Base
 */
html {
    background: transparent;
}

body {
    font-size: 13px;
    min-width: 320px;
    line-height: 1;
    /*font-family: 'HelveticaNeue LT 45 Light',Helvetica,Arial,sans-serif;*/
    /*font-family: 'Myriad Pro Regular';*/
    font-family: 'Proxima Nova', Sans-Serif;
    line-height: 1.3em;
    /*color: #6c6a66;*/
    color: #353432;

/*    background: #faf7f0;*/
    /*background: #f8f5ee;*/
    /*background: url(images/green_cup.png) top left repeat #fdfcf8;*/
    background: url(images/body_bg.png) top left repeat #fdfcf8;

    /*-webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: auto !important;*/
    /*background: #f7f4ed;*/
    /*background: url(images/body_bg5.jpg) top left repeat;*/
/*    padding-top: 24px;*/
}

@media all and (min-width: 550px) {
    body {
        font-size: 15px;
    }
}

@media all and (min-width: 850px) {
    body {
        font-size: 16px;
    }
}

p {
    line-height: 1.5em;
    padding-bottom: 1em;
    margin: 0;
}

a {
    /*color: #3CA097;*/
    color: #5f5d5a;
}

strong,b {
    font-weight: bold;
}

em,i {
    font-style: italic;
}

li {
    list-style: disc;
}

a:hover {
    color: #F77C7C;
}

h1 {
    font-size: 1.3em;
}

h2 {
    font-size: 1.3em;
}

h3 {
    font-size: 1em;
}

h4 {
    font-size: 0.9em;
}

@media all and (min-width: 480px) {
    h1 {
        font-size: 1.7em;
    }

    h2 {
        font-size: 1.7em;
    }

    h3 {
        font-size: 1.3em;
    }

    h4 {
        font-size: 1.2em;
    }
}

h1, h2, h3, h4, h5, h6, pre {
    font-family: 'Proxima Nova';
    color: #494745;
}

h4 {
    font-size: 1.2em;
}

h1, h2, h3, h4 {
    margin-bottom: 0.5em;
    line-height: normal;
}

a.anchor {
    display: block;
    position: relative;
    top: -5.5em;
    visibility: hidden;
}

.divider {
    text-align: left;
    display: block;
    position: relative;
    line-height: 1em;
}

.divider:after {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0.5em;
    margin-top: -2px;
    z-index: 1;
    height: 4px;
    content: "";
    background: url(images/stripes_dark.png);
    background-size: 5px 5px;
}

.no-background-size .divider:after {
    background: url(images/stripes_dark5.png);
}

.divider > span {
    position: relative;
    z-index: 2;
    display: inline-block;
}

@media all and (min-width: 450px) {
    .divider {
        text-align: center;
    }

    .divider:after {
        display: block;
    }

    .divider > span {
        padding: 0 1em;
        background: #faf7f0;
        background: #f8f5ee;
    }
}

:focus,:active {
    outline:0;
}

/**
 * Admin Menu
 */
body.admin-menu {
    margin-top: 0 !important;
}

#admin-menu {
    display: none;
    height: 21px;
}

@media all and (min-width: 800px) {
    body.admin-menu {
        margin-top: 21px !important;
    }

    #admin-menu {
        display: block;
    }
}

/**
 * Top
 */
#top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 0 2em #444;
}

/**
 * Header
 */
#header {
    position: relative;
    /*position: fixed;*/
    width: 100%;
    top: 0;
    left: 0;
    /*position: absolute;*/
    /*box-shadow: 0 0 0.8em #ccc;*/
}

/*body.admin-menu #header {
    top: 20px;
}*/

/*#header-navigation #logo,
#header-navigation #navigation {
    display: table-cell;
}*/

#header-bar {
    position: relative;
    z-index: 500;
    /*background: rgba(255,255,255,0.7);*/
    background: #fff;
    /*box-shadow: 0.2em 0.2em 0.8em #ccc;*/
    /*border-bottom: 1px dotted #bbb;*/
    /*border-bottom: 1px solid #eee;*/
    /*border-bottom: 0.5em solid rgba(0, 0, 0, 0.05);*/
    /*border-bottom: 1px solid #444;*/
}

#header-bar.with-title-full {
    box-shadow: 0 0 1em #e5e2dd;
}

#header-toolbar {
    /*background: #f1f1f1;*/
    /*border-bottom: 1px dotted #bbb;*/
    /*background: #f0ede6;*/
    /*background: #ECE8DF;*/
    /*background: #f7f4ed;*/
    background: url(images/stripes.png) top left repeat;
    background-size: 5px 5px;
    /*border-bottom: 1px solid #CCC9C1;*/
    padding: 0.15em 0;
    position: relative;
    z-index: 400;
}

.no-background-size #header-toolbar {
    background: url(images/stripes5.png) top left repeat;
}

@media all and (min-width: 800px) {
    #header-toolbar.with-splash {
        background: #fff;
        border: none;
    }
}

#header-toolbar .header-toolbar-content {
    display: block;
    width: 100%;
    text-align: center;
}

#header-toolbar .header-toolbar-content .desc {
    display: block;
    text-align: center;
    font-size: 0.8em;
    padding: 0.15em 0;
}

#header-toolbar .header-toolbar-content .desc-content {
    display: inline-block;
    padding: 0.1em 0.3em;
    color: #444;
    background: rgb(255,255,255);
    background: rgba(255,255,255,0.7);
}

#header-toolbar .header-toolbar-content .desc-content a {
    text-decoration: underline;
}

#header-toolbar .header-user-snapshot {
    display: inline-block;
    text-align: left;
}

#header-toolbar .header-menu,
#header-toolbar .header-search {
    display: none;
}

#header-toolbar .header-search {
    padding: 0 0.8em;
    border-right: 1px solid #bbb;
}

#header-toolbar .header-search .search-form {
    width: 100%;
    min-width: 10em;
}

#header-toolbar .header-user-snapshot {
    padding-left: 0.8em;
}

/*#header-toolbar .header-toolbar-tools {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

#header-toolbar .header-toolbar-tools > ul > li.search {
    display: none;
}*/

/*@media all and (min-width: 450px) {
    #header-toolbar .header-toolbar-content {
        width: 60%;
    }
}*/

@media all and (min-width: 800px) {
    #header-toolbar {
        padding: 0.3em 0;
    }

    #header-toolbar .header-toolbar-content {
        display: table;
        text-align: left;
    }

    #header-toolbar .header-toolbar-content .desc {
        display: table-cell;
        vertical-align: middle;
    }

    #header-toolbar .header-user-snapshot,
    #header-toolbar .header-menu,
    #header-toolbar .header-search {
        display: table-cell;
        vertical-align: middle;
    }

    /*#header-toolbar .header-toolbar-tools {
        width: 40%;
    }

    #header-toolbar .header-toolbar-tools > ul > li.search {
        display: table-cell;
    }*/
}

/*.header-toolbar-tools > ul {
    display: table;
    width: 100%;
    padding: 0.3em 0;
}

.header-toolbar-tools > ul > li {
    display: table-cell;
    color: #888;
    /*height: 1.3em;
    float: left;*/
  /*  border-right: 1px solid #d5d5d5;
    padding: 0 0.8em;
    margin: 0;
    vertical-align: middle;*/
    /*margin-right: 0.8em;*/
/*}

.header-toolbar-tools > ul > li.user {
    width: 24px;
    border-right: none;
    padding-right: 0;
}*/

/*@media all and (min-width: 450px) {
    .header-toolbar-tools > ul > li.search {
        padding-left: 0;
    }
}

@media all and (min-width: 900px) {
    .header-toolbar-tools > ul > li.user {
        width: 140px;
    }
}*/

/**
 * Wizard
 */
.wizard {
     background: url(images/splash_test00.jpg) center center fixed;
     background-size: cover;
}

.wizard .messages {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.wizard #header-bar {
    border-bottom: 1px solid #ddd;
}

.rawt-wizard-form .wizard-form-content {
    border-radius: 0.3em;
}

.rawt-wizard-form .title-area h1 {
    font-family: 'Dancing Script';
    color: #5F5D5A;
    font-size: 2em;
    font-weight: bold;
    margin: 0 0 0.2em -1em;
}

.rawt-wizard-form .title-area h1 .icon:before {
    font-family: 'TheRawtarianLogos';
    content: '\e030';
}

.wizard.page-user-trklogin {
    background-image: url(images/members_wizard_banner.jpg);
}

.wizard.page-user-trklogin #header-bar {
    border-color: #bbb;
}

.wizard.page-user-trklogin .rawt-wizard-form .wizard-form-content {
    border-color: #bbb;
}

/**
 * Container
 */
#container {
    position: relative;
    /*background: rgba(255,255,255,0.58);
    box-shadow: 0 0 1em #cdcac2;
    border: 1px solid #cbc8c0;*/
/*    margin-top: 1em;*/
    margin-bottom: 1em;
    /*border-top-left-radius: 0.3em;
    border-top-right-radius: 0.3em;*/
    /*z-index: 1;*/
}

.container,
.rawt-navbar .inner {
    margin: 0 auto;
    max-width: 1450px;
    min-width: 320px;
    width: 100%;
}

@media all and (min-width: 800px) {
    .rawt-navbar .inner {
        width: 97%;
    }
}

@media all and (min-width: 1500px) {
    .container,
    .rawt-navbar .inner {
        width: 90%;
    }
}

@media all and (min-width: 1250px) {
    .container,
    .rawt-navbar .inner {
        width: 93%;
    }
}

@media all and (min-width: 1100px) {
    .container,
    .rawt-navbar .inner {
        width: 96%;
    }
}

/**
 * Entity Icons
 */
.page-node-397 .title .icon:before,
.rawt-forum-mini-list .visit-button .icon:before,
.rawt-forum-badges-mini-list .visit-button .icon:before,
.rawt-member-forum-activity .visit-button .icon:before {
    font-family: 'FontAwesome' !important;
    content: "\f007" !important;
}

.rawt-button-list .menu-trk-forum .icon:before,
.menu-latest-trk-forum .rawt-forum-mini-list .visit-button .icon:before {
    font-family: 'TheRawtarianLogos' !important;
    content: "\e031" !important;
}

.rawt-button.show-more .icon:before {
    content: "\f067";
}

/**
 * Title
 */
#title .title-content {
    /*border-top: 1px solid #e1ddd5;
    border-bottom: 1px solid #e1ddd5;*/
    text-align: center;
}

#title .title-small {
    /*border-top: 1px solid #CCC9C1;*/
    background: #fff;
    padding: 0.4em 0;
    box-shadow: 0 0.8em 0.8em -0.8em #e5e2dd;
    border-bottom: 1px solid #dedbd6;
}

#title .title-small.with-overview {
    box-shadow: none;
    border: none;
}

#title .title-full .title-content {
    /*background: rgb(236, 232, 223);
    background: rgba(236, 232, 223, 0.7);*/
    /*background: #f0ede6;*/
   /* background: #efeee5;*/
    /*border-bottom: 1px solid #e3e0da;*/
    border-top: 1px solid #e3e0da;
    padding: 2em 0 0 0;
    text-align: center;
}

#title .divider {
    display: none;
    width: 70%;
    max-width: 300px;
    margin: 0.5em auto 0 auto;
}

@media all and (min-width: 450px) {
    #title .divider {
        display: block;
    }
}

#title .title-small .title-content {
    background: url(images/stripes.png) #fff;
    background-size: 5px 5px;
    height: 21px;
    height: 1.6rem;
}

.no-background-size #title .title-small .title-content {
    background: url(images/stripes5.png) #fff;
}

#title h1 {
    color: #5f5d5a;
}

#title .title-small h1 {
    display: inline-block;
    background: #fff;
    text-transform: uppercase;
    font-size: 0.8em;
    line-height: 21px;
    line-height: 1.6rem;
    padding: 0 0.4em;
    font-weight: 600;
    margin: 0;
    height: 21px;
    height: 1.6rem;
}

@media all and (min-width: 550px) {
    #title .title-small h1 {
        font-size: 1.1em;
    }
}

#title .title-full h1 {
    font-family: 'Dancing Script';
    font-size: 1.8em;
    margin: 0;
}

@media all and (min-width: 550px) {
    #title .title-full h1 {
        font-size: 2.2em;
    }
}

@media all and (min-width: 950px) {
    #title .title-full h1 {
        font-size: 2.7em;
    }
}

#title h1 .rawt-badges {
    display: inline-block;
    vertical-align: middle;
}

#title .region-title {
    margin-top: 0.5em;
}

#title .region-title .rawt-menu-action-links ul {
    text-align: center;
}

#title .title-full .icon {
    font-size: 0.8em;
    margin: -0.3em 0.6em 0 0;
}

#title .title .icon:before {
    font-family: 'TheRawtarianLogos';
    content: '\e030';
}

#title .rawt-share-widgets {
    display: block;
    margin: 1em 0 0 0;
}

#title .rawt-share-widgets .share-button {
    color: #F77C7C;
}

#title .rawt-share-widgets .share-count {
    font-size: 0.3em;
    color: #888;
    background: none;
}

#title .subtitle {
    margin-top: 0.5em;
}

#title .subtitle .text {
    font-size: 0.9em;
    font-style: italic;
    line-height: 1em;
    color: #888;
}

/**
 * Messages
 */
#messages {
    margin: 1.5em 0;
}

#messages .container {
    width: 100%;
    min-width: 0;
    max-width: none;
}

.messages.error {
    background-color: #fbf780;
    border: 2px solid #F77C7C;
    color: #6c6a66;
    border-radius: 0.3em;
}

/**
 * Main
 */
#main {
   /* background: url(images/body_pattern.png) top left repeat;*/
}

#main .main-content {
/*    background: rgba(255, 255, 255, 0.7);
    padding: 2em;
    border: 1px solid #ddd;
    border-radius: 0.3em;*/
}

/**
 * Overview
 */
#overview {
    background: #fff;
    border-bottom: 1px solid #dedbd6;
    box-shadow: 0 0.8em 0.8em -0.8em #e5e2dd;
}

#overview .overview-content {
    padding: 1.5em 0.8em;
}

@media all and (min-width: 500px) {
    #overview .overview-content {
        padding: 1.5em 1.7em;
    }
}

#overview h1 {
    font-family: 'Dancing Script';
    font-size: 2.1em;
    font-weight: 600;
    padding-bottom: 0.1em;
    margin: 0 0 0.7em 0;
}

#overview .rawt-carousel {
    box-shadow: none;
    border: none;
    background: none;
}

#overview .rawt-carousel .carousel-list {
    padding: 0;
}

.node-type-comrecipe #overview {
    background: none;
    border: none;
    box-shadow: none;
}

.node-type-comrecipe #overview .overview-content {
    padding-bottom: 0;
}

/**
 * Page content
 */
.node-unpublished {
    background: none !important;
}

/*.region-content .node > .content .field {*/
.region-content .node-page > .content,
.region-content .node-webform > .content,
.region-content .node .rawt-entity {
    /*color: #4e4d4a;*/
    font-weight: 300;
    font-size: 1.15em;
    line-height: 1.6em;
    margin-top: 1em;
}

.region-content .node-page > .content h2,
.region-content .node-webform > .content h2,
.region-content .node .rawt-entity h2,
.region-content .node-page > .content h5,
.region-content .node-webform > .content h5,
.region-content .node .rawt-entity h5 {
    font-family: 'Indie Flower';
    font-weight: 400;
}

.region-content .node-page > .content h2 a,
.region-content .node-webform > .content h2 a,
.region-content .node .rawt-entity h2 a,
.region-content .node-page > .content h3 a,
.region-content .node-webform > .content h3 a,
.region-content .node .rawt-entity h3 a,
.region-content .node-page > .content h4 a,
.region-content .node-webform > .content h4 a,
.region-content .node .rawt-entity h4 a {
    color: #494745;
}

.region-content .node-page > .content h2,
.region-content .node-webform > .content h2 {
    font-size: 1.3em;
    line-height: 1.5em;
}

.region-content .node .rawt-entity h2 {
    position: relative;
    font-size: 1.3em;
    line-height: 1.5em;
    margin: 1.2em 0 0.7em 0;
}

.region-content .node-page > .content h5,
.region-content .node-webform > .content h5,
.region-content .node .rawt-entity h5 {
    font-size: 1.5em;
    margin: 0.8em 0 0.5em 0;
}

.region-content .node-page > .content h2 .rawt-badges,
.region-content .node-webform > .content h2 .rawt-badges,
.region-content .node .rawt-entity h2 .rawt-badges {
    display: inline-block;
    vertical-align: middle;
}

.region-content .node-page > .content h3,
.region-content .node-webform > .content h3,
.region-content .node .rawt-entity h3 {
    font-size: 1.3em;
}

.region-content .node-page > .content h4,
.region-content .node-webform > .content h4,
.region-content .node .rawt-entity h4 {
    font-size: 1.2em;
}

.region-content .node > .content p a,
.region-content .node > .content li a {
    color: #7c7975;
}

.region-content .node > .content p a:hover,
.region-content .node > .content li a:hover {
    color: #F77C7C;
}

.region-content .node > .content strong,
.region-content .node > .content b {
    font-weight: 600;
}

.region-content .node > .content li {
    margin-left: 1em;
}

/**
 * Headings
 */
.rawt-member-home .member-home-section > h2,
.rawt-notifications .notification-section > h2 {
/*    font-family: 'Indie Flower';*/
    color: #5F5D5A;
    text-transform: uppercase;
    font-size: 1.4em;
    margin-bottom: 1em;
}

/**
 * Tabs
 */
ul.tabs {
    display: none;
    border: none;
    padding: 0;
    margin: 0 0.8em 1em 0;
    white-space: normal;
}

@media all and (min-width: 800px) {
    ul.tabs {
        display: block;
    }
}

ul.tabs > li {
    display: inline-block;
}

ul.tabs > li > a {
    margin-bottom: 0.5em;
    display: inline-block;
}


/**
 * Content
 */
#content {
    width: 100%;
}

#content.content-sidebar {
    width: 100%;
}

#content.content-full {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

@media all and (min-width: 930px) {
    #content.content-sidebar {
        float: left;
        width: 65%;
    }
}

@media all and (min-width: 1100px) {
    #content.content-sidebar {
        width: 67%;
    }
}

@media all and (min-width: 1300px) {
    #content.content-sidebar {
        width: 70%;
    }
}

#content .content-area {
    padding: 1em 0.5em;
    /* Breaks image popups */
    /*overflow: hidden;*/
}

@media all and (min-width: 650px) {
    #content .content-area {
        padding: 1em 1.5em;
    }
}

/**
 * Sidebar
 */
#sidebar {
    display: none;
}

@media all and (min-width: 930px) {
    #sidebar {
        display: block;
        float: right;
        width: 30%;
    }
}

@media all and (min-width: 1100px) {
    #sidebar {
        width: 28%;
    }
}

@media all and (min-width: 1300px) {
    #sidebar {
        width: 25%;
    }
}

/*#sidebar, #sidebar-fixed {
    padding: 0 0 1em 0;
}*/

.front #sidebar {
    margin-top: 1.5em;
}

.sidebar > .region > .block {
    background: rgb(255,255,255);
    /*border: 1px solid #ddd;*/
    /*border: 1px solid #EAE7E2;*/
    box-shadow: 0 0 0.4em #f0ede8;
    border: 1px solid #EAE7E2;
    border-radius: 0.3em;
}

.sidebar > .region > .block > .title {
    background: url(images/stripes.png);
    background-size: 5px 5px;
    padding: 1em;
    margin: -1em -1em 1em -1em;
    /*background: #d3d1bf;*/
    /*background: #817d7b;*/
    /*background: #ced779;*/
    /*background: #e9e5dc;*/
    /*color: #fff;*/
    /*color: #777471;*/
    /*background: #e7e2d7;*/
    /*border-bottom: 0.2em solid #b9c16d;*/
}

.no-background-size .sidebar > .region > .block > .title {
    background: url(images/stripes5.png);
}

.sidebar > .region > .block > .title h2 {
    font-size: 1.1em;
    line-height: 0.9em;
    font-weight: 600;
    text-transform: uppercase;
    float: left;
    background: rgba(255,255,255,0.7);
    padding: 0.4em 0.4em 0.2em 0.4em;
    margin: 0;
}

/**
 * Footer
 */
#footer {
    background: #EBE8E3;
    /*background: #D9D8C9;*/
    position: relative;
}

#footer > .container {
    border: 1px solid #CBC8C0;
    border-top: none;
    border-bottom-left-radius: 0.3em;
    border-bottom-right-radius: 0.3em;
}

#footer .footer-top {
    /*background: #f0ede6;*/
    background: #F7F4EF;
    box-shadow: 0 0 0.8em #e5e2dd;
    border-top: 1px solid #EAE7E2;
    /*background: #F0F0E6;
    border-top: 1px solid #E1DDD5;*/
}

#footer .footer-top .figure-area {
    display: none;
    position: relative;
    float: left;
}

#footer .footer-top .press-area {
    display: none;
}

@media all and (min-width: 650px) {
    #footer {
        margin-top: 4em;
        padding-top: 1px;
    }

    #footer .footer-top .figure-area {
        display: block;
        width: 40%;
    }

    #footer .footer-top .press-area {
        display: block;
    }
}

@media all and (min-width: 900px) {
    #footer .footer-top .figure-area {
        width: 30%;
    }
}

#footer .footer-top .nwsltr-area,
#footer .footer-top .comments-area {
    position: relative;
    float: left;
}

#footer .footer-top .nwsltr-area {
    width: 100%;
}

#footer .footer-top .comments-area {
    display: none;
}

@media all and (min-width: 650px) {
    #footer .footer-top .nwsltr-area {
        width: 60%;
    }
}

@media all and (min-width: 900px) {
    #footer .footer-top .nwsltr-area,
    #footer .footer-top .comments-area {
        display: block;
        width: 35%;
    }
}

#footer .footer-top .nwsltr-area .container {
    width: 100%;
    margin: 0;
    max-width: none;
    min-width: 0;
}

#footer .footer-top .press-area h2 {
    text-align: center;
    margin: 0;
}

#footer .footer-top .rawt-nwsltr,
#footer .footer-top .share-area,
#footer .footer-top .rawt-mini-list {
    padding: 1.5em;
}

#footer .footer-top .share-area {
    padding-bottom: 0;
}

#footer .footer-top .press-area {
    padding: 2em 1em;
}

#footer .list-area {
    float: left;
    width: 70%;
}

#footer .list-area > div {
    float: left;
    width: 50%;
}

#footer .figure-area {
    height: 350px;
}

#footer .rawtpress-seen {
    margin: 1em 0;
}

#footer .figure {
    position: absolute;
    background: url(images/figure_test8.png) bottom center no-repeat;
    background-size: 100% auto;
    width: 280px;
    height: 500px;
    top: -20%;
    left: 50%;
    margin-left: -140px;
}

#footer h2 {
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    color: #5f5d5a;
    margin-bottom: 0.5em;
}

#footer .footer-bottom {
    background: url(images/stripes.png) top left repeat #F7F4EF;
    background-size: 5px 5px;
    /*border-top: 1px solid #e3e0da;*/
    /*background: #E7E6DA;
    text-shadow: 0 1px rgba(255, 255, 255, 0.8);*/
}

.no-background-size #footer .footer-bottom {
    background: url(images/stripes5.png) top left repeat #F7F4EF;
}

#footer .footer-bottom .menu-area {
    padding: 1em;
}

#footer .footer-bottom .block-rawtrecipe-recipe-tree-no-icons,
#footer .footer-bottom .block-bf-menu .menu-expanded > .menu > li {
    display: block;
    float: left;
    padding: 1em 2%;
    border-bottom: 1px solid #cdccc1;
}

#footer .footer-bottom .block-rawtrecipe-recipe-tree-no-icons {
    display: none;
}

@media all and (min-width: 650px) {
    #footer .footer-bottom .block-rawtrecipe-recipe-tree-no-icons {
        display: block;
    }
}

@media all and (min-width: 800px) {
    #footer .footer-bottom .block-rawtrecipe-recipe-tree-no-icons,
    #footer .footer-bottom .block-bf-menu .menu-expanded > .menu > li {
        border-bottom: none;
        border-right: 1px solid #cdccc1;
    }

    #footer .footer-bottom .block-rawtrecipe-recipe-tree-no-icons {
        width: 65%;
    }
}

#footer .footer-bottom .block-bf-menu .menu-expanded > .menu > li {
    border: none;
}

#footer .footer-bottom .rawt-taxonomy-tree li.parent {
    display: inline-block;
    vertical-align: top;
    width: 32.3%;
    margin: 1em 1% 0 0;
    font-weight: 600;
}

@media all and (min-width: 1150px) {
    #footer .footer-bottom .rawt-taxonomy-tree li.parent {
        width: 24%;
    }
}

@media all and (min-width: 1400px) {
    #footer .footer-bottom .rawt-taxonomy-tree li.parent {
        width: 19%;
    }
}

#footer .footer-bottom .rawt-taxonomy-tree .leaf .title {
    font-weight: 300;
    font-family: 'Proxima Nova', Sans-Serif;
    font-size: 1em !important;
}

#footer .footer-bottom .menu {
    margin-top: 1em;
}

#footer .footer-bottom .menu .active {
    color: #F77C7C;
}

#footer .footer-bottom .block-bf-menu .menu-expanded > .menu > li > .menu > li {
    font-weight: 300;
    font-size: 0.85em;
}

#footer .footer-bottom h2,
#footer .footer-bottom .block-bf-menu .menu-expanded > .menu > li > a,
#footer .footer-bottom .block-bf-menu .menu-expanded > .menu > li > a.active {
    color: #5F5D5A;
    font-weight: 600;
    margin-bottom: 0.5em;
    font-family: 'Dancing Script';
    font-size: 1.5em;
    text-transform: none;
    text-shadow: none;
}

#tag {
    color: #777;
    font-size: 0.8em;
    text-align: center;
    text-shadow: 0 1px rgba(255, 255, 255, 0.8);
}

#tag .container {
    position: relative;
}

#tag .region-tag {
    padding: 2em;
}

#tag .credits {
    margin: 0;
    padding: 0;
    bottom: 0.5em;
    right: 0.2em;
    position: absolute;
    text-align:right;
}

#tag .credits a {
    width: 60px;
    height: 18px;
    background: url(images/bf_footer.png) 0 0 no-repeat;
    display: inline-block;
}

#tag .credits a:hover {
    background-position: 0 100%;
}

/**
 * Statistics
 */
.statistics_counter {
    display: none !important;
}


/**
 * JGrowl
 */
div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
    background-color: rgba(0,0,0,0.7);
    opacity: 1;
}

/**
 * Sidetools
 */
.sidetools .tool-item .tool {
    /* box-shadow: 0 0 1em #cdcac2;*/
    background: rgba(0,0,0,0.6);
    text-transform: uppercase;
    font-weight: 100;
}

.sidetools .tool-item .tool-link {
    color: #fff;
}

.sidetools-right .tool {
    border-top-left-radius: 0.2em;
    border-bottom-left-radius: 0.2em;
}

.sidetools-left .tool {
    border-top-right-radius: 0.2em;
    border-bottom-right-radius: 0.2em;
}

.sidetools .tool-page-top a .icon:before {
    content: "\f077";
}

.sidetools .rawt-fav {
    display: block;
    width: 17em;
}

.sidetools .fav-toggle .icon {
    font-size: 1.2em;
    margin-top: -0.2em;
}