
*,
*:before,
*:after {
    box-sizing: border-box;
}

::-moz-selection {
    color: #fff;
    background: #333;
    text-shadow: none;
}

::selection {
    color: #fff;
    background: #333;
    text-shadow: none;
}

::-moz-selection {
    color: #fff;
    background: #333;
    text-shadow: none;
}


::-webkit-input-placeholder {
    color: #a7a7a7;
}

:-moz-placeholder {
    color: #a7a7a7;
}

::-moz-placeholder {
    color: #a7a7a7;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #a7a7a7;
}


html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body.theme-2 {
    color: #303030;
    font: 14px/1.7 "Raleway", sans-serif;
    font-weight: 400;

    background-color: #efeadf;
    background-image: url("/theme/images/background.jpg?v=1755007883");
    background-size: cover;
    background-attachment: fixed;
    background-position: center top;

    display: block;
    overflow-x: hidden;
    overflow-y: auto;

    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

#wrapper {
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.05) 0 0 20px 4px;

    max-width: 1250px;

    margin-right: auto;
    margin-left: auto;
}

/*
 * ========================================================
 * HTML Defaults
 *
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: block;
    max-width: 100%;
}

body,
button,
input,
select,
textarea {
    transition: all .5s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #303030;

    cursor: pointer;
    text-decoration: none;

    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

a:hover {
    color: #a88964;
}

a:focus {
    outline: none;
}

a:hover,
a:focus {
    text-decoration: none;
}

address {
    font-style: italic;
}

b,
strong {
    font-weight: bold;
}

cite,
dfn,
em,
i {
    font-style: italic;
}

cite {
    margin-left: 55px;
}

p {
    margin: 0 0 1.5em 0;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: monospace, serif;
    font-size: 90%;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    -ms-hyphens: none;
}

pre {
    max-width: 100%;
    padding: 1.5em;
    white-space: pre-wrap;
    word-wrap: break-word;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

small {
    font-size: smaller;
}

big {
    font-size: 125%;
}

sup,
sub {
    font-size: 75%;
    position: relative;
    height: 0;
    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

dl {
    margin-bottom: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 0;
}

ol {
    list-style: decimal;
}

img {
    /*display: block;*/
    height: auto;
    border: 0;
    vertical-align: middle;
}

.img-circle {
    border-radius: 50%;
    border: 1px solid #ddd;
}

table {
    width: 100%;
    margin-bottom: 1.5em;
    border-spacing: 0;
    border-collapse: separate;
    border-width: 1px 0 0 1px;
}

table thead tr th {
    border-bottom: 3px solid #333;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    font-weight: bold;
}

td {
    border-width: 0 1px 1px 0;
}

embed,
iframe,
object,
video {
    max-width: 100%;
    width: 100% !important;
    margin-bottom: 1.5em;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
    margin-bottom: 0;
}

i {
    color: #8e8e8e;
}

i::before {
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

ul {
    margin-left: 0;
}

ul li {
    padding: 0;
}

ul li a {
    cursor: pointer;
}

ul li,
ul li a {
    line-height: 2.3em;
}

ul.list-o {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.list-o li {
    padding-left: 1em;
    text-indent: -.7em;
}

ul.list-o li:before {
    padding-right: 4px;
    content: "O";
}

section {
    background-color: #fff;
}

/*
 * ========================================================
 * Input elements
 *
 */

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-family: "Lora", serif;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #8e8e8e;
}

.has-error input[type="text"],
.has-error input[type="email"],
.has-error textarea,
.has-error .form-control {
    border: 0;
    box-shadow: 0 0 0 2px rgba(169, 68, 66, 0.5) inset;
}

.has-success input[type="text"],
.has-success input[type="email"],
.has-success textarea,
.has-success .form-control {
    border: 0;
    box-shadow: 0 0 0 2px rgba(60, 118, 61, 0.5) inset;
}

input[type="text"],
input[type="email"],
textarea {
    border: 0;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1) inset;
}

textarea {
    width: 100%;
}

select {
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
textarea:focus {
    outline: 0;
    box-shadow: 0 0 0 2px #8e8e8e inset;
}

select:focus {
    outline: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    outline: 0;
}

button,
input,
textarea {
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 0 10px;
    vertical-align: baseline;
    border-radius: 0;
    -webkit-appearance: none;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type='checkbox'],
input[type='radio'] {
    /*width: auto;*/
    /*padding: 0;*/
}



/*
 * Custom checkbox
 * TODO refactor
 */
.checkmark {
    display: inline-block;
    position: relative;

    padding-left: 36px !important;
    margin-bottom: 12px;

    cursor: pointer;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkmark input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark input ~ span {
    /*margin-top: 3px;*/

    position: absolute;
    top: 0;
    left: 0;
    height: 21px;
    width: 22px;

    background-color: #eee;
}
.checkmark.danger span {
    background-color: #f2dede;
}
.checkmark:hover input ~ span {
    background-color: #ccc;
}
.checkmark input:checked ~ span {
    background-color: #c59a65;
}
.checkmark span:after {
    content: "";
    position: absolute;
    display: none;
}
.checkmark input:checked ~ span:after {
    display: block;
}
.checkmark span:after {
    left: 8px;
    top: 3px;
    width: 6px;
    height: 13px;

    border: solid white;
    border-width: 0 3px 3px 0;

    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}




button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

button, input,
select, textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
    font-size: 100%;
}

button,
input,
textarea {
    color: #777;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    font-family: "Raleway", sans-serif;
}

input,
textarea {
    background: #fff;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    color: #1c1c1c;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

input:focus,
textarea:focus {
    outline: 0;
    border-color: #c1c1c1;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

/*
 * ========================================================
 * Colors
 *
 */

.color-gray {
    color: #737373 !important;
}

.bg-white {
    background-color: white !important;
}
/*
 * ========================================================
 * Textlogo
 *
 */

.textlogo {
    letter-spacing: 0;
    line-height: 1.2em;
    font-size: 4.1em;

    margin: 0;
    position: relative;
}
.textlogo a,
.textlogo a:hover,
.textlogo a:focus {
    color: #a88964;
}
@media (max-width: 768px) {
    .textlogo {
        font-size: 2em;
        line-height: 50px;
        margin-top: 10px;
    }
}

/*
 * ========================================================
 * Text-Elements
 *
 */

/* Headings */
h3 {
    letter-spacing: 1px;
    font-size: 12pt;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
    margin-top: 0;
}

/* Paragraphs */
.small {
    font-size: 12px;
}

.extrasmall {
    font-size: 10px;
}

.superheading {
    font-size: 48px;
}

/* lined title */

.lined {
    position: relative;
    display: inline-block;
    margin: 0 0 24px 0;
    padding: 5px 8px;
    background: none;
}

.lined:before,
.lined:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -90px;
    width: 80px;
    border-top: 1px solid #f07f95;
    height: 3px;
    margin-top: -1px;
}

.lined:before {
    left: -90px;
    right: auto;
}

.subtitle .lined:before,
.subtitle .lined:after {
    border-color: #dadada;
}

/*
 * ========================================================
 * Elements
 *
 */

/* homepage */

#teaser .image {
    background-color: lightgray;
 background-image: url(/theme/images/titleimage.jpg?v=1755007883) !important;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    height: auto;
    /* size: 1140 x 550 px (550px / 1140px * 100 = 48,77%) */
    padding-top: 48.25%;
    margin-bottom: 40px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi), screen and (min-resolution: 2dppx) {
    #teaser .image {
        background-image: url(/theme/images/titleimage%402x.jpg?v=1755007883) !important;
    }
}


/* contact */

#map {
    height: 300px;
    margin-bottom: 2em;
}

.contact > span,
.contact > span {
    font-size: 130%;
}

/* webkit */

.wk-block {
    margin-bottom: 50px;
}

.wk-block.wk-download {
    margin-bottom: 20px;
}

/* webkit - divider */

.wk-divider {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #fdf7f1;

    margin: 40px 0 80px 0;
}

/* webkit - galleryimage */

.wk-galleryimage img {
    max-width: 100%;
    margin: 1em 0;
}

/* webkit - download */

.wk-download {
    /*margin-bottom: 2em;*/
}

.wk-download img {
    width: 30px;
}

.wk-download .alert {
    padding: 8px;
}

.wk-download .link {
    display: flex;
    width: 100%;
}

.wk-download .link div:first-child {
    width: 35px;
    text-align: center;
    padding-top: 3px;
}

.wk-download .link div:last-child {
    flex: 1;
}

/*
 * ========================================================
 * Layout-Elements
 *
 */

.m-auto {
    margin: 0 auto;
}

.h-10 {
    height: 10px;
}

.h-20 {
    height: 20px;
}

.h-40 {
    height: 40px;
}

.h-50 {
    height: 50px;
}

.h-60 {
    height: 60px;
}

.ornament-divider-fullwidth i:before {
    color: #f4d5b0;

    font-size: 80px;
    line-height: 32px;
    margin-left: 0;
}

/* nav links */

.nav-links {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    -ms-hyphens: auto;
}

.navlinks a {
    font-size: 12px;
    color: #8e8e8e;
}

.navlinks a:hover {
    color: #a88964;
}

.navlinks a p {
    margin-bottom: 0.5em;
}


/*
 * ========================================================
 * Sidebar
 *
 */

.sidebar {
    margin-top: 7px;
    /*margin-top: 40px;*/
    /*margin-left: 0;*/
    margin-left: 30px;

    overflow: hidden;
}

.sidebar > div {
    width: 100%;
    word-wrap: break-word;

    text-align: center;
    font-size: 13px;

    margin-bottom: 50px;

    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    -ms-hyphens: auto;
}
@media (min-width: 996px) {
    .sidebar > div {
        margin-bottom: 100px;
    }
}

.sidebar > div:first-child {
    margin-top: 0;
}

.sidebar > div h2,
.sidebar > div h3 {
    /*font-weight: 600;*/
    margin: 0 0 12px;
}

.sidebar > div h2 {
    font-size: 24px;
    line-height: 1.2;
}

.sidebar > div h3 {
    font-size: 18px;
}

@media (min-width: 996px) {
    .sidebar > div::after {
        color: #f4d5b0;

        font-family: 'Flaticon';
        font-size: 62px;
        line-height: 62px;
        content: "\f15b";

        position: absolute;
        left: 46%;
    }
}

.sidebar h2 {
    background: none;
    color: #c59a65;

    font-size: 24px;
    font-family: "Cinzel", serif;

    margin: 0 0 24px 0;
    padding: 5px 8px;

    position: relative;
    display: inline-block;

}

.sidebar h2:before,
.sidebar h2:after {
    height: 3px;
    width: 120px;

    margin-top: -1px;

    border-top: 1px solid #c59a65;
    content: "";

    position: absolute;
    top: 50%;
    right: -120px;

}

.sidebar h2:before {
    left: -120px;
    right: auto;
}

/* about me */

.sidebar > div:first-child img {
    width: 120px;
    display: inline-block;
}

.sidebar > div:first-child .hello {
    font-family: "Lora", serif;
    font-style: oblique;
    font-size: 28px;
    font-weight: 300;
}


.sidebar .persona-img {
    width: 120px;
    display: inline-block;
}

.sidebar h5.hello {
    font-family: "Lora", serif;
    font-style: oblique;
    font-size: 28px;
    font-weight: 300;
}


/*
 * ========================================================
 * Header + Navbar
 *
 */

.imagelogo {
    /*height: 80px;*/
    text-align: center;
}
@media (min-width: 768px) {
    .imagelogo {
        padding-top: 10px;
    }
}

.imagelogo img {
    /*max-height: 100%;*/
    max-width: 100%;
    max-height: 200px;
}

.cbp-af-header {
    background: transparent;

    width: 100%;
    height: auto;

    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .cbp-af-header {
        margin-bottom: 10px;
    }
}

.homepage .cbp-af-header {
    margin-bottom: 0;
}

.cbp-af-header .cbp-af-inner {
    margin: 0 auto;
}

.cbp-af-header h1,
.cbp-af-header nav {
    line-height: 1.2em;
}
@media (max-width: 768px) {
    .cbp-af-header h1,
    .cbp-af-header nav {
        /*line-height: 70px;*/
        line-height: 50px;
        margin-top: 10px;
    }
}

.cbp-af-header .navbar {
    margin-bottom: 0;
}

.cbp-af-header .navbar-default,
.cbp-af-header .navbar-toggle,
.cbp-af-header .navbar-toggle:hover,
.cbp-af-header .navbar-toggle:focus {
    border: none;
}

.cbp-af-header .navbar-default {
    background: transparent;
}

.cbp-af-header .navbar-default .bordered {
    background: #fdf7f1;
}

.cbp-af-header .navbar-default .navbar-toggle:focus,
.cbp-af-header .navbar-default .navbar-toggle:hover {
    background-color: #fff;
}

.cbp-af-header .navbar-collapse {
    border: none;
}

.cbp-af-header .navbar-header {
    background: #fff;

    float: none !important;
    display: flex;
}
.cbp-af-header .navbar-header > div:first-child {
    flex: 1;
    text-align: center;
}
@media (max-width: 400px) {
    .cbp-af-header .navbar-header > div:first-child {
        margin-bottom: 10px;
    }
}

.cbp-af-header .navbar-header > div:last-child {
    display: none;
}
@media (max-width: 768px) {
    .cbp-af-header .navbar-header > div:last-child {
        width: 50px;
        display: block;
    }
}



.subtitle {
}

.subtitle span {
    color: #737373;
}

.subtitle .lined {
    margin-bottom: 0;
}

.cbp-af-header .subtitle {
    font-family: "Lora", serif;
    letter-spacing: .5px;
    font-size: 14px;

    transition: all 0.35s ease-out;
    -moz-transition: all 0.35s ease-out;
    -webkit-transition: all 0.35s ease-out;
    -o-transition: all 0.35s ease-out;
}

.cbp-af-header .nav-decor-left {
    position: absolute;
    bottom: 15px;
    left: 12px;
    line-height: normal;
}

.cbp-af-header .navbar-nav {
    float: none;
    width: auto;
    margin: 0 auto;
    display: table;
}

.cbp-af-header .navbar-nav > li > a {
    letter-spacing: 3px;
    font-weight: 500;
}

.cbp-af-header nav > a {
    margin: 0 0 0 20px;
    font-size: 1.0em;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.cbp-af-header .navbar-toggle {
    position: absolute;
    top: 27px;
    right: 0;
    float: none;
}

.navbar .navbar-nav > li > a,
.navbar .navbar-nav > li.open > a {
    color: #303030;
}

.navbar .navbar-nav > li > a:before,
.navbar .navbar-nav > li.open > a:before {
    color: #303030;
}

.navbar .navbar-nav > li > a:hover,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > li > a:hover:before,
.navbar .navbar-nav > li > a:focus:before,
.navbar .navbar-nav > li.open > a:hover,
.navbar .navbar-nav > li.open > a:focus,
.navbar .navbar-nav > li.open > a:hover:before,
.navbar .navbar-nav > li.open > a:focus:before {
    color: #a88964;
}

.navbar .navbar-toggle .icon-bar {
    background-color: #303030;
}

.navbar.header-light .navbar-nav > li > a,
.navbar.header-light .navbar-nav > li.open > a {
    color: #fff;
}

.navbar.header-light .navbar-nav > li > a:before,
.navbar.header-light .navbar-nav > li.open > a:before {
    color: #fff;
}

.navbar.header-light .navbar-nav > li > a:hover,
.navbar.header-light .navbar-nav > li.open > a:hover {
    color: #dadada;
}

.navbar.header-light .navbar-nav > li > a:focus,
.navbar.header-light .navbar-nav > li.open > a:focus {
    color: #fff;
}

.navbar.header-light .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-nav > li > a {
    font-family: "EB Garamond", serif;
    font-weight: 400;
    font-size: 15px;
    text-transform: uppercase;

    padding: 15px 32px 16px 32px;

    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.navbar-default .navbar-nav > li > a:before {
    color: #737373;

    font-family: 'Flaticon';
    font-size: 19px;
    content: "\f11c"; /* "\f11a"; */
    line-height: normal;

    position: absolute;
    top: 13px;
    left: -3px;

    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.navbar-default .navbar-nav > li > a:hover:before {
    color: #a88964;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: transparent;
}

/*
 * ========================================================
 * Post
 *
 */

.post {
    margin-bottom: 80px;
}

.post h1,
.post h2 {
    font-family: "Lora", serif;
    font-style: oblique;
    line-height: 1.4em;
    font-size: 30px;
}

.post .post-detail,
.page .post-detail {
    padding: 30px 0;
}

.post .post-detail h2.entry-title,
.page .post-detail h2.entry-title {
    font-family: "Lora", serif;
    line-height: 1.4em;
}

.post .post-detail h2.entry-title.page-title,
.page .post-detail h2.entry-title.page-title {
    font-family: "Cinzel", serif;
    line-height: 1.4em;
}

.post .post-detail h2.entry-title,
.page .post-detail h2.entry-title {
    font-style: oblique;
}

/*
 * ========================================================
 * Footer
 *
 */

footer {
    background: #fdf7f1;

    padding: 60px 0 0 0;
    margin-bottom: 24px;
}

footer .contact-phone > span {
    font-size: 140%;
}
footer .social {
    margin-top: 2px;
}

footer .social li {
    margin-bottom: 5px;
    padding-left: 3px;
    padding-right: 3px;
}

footer .social li a i {
    background: #f4d5b0;
    color: #fff;

    width: 24px;
    height: 24px;

    margin-left: 0;
    padding: 8px 0;
    border-radius: 50%;

    font-size: 20px;
    line-height: 7px;
    text-align: center;

    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

footer .social li a i:hover {
    color: #fff;
    background: #a88964;
}

/* signet */
footer .signet {
    display: flex;
    margin-bottom: 50px;

    color: #303030;
}
footer .signet > div:first-child {
    /* ornament */
    width: 50px;
}

footer .signet > div:first-child i:before {
    margin-left: 0;

    color: #303030;
    font-size: 40px;
    line-height: 18px;
}
footer .signet > div:last-child {
    /* name */
    flex: 1;
}
footer .signet > div:last-child h2 {
    line-height: 30px;
    margin-bottom: 0;
}

footer #copyrights-wrapper {
    background-color: #fff !important;

    padding: 32px 0 18px 0;
}

footer .copyright {
    font-size: 12px;
    color: #303030;
}

/* Infoblock */

footer .infoblock {
    margin: 0 0 24px 0;
}

footer .infoblock a:hover {
    text-decoration: none;
}

footer .infoblock .navlinks a {
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 11px;
}

footer .infoblock img {
    max-width: 100%;
}

footer .navlinks a {
    font-size: 12px;
    color: #303030;
}

footer .navlinks a:hover {
    color: #303030;
}


/* social */

.social li {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 5px;
}

.social li a i {
    background: #f4d5b0;
    color: #fff;
    width: 32px;
    height: 32px;
    padding: 12px 0;
    border-radius: 50%;
    font-size: 13px;
    line-height: 7px;
    margin-left: 8px;
    text-align: center;
    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

.social li a i:hover {
    color: #fff;
    background: #a88964;
}

.sidebar .social li a i {
    margin-left: 0;
}


/*
 * ========================================================
 * Caret (Mobile only)
 *
 */

.caret {
    display: inline-block;
    width: 0;
    height: 0;

    margin-top: -2px;
    margin-left: 3px;
    vertical-align: middle;

    border-top: 4px dashed;
    border-top: 4px solid;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
}


/*
 * ========================================================
 * Scroll-To-Top
 *
 */

#back-top a {
    background: #f4d5b0;
    color: white;
    font-size: 18px;
    line-height: 20px;
    text-align: center;

    height: 40px;
    width: 40px;
    border-radius: 20px;
    padding: 10px;

    display: block;
    position: fixed;
    z-index: 10;
    right: 30px;
    bottom: 60px;

    transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}

#back-top a i {
    color: inherit;
}

@media (max-width: 400px) {
    #back-top a {
        bottom: 25px;
        right: 15px;
    }
}

#back-top a:hover {
    color: #fff;
    background: #a88964;
}


/*
 * ========================================================
 * Media Queries
 *
 */

@media (max-width: 992px) {
    .cbp-af-header .navbar-nav > li > a {
        letter-spacing: 1px;
        font-size: 13px;
        padding: 15px 21px 16px 32px;
    }

    .cbp-af-header .navbar-nav > li > a:before {
        display: none;
    }

    .sidebar {
        margin-left: 0;
        /*margin-top: 72px;*/
        overflow: visible;
    }

    .pull-left {
        float: none !important;
    }

    .pull-right {
        float: none !important;
    }

    .sidebar {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .navbar-default .navbar-nav > li > a:before {
        display: none;
    }

    .cbp-af-header .subtitle {
        display: none;
    }

    .cbp-af-header .navbar-header {
        padding-bottom: 0;
    }

    .bordered {
        border-bottom: none !important;
        border-top: none !important;
    }

    .cbp-af-header .navbar-toggle,
    .cbp-af-header.cbp-af-header-shrink .navbar-toggle {
        top: 14px;
    }

    .navbar-collapse.in {
        border-color: #f2f2f2;
        margin: 0 !important;
        width: 100%;
        left: 0;
    }

    .navbar-collapse.in li.dropdown > ul > li {
        padding: 3px 0;
    }

    .cbp-af-header .navbar-nav {
        margin: 0;
    }

    .cbp-af-header.cbp-af-header-shrink .navbar-collapse {
        margin-top: 0;
    }

    .navbar-nav > li > a {
        color: #303030 !important;
    }

    .navbar-nav > li > a:hover,
    .navbar-nav > li > a:focus {
        color: #a88964 !important;
    }

    .navbar-nav .open .dropdown-menu {
        margin-left: 18px;
    }
}

@media (max-width: 400px) {
    .cbp-af-header .navbar-toggle,
    .cbp-af-header.cbp-af-header-shrink .navbar-toggle {
        top: 8px;
    }
}
