/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Grid
# Class
# Forms
# Button
# Header
# Main Menu
# Page Title & Breadcrumb
# Post and Page
# Navigation
# Layout Content
# Widgets
# Media
# Singlular
# Comments
# Footer
# VC Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize. Delete this line and _normalize.scss if you are
# using Bootstrap. Bootstrap itself already have normalize
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Class
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Page Title & Breadcrumb
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Post and Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layout Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# VC Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
/* VC fixed mobile */
/*--------------------------------------------------------------
# Woo
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden], template {
    display: none;
}
a {
    background-color: transparent;
}
a:active, a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b, strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
    line-height: normal;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button, select {
    text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th {
    padding: 0;
}
@font-face {
    font-family: 'the_frontmanregular';
    src: url('../fonts/the_frontman.woff2') format('woff2'), url('../fonts/the_frontman.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html {
    box-sizing: border-box;
}
*, *:before, *:after {
    box-sizing: inherit;
}
body {
    font-size: 15px;
    color: #676360;
    line-height: 24px;
    font-weight: 400;
    background-color: #121212;
    letter-spacing: 1px;
    font-family: 'Roboto', sans-serif;
}
/*body.boxed-layout {
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 100%;
    position: relative;
    width: 100%;
    background-position: center center !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover !important;
    -o-background-size: cover;
}*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    clear: both;
}
h1, .h1 {
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 10px;
}
h2, .h2 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}
h3, .h3 {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}
h4, .h4 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}
h5, .h5 {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
h6, .h6 {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
}
p {
    margin-top: 0;
    margin-bottom: 1.5em;
}
dfn, cite, em, i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background-color: rgba(0, 0, 0, 0.05);
    font-size: 0.875em;
    line-height: 1.4;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code, kbd, tt, var {
    font-size: 0.9375em;
}
abbr, acronym {
    border-bottom: 1px dotted;
    cursor: help;
}
mark, ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
ul, ol {
    margin: 0 0 1.5em 0;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li > ul, li > ol {
    margin-bottom: 0;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
img {
    height: auto;
    max-width: 100%;
}
figure {
    margin: 1em 0;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
th {
    vertical-align: middle;
    border-bottom: 2px solid #ddd;
    border-bottom-color: rgba(255, 255, 255, 0.1);
    font-weight: bold;
    padding: 15px 10px;
    text-align: left;
}
td {
    vertical-align: middle;
    /*line-height: 1.42857;*/
    /*border-top: 1px solid #ddd;*/
    border-top-color: rgba(255, 255, 255, 0.1);
    /*font-weight: bold;*/
    padding: 10px 10px;
}

table td[class*=col-], table th[class*=col-] {
    position: static;
    display: table-cell;
    float: none;
}
.tour-date {
    font-style: italic;
    font-size: 13px;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 1200px) {
    .container {
        width: 1000px;
    }
}
@media (max-width: 1199px) {
    .container {
        width: 100%;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66667%;
}
.col-xs-10 {
    width: 83.33333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66667%;
}
.col-xs-7 {
    width: 58.33333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66667%;
}
.col-xs-4 {
    width: 33.33333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66667%;
}
.col-xs-1 {
    width: 8.33333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66667%;
}
.col-xs-pull-10 {
    right: 83.33333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66667%;
}
.col-xs-pull-7 {
    right: 58.33333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66667%;
}
.col-xs-pull-4 {
    right: 33.33333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66667%;
}
.col-xs-pull-1 {
    right: 8.33333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66667%;
}
.col-xs-push-10 {
    left: 83.33333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66667%;
}
.col-xs-push-7 {
    left: 58.33333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66667%;
}
.col-xs-push-4 {
    left: 33.33333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66667%;
}
.col-xs-push-1 {
    left: 8.33333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333%;
}
.col-xs-offset-0 {
    margin-left: 0%;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66667%;
    }
    .col-sm-10 {
        width: 83.33333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66667%;
    }
    .col-sm-7 {
        width: 58.33333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66667%;
    }
    .col-sm-4 {
        width: 33.33333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66667%;
    }
    .col-sm-1 {
        width: 8.33333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66667%;
    }
    .col-sm-pull-10 {
        right: 83.33333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66667%;
    }
    .col-sm-pull-7 {
        right: 58.33333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66667%;
    }
    .col-sm-pull-4 {
        right: 33.33333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66667%;
    }
    .col-sm-pull-1 {
        right: 8.33333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66667%;
    }
    .col-sm-push-10 {
        left: 83.33333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66667%;
    }
    .col-sm-push-7 {
        left: 58.33333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66667%;
    }
    .col-sm-push-4 {
        left: 33.33333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66667%;
    }
    .col-sm-push-1 {
        left: 8.33333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }
    .col-sm-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66667%;
    }
    .col-md-10 {
        width: 83.33333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66667%;
    }
    .col-md-7 {
        width: 58.33333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66667%;
    }
    .col-md-4 {
        width: 33.33333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66667%;
    }
    .col-md-1 {
        width: 8.33333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66667%;
    }
    .col-md-pull-10 {
        right: 83.33333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66667%;
    }
    .col-md-pull-7 {
        right: 58.33333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66667%;
    }
    .col-md-pull-4 {
        right: 33.33333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66667%;
    }
    .col-md-pull-1 {
        right: 8.33333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66667%;
    }
    .col-md-push-10 {
        left: 83.33333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66667%;
    }
    .col-md-push-7 {
        left: 58.33333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66667%;
    }
    .col-md-push-4 {
        left: 33.33333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66667%;
    }
    .col-md-push-1 {
        left: 8.33333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333%;
    }
    .col-md-offset-0 {
        margin-left: 0%;
    }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66667%;
    }
    .col-lg-10 {
        width: 83.33333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66667%;
    }
    .col-lg-7 {
        width: 58.33333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66667%;
    }
    .col-lg-4 {
        width: 33.33333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66667%;
    }
    .col-lg-1 {
        width: 8.33333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66667%;
    }
    .col-lg-pull-10 {
        right: 83.33333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66667%;
    }
    .col-lg-pull-7 {
        right: 58.33333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66667%;
    }
    .col-lg-pull-4 {
        right: 33.33333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66667%;
    }
    .col-lg-pull-1 {
        right: 8.33333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66667%;
    }
    .col-lg-push-10 {
        left: 83.33333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66667%;
    }
    .col-lg-push-7 {
        left: 58.33333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66667%;
    }
    .col-lg-push-4 {
        left: 33.33333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66667%;
    }
    .col-lg-push-1 {
        left: 8.33333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }
    .col-lg-offset-0 {
        margin-left: 0%;
    }
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
    content: " ";
    display: table;
}
.clearfix:after, .container:after, .container-fluid:after, .row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
    display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs, td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm, td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md, td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg, td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print, td.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Do not show the outline on the skip link target. */
}
.screen-reader-text:focus {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #000;
    display: block;
    font-size: 0.875em;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    /* Above WP toolbar. */
    z-index: 100000;
}
#content[tabindex="-1"]:focus {
    outline: 0;
}
.clearfix {
    display: inline-block;
    /* start commented backslash hack \*/
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
    clear: both;
}
.alignleft, .alignright, .aligncenter {
    margin-bottom: 1em;
}
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    /* Text align */
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.section-small-title, .section-title {
    position: relative;
    display: block;
    margin-bottom: 60px;
}
.row-overlay:before {
    display: block !important;
    background-color: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 100px 100px #070a0a inset;
    width: 100%;
    height: 100%;
    z-index: 1;
}
::-webkit-input-placeholder {
    color: #8a8a8a;
}
:-moz-placeholder {
    color: #8a8a8a;
}
::-moz-placeholder {
    color: #8a8a8a;
}
:-ms-input-placeholder {
    color: #8a8a8a;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    border: 1px solid #121212;
    background: #131313;
    padding: 11px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    border: 1px solid #232927;
    outline: 0;
}
textarea {
    width: 100%;
    border: 1px solid #121212;
    background: #131313;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
}
.search-form .search-field {
    width: 80%;
}
.search-form .search-submit {
    width: 20%;
    padding-left: 0;
    padding-right: 0;
}
button, button[disabled]:hover, button[disabled]:focus, input[type="button"], input[type="button"][disabled]:hover, input[type="button"][disabled]:focus, input[type="reset"], input[type="reset"][disabled]:hover, input[type="reset"][disabled]:focus, input[type="submit"], input[type="submit"][disabled]:hover, input[type="submit"][disabled]:focus {
    font-family: 'Roboto', sans-serif;
    border: none;
    display: inline-block;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #fff;
    background: #867461;
    line-height: 1.33333;
    font-weight: 400;
    text-align: center;
    padding: 12px 20px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
    background: #6d5f47 !important;
    color: #fff !important;
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus {
    outline: thin dotted;
    outline-offset: -4px;
    /* CMS Button */
}
.btn {
    font-family: 'Roboto', sans-serif;
    background: #070a0a;
    display: inline-block;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #fff;
    line-height: 1.33333;
    font-weight: 400;
    text-align: center;
    padding: 12px 20px;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 15px;
}
.btn .fa-left {
    padding-right: 10px;
}
.btn .fa-right {
    padding-left: 10px;
}
.btn.center {
    position: absolute;
    left: 50%;
    /* IE 9 */
    -ms-transform: translateX(-50%);
    /* Safari */
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.btn.btn-small {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.btn.btn-large {
    padding: 15px 42px;
    font-size: 16px;
}
.btn.btn-outline {
    border: 2px solid #d5d5d5;
    color: #3b3b3b;
    background: transparent;
}
.btn.btn-outline:hover, .btn.btn-outline:focus {
    border: 2px solid #867461 !important;
    color: #867461 !important;
}
.btn-primary {
    background: #867461;
    color: #fff;
}
.btn-primary:hover, .btn-primary:focus {
    background: #6d5f47;
    color: #fff;
}
.btn-block {
    display: block;
    width: 100%;
}
.site-branding {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
}
.site-title {
    font-size: 1.5em;
    font-weight: 500;
    margin: 0;
}
.site-description {
    font-size: 0.875em;
    margin: 0;
}
.site-logo {
    display: inline-block;
}
.site-logo img {
    max-height: 100px;
    margin: -10px 0;
    transition: .5s;
    -webkit-filter: drop-shadow(0px 0px 1px #000000);
    filter: drop-shadow(0px 0px 5px #000000);
}

#site-navigation-2{
    margin-top: 18px;
}

#site-navigation{
    margin-top: 15px;
}


.site-logo img:hover {
    transform: scale(1.5);
}

.site-logo-sticky {
    display: none;
}
.site-logo-sticky img {
    max-height: 100px;
}

/*.headroom--not-top {
    background: #080a0d;
    padding: 0 !important;
}
.headroom--not-top .site-logo {
    display: none;
}
.headroom--not-top .site-logo-sticky {
    display: inline-block;
}*/
.site-header {
    position: relative;
    z-index: 999;
}
.site-header .container {
    position: relative;
}
#header-search {
    position: relative;
}
#header-search .searchform {
    display: none;
}
#header-search .searchform.active {
    display: block;
}
#header-search .searchform {
    background: #fff;
    width: 260px;
    display: none;
    position: absolute;
    z-index: 999;
    padding: 15px;
    right: 0;
    top: 50px;
}
#header-search .search-field {
    width: 170px;
}
#header-cart {
    position: relative;
}
#header-cart .cartform {
    display: none;
}
#header-cart .cartform.active {
    display: block;
}
#header-cart .cartform {
    background: #fff;
    width: 260px;
    display: none;
    position: absolute;
    z-index: 999;
    right: 0;
    top: 50px;
}
#header-cart .widget_shopping_cart {
    margin: 0;
    padding: 15px;
}
#header-cart .widget_shopping_cart p {
    margin-bottom: 0;
}
.home:not('.blog') .main-header {
    position: absolute;
    z-index: 10;
    display: block;
    margin: auto;
    width: 100%;
    padding: 40px 0 0;
}
.header-fixed .main-header {
    position: absolute;
    z-index: 10;
    display: block;
    width: 100%;
    margin: auto;
    padding: 40px 0px 0px;
    /**
   * headroom
   */
}
/*#headroom {
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9999;
}
.headroom--pinned {
    display: block;
}
.headroom--not-top {
    position: fixed !important;
    z-index: 10;
    right: 0;
    left: 0;
    top: 0;
}
.headroom {
    will-change: transform;
    transition: transform 200ms linear;
}
.headroom--pinned {
    transform: translateY(0%);
}
.headroom--pinned #header-middle {
    display: none;
}
.admin-bar .headroom--not-top {
    top: 32px;
}*/
#main-menu-mobile {
    position: relative;
    z-index: 999;
}
@media (min-width: 992px) {
    .primary-menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .primary-menu li {
        position: relative;
        list-style: none;
    }
    .primary-menu li a {
        display: block;
        padding: 5px 5px;
    }
    .primary-menu > li > a {
        letter-spacing: 1px;
        font-weight: 500;
        text-transform: uppercase;
        color: #ffffff;
    }
    .primary-menu > li:hover > a {
        color: #fff;
    }
    .primary-menu .sub-menu {
        list-style: none;
        margin: 0;
    }
    .primary-menu > li {
        display: inline-block;
        vertical-align: middle;
    }
    .primary-menu .sub-menu {
        position: absolute;
        background: #fff;
        padding: 0;
        top: 100%;
        left: 0;
        margin-top: 15px;
        min-width: 200px;
        z-index: 99;
        visibility: hidden;
        opacity: 0;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
        -webkit-transition: all 240ms;
        -khtml-transition: all 240ms;
        -moz-transition: all 240ms;
        -ms-transition: all 240ms;
        -o-transition: all 240ms;
        transition: all 240ms;
    }
    .primary-menu .sub-menu li a {
        padding: 4px 16px;
    }
    .primary-menu .sub-menu .sub-menu {
        top: 0;
        left: 100%;
    }
    .primary-menu .sub-menu .vc_row {
        background: #fff;
        padding: 10px;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.25);
    }
    .primary-menu li:hover, .primary-menu li.focus {
        overflow: visible;
    }
    .primary-menu li:hover > .sub-menu, .primary-menu li.focus > .sub-menu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
    }
}
@media (max-width: 991px) {
    .wrap-nav {
        background-color: #fff;
        box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
        position: absolute;
        z-index: 99;
        padding: 15px 20px;
        top: 150%;
        bottom: auto;
        left: 0;
        right: 0;
        height: 300px;
        overflow-x: hidden;
        visibility: hidden;
        opacity: 0;
        transition: all 240ms;
    }
    .wrap-nav.navigation-open {
        opacity: 1;
        visibility: visible;
        top: 100px;
    }
    .main-navigation {
        width: 100%;
    }
    .primary-menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .primary-menu li {
        position: relative;
        list-style: none;
    }
    .primary-menu li a {
        display: block;
        padding: 5px 0;
    }
    .primary-menu .sub-menu {
        position: relative;
        padding-left: 20px;
        visibility: hidden;
        opacity: 0;
        display: none;
        overflow: hidden;
        -webkit-transition: all 240ms;
        -khtml-transition: all 240ms;
        -moz-transition: all 240ms;
        -ms-transition: all 240ms;
        -o-transition: all 240ms;
        transition: all 240ms;
    }
    .primary-menu .sub-menu.submenu-open {
        visibility: visible;
        opacity: 1;
        height: auto;
    }
    .primary-menu li.focus > .sub-menu {
        visibility: visible;
        opacity: 1;
        max-height: none;
        overflow: visible;
    }
}
@media screen and (max-width: 991px) {
    #main-menu-mobile .btn-nav-mobile {
        color: #867461;
        display: inline-block;
        font-size: 16px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        vertical-align: middle;
        width: 30px;
        cursor: pointer;
        position: relative;
        -webkit-transition: all 300ms linear 0ms;
        -khtml-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        -o-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
    }
    #main-menu-mobile .btn-nav-mobile:before, #main-menu-mobile .btn-nav-mobile:after, #main-menu-mobile .btn-nav-mobile span {
        -webkit-transition: all 300ms linear 0ms;
        -khtml-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        -o-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
        content: "";
        background-color: #867461;
        display: block;
        height: 2px;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        width: 22px;
        top: 21px;
    }
    #main-menu-mobile .btn-nav-mobile:before {
        top: 9px;
    }
    #main-menu-mobile .btn-nav-mobile span {
        top: 15px;
    }
    #main-menu-mobile .btn-nav-mobile.opened:before {
        top: 15px;
        transform: rotate(45deg);
    }
    #main-menu-mobile .btn-nav-mobile.opened:after {
        -webkit-transform: rotate(-45deg);
        -khtml-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 15px;
    }
    #main-menu-mobile .btn-nav-mobile.opened span {
        display: none;
    }
    .main-menu-toggle {
        -webkit-transition: all 300ms linear 0ms;
        -khtml-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        -o-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
        cursor: pointer;
        display: inline-block;
        height: 19px;
        line-height: 19px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 10px;
        width: 19px;
    }
    .main-menu-toggle:before, .main-menu-toggle:after {
        content: "";
        position: absolute;
        background-color: #222;
    }
    .main-menu-toggle:before {
        height: 9px;
        width: 1px;
        top: 5px;
        left: 9px;
    }
    .main-menu-toggle:after {
        height: 1px;
        width: 9px;
        left: 5px;
        top: 9px;
    }
    .main-menu-toggle.close:before {
        display: none;
    }
}
@media screen and (min-width: 992px) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}
.comment-navigation, .posts-navigation, .post-navigation {
    /* add class back when submenu out body */
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
ul.back {
    right: 100%;
    left: auto !important;
}
#pagetitle {
    /*background-color: #030303;*/
    /*border-bottom: 1px dotted rgba(255, 255, 255, 0.2);*/
    position: relative;
}

#pagetitle2 {
    background-color: #030303;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    position: relative;
}

#pagetitle .breadcrumb a {
    color: #fff;
}
.wrap-customtitle {
    padding: 3em 0;
    line-height: 1;
}
.wrap-customtitle .ptitle {
    font-family: 'the_frontmanregular';
}
.breadcrumb {
    list-style: none;
    padding: 15px 0 0;
    margin: 0;
}
.breadcrumb li {
    display: inline-block;
    vertical-align: middle;
}
.breadcrumb li:after {
    content: '/';
    margin-left: 5px;
    margin-right: 5px;
}
.breadcrumb li:last-child:after {
    display: none;
}
body:not(.page) .customtitle {
    max-width: 500px;
    -ms-transform: rotate(-5deg);
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.customtitle {
    padding: 30px 25px 25px;
    position: absolute;
    background: #867461 url(../images/gr.png) repeat scroll center center !important;
    bottom: -25px;
    top: auto;
    border: 3px solid #070a0a !important;
    z-index: 10;
    display: block;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    backface-visibility: hidden;
    perspective: 1000px;
    color: #070a0a;
}
.customtitle-full {
    padding: 20px 40px 15px 40px;
    width: 100%;
    /*background: #000000 url(../images/head-top.png);*/
    background-size: cover !important;
    color: #f9f9f9;
    text-align: center;
}
.page-title .customtitle {
    bottom: 0;
}
.page-title .ptitle {
    font-size: 30px;
    margin: 0;
    line-height: normal;
}

.page-title .pformat {
    font-size: 15px;
    margin-top: 15px;
    line-height: normal;
    color: #6d5f47;
    letter-spacing: 4px;
}

.boxed-layout .site-wrap {
    margin: 40px auto;
    max-width: 1000px;
}
.boxed-layout .main-header {
    position: relative;
}
.content-no-sidebar {
    max-width: 780px;
    margin: 0 auto;
}
.sticky {
    display: block;
    padding: 0 20px;
    border: 1px solid #212121;
}
.hentry {
    margin: 0 0 5em;
    border-bottom: 1px solid #212121;
    padding-bottom: 15px;
}
.single-hentry {
    margin: 0 0 1.5em;
}
.single-hentry .entry-featured img {
    width: 100%;
    height: auto;
}
.page .hentry {
    border: none;
    margin: 0;
}
.updated:not(.published) {
    display: none;
}
.entry-title {
    font-weight: 600;
    font-size: 20px;
    color: #6d5f47;
    margin-bottom: 12px !important;
    margin-top: 12px !important;
}
.entry-title a {
    color: #fff;
}
.entry-title a:hover {
    color: #cebba7;
}
.entry-readmore {
    padding-top: 10px;
}
.entry-featured {
    padding-bottom: 15px;
}
.entry-featured embed, .entry-featured iframe, .entry-featured object {
    width: 100%;
}
.format-gallery .entry-featured {
    position: relative;
}
.format-gallery .entry-featured .owl-next, .format-gallery .entry-featured .owl-prev {
    background: #ccc;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
}
.format-gallery .entry-featured .owl-next:hover, .format-gallery .entry-featured .owl-prev:hover {
    background: #000;
    color: #fff;
}
.format-gallery .entry-featured .owl-next {
    right: 0;
    top: 50%;
    margin-top: -15px;
}
.format-gallery .entry-featured .owl-prev {
    left: 0;
    top: 50%;
    margin-top: -15px;
}
.csh-album-wrap, .boxed-layout .content-row {
    background-color: #000 !important;
    padding: 40px;
}
.blog-date {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-top: 12px;
    /* 404 */
}
.site-main .error-404 {
    max-width: 600px;
    margin: 0 auto;
}
.error404 .content-area {
    background-color: rgba(0, 0, 0, 0.9) !important;
    padding: 100px 40px 120px;
}
a {
    color: #867461;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a:focus {
    outline: thin dotted;
}
a:hover, a:active {
    outline: 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.site-boxed #page {
    width: 1000px;
    margin: 0 auto;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/loader.png') 50% 50% no-repeat #000000;
}
#primary {
  /*  padding-left: 15px;
    padding-right: 15px;*/
    position: relative;
}
.content-fullwidth #primary {
    padding-left: 0;
    padding-right: 0;
}
#secondary {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.site-content .content-has-sidebar {
    width: 70%;
}
.site-content .widget-has-sidebar {
    width: 30%;
}
.content-no-sidebar {
    width: 100%;
}
@media screen and (max-width: 767px) {
    .site-content .content-has-sidebar {
        width: 100%;
    }
    .site-content .widget-has-sidebar {
        width: 100%;
    }
}
.widget {
    margin: 0 0 3em;
}
.widget select {
    max-width: 100%;
}
.widget ul {
    margin-bottom: 0;
    padding-left: 20px;
}
.widget-title {
    margin: 0;
    padding-bottom: 20px;
    color: #fff;
    font-size: 18px;
}
.widget_categories ul ul ul ul ul, .widget_pages ul ul ul ul ul, .widget_nav_menu ul ul ul ul ul {
    padding-left: 0;
}
.widget_recent_comments .recentcomments > a:before {
    content: '\A';
    white-space: pre;
}
.widget_rss ul {
    list-style: none;
    padding: 0;
}
.widget_rss li {
    margin-bottom: 16px;
}
.widget_rss li:last-child {
    margin-bottom: 0;
}
.widget_rss .rsswidget {
    font-weight: 700;
    display: inline-block;
}
.widget_rss .rss-date {
    font-size: 0.875em;
    font-style: italic;
    display: block;
}
.widget_rss cite {
    font-weight: 700;
    font-size: 0.875em;
}
.widget_calendar th, .widget_calendar td {
    text-align: center;
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
embed, iframe, object {
    max-width: 100%;
}
.custom-logo-link {
    display: inline-block;
}
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption .wp-caption-text {
    padding: 0.8075em 0;
    font-size: 0.875em;
    font-style: italic;
}
.wp-caption-text {
    text-align: center;
}
.gallery {
    margin-bottom: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}
.gallery-caption {
    display: block;
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
#reply-title {
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
}
.comments-area {
    border-top: 1px solid #232927;
}
.comments-area .comment-list {
    list-style: none;
    padding: 0;
}
.comments-area .comment-list li {
    border: 1px solid #212121;
    margin: 20px 0;
    background-color: transparent;
    display: block;
    padding: 20px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
}
.comments-area .comment-list ol {
    padding: 0;
}
.comments-title {
    margin: 0;
    padding: 50px 0 10px;
    font-size: 20px;
}
.comment-author img {
    width: 56px;
    margin-right: 15px;
}
.bottom-footer {
    padding: 2em 0;
    text-align: center;
}
.bottom-footer .footer-socials a {
    margin: 0 5px;
}
a.scroll-top {
    position: fixed;
    right: 100px;
    bottom: 100px;
    z-index: 9999;
}
.site-info {
    margin: 5px 0;
}
.cshab-layout2.affix {
    position: fixed;
    z-index: 1111;
    bottom: 0;
    width: 100%;
}
@media (max-width: 767px) {
    .vc_column_container > .vc_column-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .entry-content .vc_row .vc_column_container {
        margin-bottom: 30px;
    }
    .entry-content .vc_row .vc_column_container:last-child {
        margin-bottom: 0;
    }
}
.vc_row {
    z-index: 10;
    /* OWL theme */
}
.owl-carousel .owl-stage-outer {
    cursor: move;
}
.owl-theme .owl-nav {
    margin-top: 30px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
    color: #fff;
    border: 2px solid #867461;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 35px;
    margin: 5px;
    padding: 0;
    width: 40px;
    opacity: 0.8;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    opacity: 1;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 30px;
}
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #867461;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    opacity: 0.5;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    opacity: 1;
    /* Custom Heading */
}
.cms-heading-wrapper {
    margin-bottom: 15px;
}
.cms-heading-wrapper h1, .cms-heading-wrapper h2, .cms-heading-wrapper h3, .cms-heading-wrapper h4, .cms-heading-wrapper h5 {
    margin: 0;
}
.cms-heading {
    font-family: 'the_frontmanregular';
    color: #081118;
    line-height: 1;
}
.cms-heading-layout1 h2 {
    font-size: 34px;
    margin: 0 0 30px;
}
.cms-heading-layout1 h2 i {
    color: #867461;
}
.cms-heading-layout1 .heading-desc {
    font-size: 16px;
    padding: 0;
    margin: 0;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 1px;
}
.cms-heading-layout2 {
    max-width: 500px;
    transform: rotate(-5deg);
    backface-visibility: hidden;
    perspective: 1000px;
    /* carousel post */
}
.cms-heading-layout2 h2 i {
    color: #fff;
}
.carousel-post-title h3 {
    text-transform: uppercase;
    padding-top: 16px;
    margin: 0 0 10px;
    letter-spacing: 1px;
    line-height: 1.5;
    font-size: 18px;
}
.carousel-post-title h3 a:hover {
    color: #6d5f47 !important;
}
.carousel-post-media {
    overflow: hidden;
}
.carousel-post-media img {
    -webkit-transform: rotate(5deg) scale(1.1);
    transform: rotate(5deg) scale(1.1);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.carousel-post-media:hover img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}
.post-readmore {
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    padding-top: 10px;
}
.post-readmore:hover {
    color: #fff;
    text-decoration: underline !important;
}
.carousel-post-video {
    /* Team */
}
.carousel-post-video .cms-grid-item iframe {
    height: 180px;
}
.carousel-post-video .video-box {
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px;
}
.carousel-post-video .btn {
    margin-top: 20px;
    text-transform: capitalize;
}
.teambox {
    position: relative;
    padding: 20px 20px 0;
    text-align: center;
    /* album */
}
.teambox .member {
    color: #fff;
    background: #867461;
    border-color: #867461;
    position: relative;
    width: 140px;
    border-radius: 140px;
    height: 140px;
    line-height: 140px;
    margin: 0 auto;
    display: block;
}
.teambox img {
    width: 60px !important;
    border: 7px solid #fff;
    border-radius: 60px;
    position: absolute;
    top: -20px;
    right: -20px;
}
.teambox i {
    font-size: 65px;
    line-height: 140px;
}
.teambox h4 {
    padding: 0;
    margin: 20px 0 0;
    line-height: 1;
}
.teambox small {
    color: #867461;
}
.teambox:hover .member {
    background-color: #080b12;
}
.grid__item {
    position: relative;
    width: 100%;
    min-width: 100%;
    margin: 0;
    padding: 0 40px 10px;
}
.grid__item .year {
    font-size: 0.85em;
    position: absolute;
    z-index: 10;
    right: 0;
    margin: -1em -1em 0 0;
    padding: 0.3em 0.5em;
    color: #ffffff;
    border: 2px solid;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.grid__item .artist {
    font-size: 0.85em;
    font-weight: normal;
    color: #081118;
    margin: 1em 0 0.5em;
}
.grid__item .title {
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 0 3em;
    white-space: nowrap;
    color: #867461;
}
.grid__link {
    position: relative;
    display: block;
    color: #474283;
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.img-wrap {
    position: relative;
}
.lp--grid {
    left: 0;
    width: 100%;
    background: #000;
    border-radius: 100%;
    height: 100%;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.lp {
    position: absolute;
    z-index: -1;
}
.img--grid {
    display: block;
    position: relative;
    max-width: 100%;
    box-shadow: 2px 16px 26px 0px rgba(36, 33, 69, 0.3);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.grid__link:hover .lp {
    -webkit-transform: translate3d(24%, 0, 0);
    transform: translate3d(24%, 0, 0);
}
.m30 {
    margin-bottom: 30px;
    /* shopitem */
}
.shop-box {
    padding: 15px;
    margin-bottom: 30px;
    /* followinstagram */
}
.shop-box h3 {
    font-size: 14px;
    min-height: 50px;
}
.shop-box h3 a {
    color: #ffffff;
}
.shop-box small.pull-left {
    color: #fff;
    font-size: 14px;
}
.followinstagram {
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.followinstagram .followinstagram-title {
    padding: 25px;
}
.followinstagram .followinstagram-title span {
    display: inline-block;
    color: #fff;
    font-size: 21px;
    text-align: center;
    margin-right: 40px;
}
.followinstagram .followinstagram-title i {
    font-size: 15px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.2);
}
.followinstagram ul {
    padding: 0;
    margin: 0;
}
.followinstagram ul li {
    padding: 10px;
    list-style: none;
    float: left;
    width: 33.33333%;
    margin-bottom: -2px;
}
.followinstagram ul li img {
    -webkit-filter: grayscale(0) blur(0);
    filter: grayscale(0) blur(0);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.followinstagram ul li:hover img {
    -webkit-filter: grayscale(100%) blur(3px);
    filter: grayscale(100%) blur(3px);
}
.btn-instagram {
    color: #fff;
    background-color: #517fa4;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-social {
    position: relative;
    padding: 7px 10px 7px 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-social :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em !important;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.btn-twitter {
    color: #fff;
    background-color: #2ba9e1;
    border-color: rgba(0, 0, 0, 0.2);
    /* followtweeter */
}
.followtweeter .followtweeter-title {
    padding: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 30px;
}
.followtweeter .followtweeter-title span {
    display: inline-block;
    color: #fff;
    font-size: 21px;
    text-align: center;
    margin-right: 40px;
}
.followtweeter .followtweeter-title i {
    font-size: 15px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.2);
}
.followtweeter .tweet-text {
    display: inline-block;
    padding: 0 40px 10px;
}
.followtweeter .tweet-text img {
    max-width: 65px;
    margin: 5px 20px 20px 0;
    float: left;
}
@media screen and (max-width: 767px) {
    .album-image, .album-player {
        width: 100%;
    }
}
.woocommerce span.onsale {
    background-color: #867461;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    padding: 5px;
    line-height: 1.2;
    min-width: auto;
    min-height: auto;
}
.woocommerce ul.products li.product .price {
    color: #f9f9f9;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #867461;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #867461;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #867461;
}
.woocommerce h2 {
    font-size: 18px;
    color: #f9f9f9;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background-color: #6d5f47;
}


/************************************
ALBUM
************************************/

.grid__item {
    position: relative;
    width: 100%;
    min-width: 100%;
    margin: 0;
    padding: 0 40px 10px;
}

.js .grid__item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.js .grid--loaded .grid__item {
    opacity: 1;
}


/* grid decoration */

.grid__item--deco::before {
    font-size: 15em;
    position: absolute;
    z-index: -1;
    top: -1em;
    left: -0.15em;
    opacity: 0.1;
}

.grid__item--deco-1::before {
    content: '1985';
}

.grid__item--deco-2::before {
    content: '1974';
}

.grid__item--deco-3::before {
    content: '2015';
}


/* grid link */

.grid__link {
    position: relative;
    display: block;
    color: #474283;
    -webkit-perspective: 1200px;
    perspective: 1200px;
}

.grid__link:hover {
    color: #474283;
    outline: none;
}


/* image wrap and deco lp */

.img-wrap {
    position: relative;
}

.lp {
    position: absolute;
}

.lp--grid {
    left: 0;
    width: 100%;
    background: #000;
    border-radius: 100%;
    height: 100%;
    -webkit-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.grid__link:hover .lp {
    -webkit-transform: translate3d(24%, 0, 0);
    transform: translate3d(24%, 0, 0);
}

.img {
    display: block;
}

.img--grid {
    position: relative;
    max-width: 100%;
    box-shadow: 2px 16px 26px 0px rgba(36, 33, 69, 0.3);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.artist {
    font-size: 0.85em;
    font-weight: normal;
    color: #081118;
    margin: 1em 0 0.5em;
}

.title {
    font-size: 1em;
    font-weight: bold;
    margin: 0 0 0 0 !important;
    white-space: break-spaces !important;
    min-height: 60px;
}

.year {
    font-size: 0.85em;
    position: absolute;
    z-index: 10;
    right: 0;
    /*margin: -1em -1em 0 0;*/
    padding: 0.3em 0.5em;
    color: #6d6d6d !important;
    /*border: 2px solid;*/
    background-color: #ffffff;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.year--contrast {
    color: inherit;
}

.teambox {
    position: relative;
    padding: 20px 20px 0;
    text-align: center;
}

.teambox:hover .member {
    background-color: #080b12;
}

.teambox .member {
    position: relative;
    width: 140px;
    border-radius: 140px;
    height: 140px;
    line-height: 140px;
    margin: 0 auto;
    display: block;
}

.teambox .member img {
    width: 60px;
    border: 7px solid #fff;
    border-radius: 60px;
    position: absolute;
    top: -20px;
    right: -20px;
}

.teambox i {
    font-size: 65px;
    text-align: center;
}

.teambox h4 {
    padding: 0;
    margin: 20px 0 0;
    line-height: 1;
}

.content-row.disco {
    background-color: rgb(255 255 255 / 92%) !important;
    padding: 40px;
}

#slider {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.slide {
    width: 100%;
    height: auto;
    float: left;
}

.btn-slide {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
}

span.onsale {
    background-color: rgb(255, 255, 255);
    position: absolute;
    min-width: auto;
    min-height: auto;
    border-radius: 0px;
    padding: 5px;
    font-size: 10px;
    font-weight: bold;
}

.harga {
    color: #fff;
    font-size: 20px;
}

.cshab-purchase-link {
    text-align: right;
}

.entry-summary {
    margin-left: 20px;
    margin-right: 20px;
}

.albume-wrapper{
    margin-right: 0 !important;
    margin-left: 0 !important;
}

@media (max-width: 766px) {

    .nav-social {
        display: none !important;
    }

    a.scroll-top {
        right: 50px;
        bottom: 50px;
    }

    .cshab-purchase-link {
        text-align: left;
    }

    .entry-summary {
        margin-left: 0;
        margin-right: 0;
    }
    
    .csh-album-wrap, .boxed-layout .content-row {
        background-color: rgba(0, 0, 0, 0.97) !important;
        padding: 40px !important;
    }
}

@media (max-width: 990px) {

    .nav-social {
        display: none !important;
    }

}