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

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, 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: 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;
}

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 {
    -moz-box-sizing: content-box;
    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-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

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

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a, a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="javascript:"]:after, a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p, h2, h3 {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .table td, .table th {
        background-color: #fff !important;
    }

    .btn > .caret, .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table-bordered th, .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Arquitecta", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #7f7f7f;
    background-color: transparent;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #ABCB60;
    text-decoration: none;
}

a:hover, a:focus {
    color: #aed13b;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 4px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.6;
    background-color: transparent;
    border: 1px solid #dddddd;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 36px;
    margin-bottom: 36px;
    border: 0;
    border-top: 1px solid #f1f1f1;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Arquitecta", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 0.8;
    color: #1f1f1f;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #bbbbbb;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 36px;
    margin-bottom: 18px;
}

h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small {
    font-size: 65%;
}

h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 18px;
    margin-bottom: 18px;
}

h4 small, .h4 small, h5 small, .h5 small, h6 small, .h6 small, h4 .small, .h4 .small, h5 .small, .h5 .small, h6 .small, .h6 .small {
    font-size: 75%;
}

h1, .h1 {
    font-size: 140px;
}

h2, .h2 {
    font-size: 50px;
}

h3, .h3 {
    font-size: 42px;
}

h4, .h4 {
    font-size: 24px;
}

h5, .h5 {
    font-size: 22px;
}

h6, .h6 {
    font-size: 11px;
}

p {
    margin: 0 0 18px;
}

.lead {
    margin-bottom: 36px;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 33px;
    }
}

small, .small {
    font-size: 86%;
}

cite {
    font-style: normal;
}

mark, .mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #bbbbbb;
}

.text-primary {
    color: #bc8420;
}

a.text-primary:hover {
    color: #906519;
}

.text-success {
    color: #468847;
}

a.text-success:hover {
    color: #356635;
}

.text-info {
    color: #3a87ad;
}

a.text-info:hover {
    color: #2d6987;
}

.text-warning {
    color: #c09853;
}

a.text-warning:hover {
    color: #a47e3c;
}

.text-danger {
    color: #b94a48;
}

a.text-danger:hover {
    color: #953b39;
}

.bg-primary {
    color: #fff;
    background-color: #bc8420;
}

a.bg-primary:hover {
    background-color: #906519;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 17px;
    margin: 72px 0 36px;
    border-bottom: 1px solid #f1f1f1;
}

ul, ol {
    margin-top: 0;
    margin-bottom: 18px;
}

ul ul, ol ul, ul ol, ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 36px;
}

dt, dd {
    line-height: 1.6;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title], abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #bbbbbb;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    padding: 18px 36px;
    margin: 0 0 36px;
    font-size: 24px;
    border-left: 5px solid #f1f1f1;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer, blockquote small, blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.6;
    color: #bbbbbb;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse, blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #f1f1f1;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before, blockquote.pull-right footer:before, .blockquote-reverse small:before, blockquote.pull-right small:before, .blockquote-reverse .small:before, blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after, blockquote.pull-right footer:after, .blockquote-reverse small:after, blockquote.pull-right small:after, .blockquote-reverse .small:after, blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

blockquote:before, blockquote:after {
    content: "";
}

address {
    margin-bottom: 36px;
    font-style: normal;
    line-height: 1.6;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 40px;
    padding-right: 40px;
}

@media (min-width: 768px) {
    .container {
        width: 670px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 810px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1120px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 40px;
    padding-right: 40px;
}

.row {
    margin-left: -40px;
    margin-right: -40px;
}

.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: 40px;
    padding-right: 40px;
}

.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.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.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.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .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.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .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.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 36px;
    font-size: 33px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple], select[size] {
    height: auto;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 1.6em;
    font-size: 22px;
    line-height: 1.6;
    color: #ffffff;
}

.form-control {
    display: block;
    width: 100%;
    height: 49.2px;
    padding: 0.6em 1.2em;
    font-size: 22px;
    line-height: 1.6;
    color: #ffffff;
    background-color: #996c1a;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 30px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, 0.6);
}

.form-control::-moz-placeholder {
    color: #bbbbbb;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #bbbbbb;
}

.form-control::-webkit-input-placeholder {
    color: #bbbbbb;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #bbbbbb;
    opacity: 1;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    line-height: 49.2px;
    line-height: 1.6 \0;
}

input[type="date"].input-sm, input[type="time"].input-sm, input[type="datetime-local"].input-sm, input[type="month"].input-sm {
    line-height: 41.2px;
}

input[type="date"].input-lg, input[type="time"].input-lg, input[type="datetime-local"].input-lg, input[type="month"].input-lg {
    line-height: 69.2px;
}

.form-group {
    margin-bottom: 15px;
}

.radio, .checkbox {
    position: relative;
    display: block;
    min-height: 36px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label, .checkbox label {
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.radio + .radio, .checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline, .checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], input[type="radio"].disabled, input[type="checkbox"].disabled, fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled, .checkbox-inline.disabled, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label, .checkbox.disabled label, fieldset[disabled] .radio label, fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 1.6em;
    padding-bottom: 1.6em;
    margin-bottom: 0;
}

.form-control-static.input-lg, .form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}

.input-sm, .form-horizontal .form-group-sm .form-control {
    height: 41.2px;
    padding: 0.6em 1.2em;
    font-size: 19px;
    line-height: 1.5;
    border-radius: 2px;
}

select.input-sm {
    height: 41.2px;
    line-height: 41.2px;
}

textarea.input-sm, select[multiple].input-sm {
    height: auto;
}

.input-lg, .form-horizontal .form-group-lg .form-control {
    height: 69.2px;
    padding: 0.6em 1.2em;
    font-size: 28px;
    line-height: 2;
    border-radius: 4px;
}

select.input-lg {
    height: 69.2px;
    line-height: 69.2px;
}

textarea.input-lg, select[multiple].input-lg {
    height: auto;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 61.5px;
}

.form-control-feedback {
    position: absolute;
    top: 41px;
    right: 0;
    z-index: 2;
    display: block;
    width: 49.2px;
    height: 49.2px;
    line-height: 49.2px;
    text-align: center;
}

.input-lg + .form-control-feedback {
    width: 69.2px;
    height: 69.2px;
    line-height: 69.2px;
}

.input-sm + .form-control-feedback {
    width: 41.2px;
    height: 41.2px;
    line-height: 41.2px;
}

.has-success .help-block, .has-success .control-label, .has-success .radio, .has-success .checkbox, .has-success .radio-inline, .has-success .checkbox-inline {
    color: #468847;
}

.has-success .form-control {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.has-success .input-group-addon {
    color: #468847;
    border-color: #468847;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #468847;
}

.has-warning .help-block, .has-warning .control-label, .has-warning .radio, .has-warning .checkbox, .has-warning .radio-inline, .has-warning .checkbox-inline {
    color: #c09853;
}

.has-warning .form-control {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.has-warning .input-group-addon {
    color: #c09853;
    border-color: #c09853;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #c09853;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #b94a48;
}

.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.has-error .input-group-addon {
    color: #b94a48;
    border-color: #b94a48;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #b94a48;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #bfbfbf;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio, .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label, .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1.6em;
}

.form-horizontal .radio, .form-horizontal .checkbox {
    min-height: 37.6px;
}

.form-horizontal .form-group {
    margin-left: -40px;
    margin-right: -40px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 1.6em;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    top: 0;
    right: 40px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 2.2em;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 1.6em;
    }
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate3d(0, -25%, 0);
    transform: translate3d(0, -25%, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #999999;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #bc8420;
}

.modal-backdrop.fade {
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.modal-backdrop.in {
    filter: alpha(opacity=100);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.modal-header {
    padding: 25px;
    border-bottom: 1px solid transparent;
    min-height: 26.6px;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.6;
}

.modal-body {
    position: relative;
    padding: 25px;
}

.modal-footer {
    padding: 25px;
    text-align: right;
    border-top: 1px solid transparent;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 19px;
    line-height: 1.4;
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.tooltip.in {
    filter: alpha(opacity=100);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
    border-radius: 2px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1030;
    display: none;
    max-width: 400px;
    padding: 1px;
    text-align: left;
    background-color: #f1f1f1;
    background-clip: padding-box;
    border: 1px solid #f1f1f1;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    white-space: normal;
}

.popover.top {
    margin-top: -6px;
}

.popover.right {
    margin-left: 6px;
}

.popover.bottom {
    margin-top: 6px;
}

.popover.left {
    margin-left: -6px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 22px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f1f1f1;
    border-bottom: 1px solid #e4e4e4;
    border-radius: 3px 3px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 7px;
}

.popover > .arrow:after {
    border-width: 6px;
    content: "";
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -7px;
    border-bottom-width: 0;
    border-top-color: #f1f1f1;
    border-top-color: rgba(0, 0, 0, 0.05);
    bottom: -7px;
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -6px;
    border-bottom-width: 0;
    border-top-color: #f1f1f1;
}

.popover.right > .arrow {
    top: 50%;
    left: -7px;
    margin-top: -7px;
    border-left-width: 0;
    border-right-color: #f1f1f1;
    border-right-color: rgba(0, 0, 0, 0.05);
}

.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -6px;
    border-left-width: 0;
    border-right-color: #f1f1f1;
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -7px;
    border-top-width: 0;
    border-bottom-color: #f1f1f1;
    border-bottom-color: rgba(0, 0, 0, 0.05);
    top: -7px;
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -6px;
    border-top-width: 0;
    border-bottom-color: #f1f1f1;
}

.popover.left > .arrow {
    top: 50%;
    right: -7px;
    margin-top: -7px;
    border-right-width: 0;
    border-left-color: #f1f1f1;
    border-left-color: rgba(0, 0, 0, 0.05);
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #f1f1f1;
    bottom: -6px;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .modal-footer: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;
    visibility: hidden !important;
}

.affix {
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

@-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;
    }

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

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

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

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

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

.align-vertical {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.animate {
    -webkit-transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
    -o-transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
    transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.animate-out {
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.animate-in {
    -webkit-transition: all 0.5s cubic-bezier(0.78, 0.005, 0.87, 0.22);
    -o-transition: all 0.5s cubic-bezier(0.78, 0.005, 0.87, 0.22);
    transition: all 0.5s cubic-bezier(0.78, 0.005, 0.87, 0.22);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.animated {
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.group:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

* html .group {
    zoom: 1;
}

/* IE6 */
*:first-child + html .group {
    zoom: 1;
}

/* IE7 */
.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.corner-button {
    position: absolute;
}

.corner-right {
    right: 0;
}

.corner-left {
    left: 0;
}

.corner-top {
    top: 0;
}

.corner-bottom {
    bottom: 0;
}

.relative {
    position: relative;
}

.relative-block {
    position: relative;
    display: block;
}

.display-inline {
    display: inline;
}

.display-block {
    display: block;
}

.inline {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.inline li {
    float: left;
    margin: 0 20px 0 0;
}

.inline.pull-right li {
    margin: 0 0 0 20px;
}

.centered-pseudo:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.centered-pseudo:before .centered {
    display: inline-block;
    vertical-align: middle;
}

.centered-table {
    display: table;
    width: 100%;
    height: 100%;
}

.centered-table .centered {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.centered-translate {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.position-middle {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.gray-darker {
    color: #1f1f1f;
}

.gray-dark {
    color: #333333;
}

.gray {
    color: #555555;
}

.gray-light {
    color: #bbbbbb;
}

.gray-lighter {
    color: #f1f1f1;
}

.white {
    color: #fff;
}

.brand-primary {
    color: #bc8420;
}

.brand-success {
    color: #2ecc71;
}

.brand-warning {
    color: #f39c12;
}

.brand-danger {
    color: #e74c3c;
}

.brand-info {
    color: #3498db;
}

.bg-gray-darker {
    background-color: #1f1f1f;
}

.bg-gray-dark {
    background-color: #333333;
}

.bg-gray {
    background-color: #555555;
}

.bg-gray-light {
    background-color: #bbbbbb;
}

.bg-gray-lighter {
    background-color: #f1f1f1;
}

.bg-white {
    background-color: #fff;
}

.bg-black {
    background-color: #151515;
}

.bg-brand-primary {
    background-color: #bc8420;
}

.bg-brand-success {
    background-color: #2ecc71;
}

.bg-brand-warning {
    background-color: #f39c12;
}

.bg-brand-danger {
    background-color: #e74c3c;
}

.bg-brand-info {
    background-color: #3498db;
}

[class*="col-"] > :first-child,
.well > :first-child,
.modal-body > :first-child,
.accordion-inner > :first-child,
.accordion-toggle > :first-child {
    margin-top: 0;
}

[class*="col-"] > :last-child,
.well > :last-child,
.modal-body > :last-child,
.accordion-inner > :last-child,
.accordion-toggle > :last-child {
    margin-bottom: 0;
}

.col,
.padding {
    padding-top: 200px;
    padding-bottom: 200px;
}

@media screen and (max-width: 1199px) {
    .col,
    .padding {
        padding-top: 160px;
        padding-bottom: 160px;
    }
}

@media screen and (max-width: 991px) {
    .col,
    .padding {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 767px) {
    .col,
    .padding {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}

.padding-top {
    padding-top: 200px;
}

@media screen and (max-width: 1199px) {
    .padding-top {
        padding-top: 160px;
    }
}

@media screen and (max-width: 991px) {
    .padding-top {
        padding-top: 100px;
    }
}

@media screen and (max-width: 767px) {
    .padding-top {
        padding-top: 64px;
    }
}

.padding-bottom {
    padding-bottom: 200px;
}

@media screen and (max-width: 1199px) {
    .padding-bottom {
        padding-bottom: 160px;
    }
}

@media screen and (max-width: 991px) {
    .padding-bottom {
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 767px) {
    .padding-bottom {
        padding-bottom: 64px;
    }
}

.padding-sides {
    padding-left: 40px;
    padding-right: 40px;
}

.margin {
    margin-top: 200px;
    margin-bottom: 200px;
}

@media screen and (max-width: 1199px) {
    .margin {
        margin-top: 160px;
        margin-bottom: 160px;
    }
}

@media screen and (max-width: 991px) {
    .margin {
        margin-top: 100px;
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 767px) {
    .margin {
        margin-top: 64px;
        margin-bottom: 64px;
    }
}

.margin-top {
    margin-top: 200px;
}

@media screen and (max-width: 1199px) {
    .margin-top {
        margin-top: 160px;
    }
}

@media screen and (max-width: 991px) {
    .margin-top {
        margin-top: 100px;
    }
}

@media screen and (max-width: 767px) {
    .margin-top {
        margin-top: 64px;
    }
}

.margin-bottom {
    margin-bottom: 200px;
}

@media screen and (max-width: 1199px) {
    .margin-bottom {
        margin-bottom: 160px;
    }
}

@media screen and (max-width: 991px) {
    .margin-bottom {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 767px) {
    .margin-bottom {
        margin-bottom: 64px;
    }
}

.margin-sides {
    margin-left: 40px;
    margin-right: 40px;
}

.padding-sides {
    padding-left: 40px;
    padding-right: 40px;
}

.col-center {
    float: none;
    margin-left: auto;
    margin-right: auto;
}

#preloader {
    -webkit-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
    -o-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
    transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -ms-perspective: 800px;
    perspective: 800px;
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999;
    top: -200%;
}

#preloader img {
    position: absolute;
    width: 80px;
    height: 80px;
    padding: 25px;
    background-color: #996c1a;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    text-align: center;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    -moz-animation: rotateplane 1.2s infinite ease-in-out;
    -o-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
}

body {
    /* Homepage - Preloader on first load */
    /* Homepage - Animations out */
    /* Homepage - Background out */
    /* Content - Animations in */
    /* Content - Animations out */
}

body.home #preloader {
    background: #bc8420;
    filter: alpha(opacity=100);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    top: 0;
}

body.home.twofold-done #preloader,
body.pjax-complete #preloader,
body.pjax-sent #preloader,
body.pjax-ready #preloader {
    zoom: 1;
    filter: alpha(opacity=0) !important;
    -moz-opacity: 0 !important;
    -khtml-opacity: 0 !important;
    opacity: 0 !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0) !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0) !important;
    top: -200% !important;
}

body.home.twofold-done #foreground,
body.pjax-complete #foreground,
body.pjax-sent #foreground,
body.pjax-ready #foreground,
body.home.twofold-done #hero,
body.pjax-complete #hero,
body.pjax-sent #hero,
body.pjax-ready #hero,
body.home.twofold-done #wrapper,
body.pjax-complete #wrapper,
body.pjax-sent #wrapper,
body.pjax-ready #wrapper {
    filter: alpha(opacity=100);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

body.home.pjax-started #background img {
    -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1) !important;
    -o-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1) !important;
    transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1) !important;
    zoom: 1;
    filter: alpha(opacity=0) !important;
    -moz-opacity: 0 !important;
    -khtml-opacity: 0 !important;
    opacity: 0 !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0) !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0) !important;
}

body.home.pjax-started #background {
    background: #1f1f1f;
}

body.pjax-started #foreground,
body.pjax-started #hero,
body.pjax-started #wrapper {
    zoom: 1;
    filter: alpha(opacity=0) !important;
    -moz-opacity: 0 !important;
    -khtml-opacity: 0 !important;
    opacity: 0 !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0) !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0) !important;
}

body.pjax-started #background img,
body.pjax-started #background #map {
    -webkit-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1) !important;
    -o-transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1) !important;
    transition: all 0.2s cubic-bezier(0.23, 1, 0.32, 1) !important;
    zoom: 1;
    filter: alpha(opacity=0) !important;
    -moz-opacity: 0 !important;
    -khtml-opacity: 0 !important;
    opacity: 0 !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0) !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0) !important;
}

body.pjax-started .circle-info a,
body.pjax-started .circle-info .circle-line {
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

body.pjax-started .link-menu {
    -webkit-animation: rotating 0.6s infinite ease-in-out;
    -moz-animation: rotating 0.6s infinite ease-in-out;
    -o-animation: rotating 0.6s infinite ease-in-out;
    animation: rotating 0.6s infinite ease-in-out;
}

body.pjax-started .link-menu span {
    background-color: transparent;
}

body.pjax-started .link-menu span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

body.pjax-started .link-menu span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

body.pjax-complete #foreground,
body.pjax-ended #foreground,
body.pjax-complete #hero,
body.pjax-ended #hero,
body.pjax-complete #wrapper,
body.pjax-ended #wrapper {
    filter: alpha(opacity=100);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

body.pjax-complete .link-menu,
body.pjax-ended .link-menu {
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none;
}

html.twofold-done {
    /* Homepage - Animations out */
}

html.twofold-done body.home #preloader {
    zoom: 1;
    filter: alpha(opacity=0) !important;
    -moz-opacity: 0 !important;
    -khtml-opacity: 0 !important;
    opacity: 0 !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0) !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0) !important;
    top: -200% !important;
}

html.no-js #preloader {
    zoom: 1;
    filter: alpha(opacity=0) !important;
    -moz-opacity: 0 !important;
    -khtml-opacity: 0 !important;
    opacity: 0 !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0) !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0) !important;
    top: -200% !important;
}

html.no-js #foreground,
html.no-js #hero,
html.no-js #wrapper {
    filter: alpha(opacity=100) !important;
    zoom: 1;
    filter: alpha(opacity=0) !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100) !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
}

@keyframes rotating {
    from {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

@-webkit-keyframes rotating {
    from {
        transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}

.trigger {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    z-index: 1030;
}

.trigger span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 30px;
    height: 2px;
    margin-top: -2px;
    margin-left: -15px;
    background-color: transparent;
    font-size: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.trigger span:before,
.trigger span:after {
    -webkit-transition: all 0.2s cubic-bezier(0, 0.985, 0.17, 0.99);
    -o-transition: all 0.2s cubic-bezier(0, 0.985, 0.17, 0.99);
    transition: all 0.2s cubic-bezier(0, 0.985, 0.17, 0.99);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #7f7f7f;
    content: '';
}

@media screen and (max-width: 991px) {
    .trigger span {
        width: 24px;
        margin-top: -2px;
        margin-left: -12px;
    }
}

.trigger.pull-left {
    left: 0;
}

.trigger.pull-right {
    right: 0;
}

.trigger.pull-top {
    top: 0;
}

.trigger.pull-bottom {
    bottom: 0;
}

.trigger.trigger-fixed {
    position: fixed;
}

.trigger.disabled span:before,
.trigger.disabled span:after {
    background: #bbbbbb;
}

.trigger.disabled.trigger-menu.collapsed span {
    background: #bbbbbb;
}

.trigger.light span:before,
.trigger.light span:after {
    background: #ffffff;
}

.trigger.light.trigger-menu.collapsed span {
    background: #ffffff;
}

.trigger.dark span:before,
.trigger.dark span:after {
    background: #1f1f1f;
}

.trigger.dark.trigger-menu.collapsed span {
    background: #1f1f1f;
}

.link-menu span {
    background-color: #7f7f7f;
}

.link-menu span:before {
    -webkit-transform: translateY(-450%);
    -moz-transform: translateY(-450%);
    -ms-transform: translateY(-450%);
    -o-transform: translateY(-450%);
    transform: translateY(-450%);
}

.link-menu span:after {
    -webkit-transform: translateY(450%);
    -moz-transform: translateY(450%);
    -ms-transform: translateY(450%);
    -o-transform: translateY(450%);
    transform: translateY(450%);
}

.trigger-menu {
    position: fixed;
    display: block;
}

.trigger-menu span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

.trigger-menu span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

html.no-touch .trigger-menu:hover span:before,
html.no-touch .trigger-menu:hover span:after {
    -webkit-transform: translateY(0) rotate(180deg);
    -moz-transform: translateY(0) rotate(180deg);
    -ms-transform: translateY(0) rotate(180deg);
    -o-transform: translateY(0) rotate(180deg);
    transform: translateY(0) rotate(180deg);
}

html.no-touch .link-menu:hover span:before {
    -webkit-transform: translateY(0) rotate(90deg);
    -moz-transform: translateY(0) rotate(90deg);
    -ms-transform: translateY(0) rotate(90deg);
    -o-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
}

html.no-touch .link-menu:hover span:after {
    -webkit-transform: translateY(0) rotate(-90deg);
    -moz-transform: translateY(0) rotate(-90deg);
    -ms-transform: translateY(0) rotate(-90deg);
    -o-transform: translateY(0) rotate(-90deg);
    transform: translateY(0) rotate(-90deg);
}

html.sb-active-right .link-menu span {
    background-color: transparent;
}

html.sb-active-right .link-menu span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

html.sb-active-right .link-menu span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

html.sb-active-right .link-menu.dark span {
    background: transparent;
}

html.no-touch.sb-active-right .link-menu:hover span:before,
html.no-touch.sb-active-right .link-menu:hover span:after {
    -webkit-transform: translateY(0) rotate(180deg);
    -moz-transform: translateY(0) rotate(180deg);
    -ms-transform: translateY(0) rotate(180deg);
    -o-transform: translateY(0) rotate(180deg);
    transform: translateY(0) rotate(180deg);
}

.trigger-icon {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
}

@media screen and (max-width: 991px) {
    .trigger-icon {
        width: 24px;
        height: 24px;
    }
}

.trigger-icon.trigger-plus span:before {
    -webkit-transform: translateY(0) rotate(90deg);
    -moz-transform: translateY(0) rotate(90deg);
    -ms-transform: translateY(0) rotate(90deg);
    -o-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
}

.trigger-icon.trigger-plus span:after {
    -webkit-transform: translateY(0) rotate(0deg);
    -moz-transform: translateY(0) rotate(0deg);
    -ms-transform: translateY(0) rotate(0deg);
    -o-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
}

.trigger-icon.trigger-minus span:before {
    -webkit-transform: translateY(0) rotate(0deg);
    -moz-transform: translateY(0) rotate(0deg);
    -ms-transform: translateY(0) rotate(0deg);
    -o-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
}

.trigger-icon.trigger-minus span:after {
    -webkit-transform: translateY(0) rotate(0deg);
    -moz-transform: translateY(0) rotate(0deg);
    -ms-transform: translateY(0) rotate(0deg);
    -o-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
}

.trigger-icon.trigger-close span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}

.trigger-icon.trigger-close span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
}

html.no-touch .trigger-plus:hover span:before {
    -webkit-transform: translateY(0) rotate(270deg);
    -moz-transform: translateY(0) rotate(270deg);
    -ms-transform: translateY(0) rotate(270deg);
    -o-transform: translateY(0) rotate(270deg);
    transform: translateY(0) rotate(270deg);
}

html.no-touch .trigger-plus:hover span:after {
    -webkit-transform: translateY(0) rotate(-180deg);
    -moz-transform: translateY(0) rotate(-180deg);
    -ms-transform: translateY(0) rotate(-180deg);
    -o-transform: translateY(0) rotate(-180deg);
    transform: translateY(0) rotate(-180deg);
}

html.no-touch .trigger-minus:hover span:before {
    -webkit-transform: translateY(0) rotate(180deg);
    -moz-transform: translateY(0) rotate(180deg);
    -ms-transform: translateY(0) rotate(180deg);
    -o-transform: translateY(0) rotate(180deg);
    transform: translateY(0) rotate(180deg);
}

html.no-touch .trigger-minus:hover span:after {
    -webkit-transform: translateY(0) rotate(360deg);
    -moz-transform: translateY(0) rotate(360deg);
    -ms-transform: translateY(0) rotate(360deg);
    -o-transform: translateY(0) rotate(360deg);
    transform: translateY(0) rotate(360deg);
}

html.no-touch .trigger-close:hover span:before {
    -webkit-transform: translateY(0) rotate(315deg);
    -moz-transform: translateY(0) rotate(315deg);
    -ms-transform: translateY(0) rotate(315deg);
    -o-transform: translateY(0) rotate(315deg);
    transform: translateY(0) rotate(315deg);
}

html.no-touch .trigger-close:hover span:after {
    -webkit-transform: translateY(0) rotate(225deg);
    -moz-transform: translateY(0) rotate(225deg);
    -ms-transform: translateY(0) rotate(225deg);
    -o-transform: translateY(0) rotate(225deg);
    transform: translateY(0) rotate(225deg);
}

html.sb-active-left .trigger-plus.link-refine span:before {
    -webkit-transform: translateY(0) rotate(315deg);
    -moz-transform: translateY(0) rotate(315deg);
    -ms-transform: translateY(0) rotate(315deg);
    -o-transform: translateY(0) rotate(315deg);
    transform: translateY(0) rotate(315deg);
}

html.sb-active-left .trigger-plus.link-refine span:after {
    -webkit-transform: translateY(0) rotate(-135deg);
    -moz-transform: translateY(0) rotate(-135deg);
    -ms-transform: translateY(0) rotate(-135deg);
    -o-transform: translateY(0) rotate(-135deg);
    transform: translateY(0) rotate(-135deg);
}

html.no-touch.sb-active-left .trigger-plus.link-refine:hover span:before,
html.no-touch.sb-active-left .trigger-plus.link-refine:hover span:after {
    -webkit-transform: translateY(0) rotate(180deg);
    -moz-transform: translateY(0) rotate(180deg);
    -ms-transform: translateY(0) rotate(180deg);
    -o-transform: translateY(0) rotate(180deg);
    transform: translateY(0) rotate(180deg);
}

.trigger-arrow {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
}

.trigger-arrow span {
    width: 24px;
    margin-left: -12px;
}

.trigger-arrow.trigger-arrow-right span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    top: -8px;
}

.trigger-arrow.trigger-arrow-right span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    top: 8px;
}

.trigger-arrow.trigger-arrow-left span:before {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    top: -8px;
}

.trigger-arrow.trigger-arrow-left span:after {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    top: 8px;
}

.trigger-arrow.trigger-arrow-down span:before {
    /*-webkit-transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -o-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
  left: -8px;*/
}

.trigger-arrow.trigger-arrow-down span:after {
    /*-webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -o-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
  left: 8px;*/
}

.trigger-arrow.trigger-arrow-up span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    left: 8px;
}

.trigger-arrow.trigger-arrow-up span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    left: -8px;
}

@media screen and (max-width: 991px) {
    .trigger-arrow {
        width: 18px;
        height: 18px;
    }

    .trigger-arrow span {
        width: 18px;
        margin-left: -9px;
    }

    .trigger-arrow.trigger-arrow-right span:before {
        top: -6px;
    }

    .trigger-arrow.trigger-arrow-right span:after {
        top: 6px;
    }

    .trigger-arrow.trigger-arrow-left span:before {
        top: -6px;
    }

    .trigger-arrow.trigger-arrow-left span:after {
        top: 6px;
    }

    .trigger-arrow.trigger-arrow-down span:before {
        left: -6px;
    }

    .trigger-arrow.trigger-arrow-down span:after {
        left: 6px;
    }

    .trigger-arrow.trigger-arrow-up span:before {
        left: 6px;
    }

    .trigger-arrow.trigger-arrow-up span:after {
        left: -6px;
    }
}

.collapsed .trigger-arrow-up span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    left: -8px;
}

.collapsed .trigger-arrow-up span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    left: 8px;
}

.collapsed .trigger-arrow-down span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    left: 8px;
}

.collapsed .trigger-arrow-down span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    left: -8px;
}

@media screen and (max-width: 991px) {
    .collapsed .trigger-arrow-up span:before {
        left: -6px;
    }

    .collapsed .trigger-arrow-up span:after {
        left: 6px;
    }

    .collapsed .trigger-arrow-down span:before {
        left: 6px;
    }

    .collapsed .trigger-arrow-down span:after {
        left: -6px;
    }
}

html.no-touch .trigger-arrow:hover span:before {
    /*-webkit-transform: translateY(0) rotate(-225deg);
  -moz-transform: translateY(0) rotate(-225deg);
  -ms-transform: translateY(0) rotate(-225deg);
  -o-transform: translateY(0) rotate(-225deg);
  transform: translateY(0) rotate(-225deg);*/
}

html.no-touch .trigger-arrow:hover span:after {
    /*-webkit-transform: translateY(0) rotate(225deg);
  -moz-transform: translateY(0) rotate(225deg);
  -ms-transform: translateY(0) rotate(225deg);
  -o-transform: translateY(0) rotate(225deg);
  transform: translateY(0) rotate(225deg);*/
}

html.no-touch .trigger-arrow-right:hover span:before {
    -webkit-transform: translateY(0) rotate(225deg);
    -moz-transform: translateY(0) rotate(225deg);
    -ms-transform: translateY(0) rotate(225deg);
    -o-transform: translateY(0) rotate(225deg);
    transform: translateY(0) rotate(225deg);
    top: -8px;
}

html.no-touch .trigger-arrow-right:hover span:after {
    -webkit-transform: translateY(0) rotate(-225deg);
    -moz-transform: translateY(0) rotate(-225deg);
    -ms-transform: translateY(0) rotate(-225deg);
    -o-transform: translateY(0) rotate(-225deg);
    transform: translateY(0) rotate(-225deg);
    top: 8px;
}

html.no-touch .trigger-arrow-left:hover span:before {
    -webkit-transform: translateY(0) rotate(-225deg);
    -moz-transform: translateY(0) rotate(-225deg);
    -ms-transform: translateY(0) rotate(-225deg);
    -o-transform: translateY(0) rotate(-225deg);
    transform: translateY(0) rotate(-225deg);
    top: -8px;
}

html.no-touch .trigger-arrow-left:hover span:after {
    -webkit-transform: translateY(0) rotate(225deg);
    -moz-transform: translateY(0) rotate(225deg);
    -ms-transform: translateY(0) rotate(225deg);
    -o-transform: translateY(0) rotate(225deg);
    transform: translateY(0) rotate(225deg);
    top: 8px;
}

html.no-touch .trigger-arrow-down:hover span:before {
    /*-webkit-transform: translateY(0) rotate(225deg);
  -moz-transform: translateY(0) rotate(225deg);
  -ms-transform: translateY(0) rotate(225deg);
  -o-transform: translateY(0) rotate(225deg);
  transform: translateY(0) rotate(225deg);
  left: -8px;*/
}

html.no-touch .trigger-arrow-down:hover span:after {
    /* -webkit-transform: translateY(0) rotate(-225deg);
  -moz-transform: translateY(0) rotate(-225deg);
  -ms-transform: translateY(0) rotate(-225deg);
  -o-transform: translateY(0) rotate(-225deg);
  transform: translateY(0) rotate(-225deg);
  left: 8px;*/
}

html.no-touch .trigger-arrow-up:hover span:before {
    -webkit-transform: translateY(0) rotate(225deg);
    -moz-transform: translateY(0) rotate(225deg);
    -ms-transform: translateY(0) rotate(225deg);
    -o-transform: translateY(0) rotate(225deg);
    transform: translateY(0) rotate(225deg);
    left: 8px;
}

html.no-touch .trigger-arrow-up:hover span:after {
    -webkit-transform: translateY(0) rotate(-225deg);
    -moz-transform: translateY(0) rotate(-225deg);
    -ms-transform: translateY(0) rotate(-225deg);
    -o-transform: translateY(0) rotate(-225deg);
    transform: translateY(0) rotate(-225deg);
    left: -8px;
}

@media screen and (max-width: 991px) {
    html.no-touch .trigger-arrow-right:hover span:before {
        top: -6px;
    }

    html.no-touch .trigger-arrow-right:hover span:after {
        top: 6px;
    }

    html.no-touch .trigger-arrow-left:hover span:before {
        top: -6px;
    }

    html.no-touch .trigger-arrow-left:hover span:after {
        top: 6px;
    }

    html.no-touch .trigger-arrow-down:hover span:before {
        /*left: -6px;*/
    }

    html.no-touch .trigger-arrow-down:hover span:after {
        /*left: 6px;*/
    }

    html.no-touch .trigger-arrow-up:hover span:before {
        left: 6px;
    }

    html.no-touch .trigger-arrow-up:hover span:after {
        left: -6px;
    }
}

.link-square {
    display: block;
    width: 120px;
    height: 120px;
    text-align: center;
}

.link-square.link-icon {
    font-size: 30px;
    padding-top: 37px;
}

@media screen and (max-width: 991px) {
    .link-square {
        width: 80px;
        height: 80px;
    }

    .link-square.link-icon {
        font-size: 24px;
        padding-top: 22px;
    }
}

.icon-social,
.icon-circle {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid;
    width: 2.3em;
    display: block;
    text-align: center;
}

.icon-social.icon-circle-sm,
.icon-circle.icon-circle-sm {
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    padding: 0;
    font-size: 13px;
    line-height: 3.3em;
    width: 44px;
    height: 44px;
}

.icon-social.icon-circle-sm:before,
.icon-circle.icon-circle-sm:before {
    line-height: 3.3em !important;
}

.icon-social.icon-circle-md,
.icon-circle.icon-circle-md {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    line-height: 2.5em;
    width: 60px;
    height: 60px;
}

#sb-site,
.sb-site-container,
.sb-slidebar {
    margin: 0;
    padding: 0;
}

body {
    height: auto;
}

html.sb-scroll-lock.sb-active:not(.sb-static) {
    overflow: hidden;
}

#sb-site,
.sb-site-container {
    width: 100%;
    position: relative;
    z-index: 1;
}

.sb-slidebar {
    height: 100%;
    overflow-y: auto;
    /* Enable vertical scrolling on Slidebars when needed. */
    position: fixed;
    top: 0;
    z-index: 0;
    /* Slidebars sit behind sb-site. */
    display: none;
    -webkit-transform: translate(0px);
}

.sb-left {
    left: 0;
    /* Set Slidebar to the left. */
}

.sb-right {
    right: 0;
    /* Set Slidebar to the right. */
}

html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
    position: absolute;
    /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */
}

.sb-slidebar.sb-active {
    display: block;
    /* Makes Slidebars visibile when open. Changed from visibility to display to allow -webkit-overflow-scrolling. */
}

.sb-style-overlay {
    z-index: 900;
    /* Set z-index high to ensure it overlays any other site elements. */
}

.sb-momentum-scrolling {
    -webkit-overflow-scrolling: touch;
    /* Adds native momentum scrolling for iOS & Android devices. */
}

.sb-slide,
#sb-site,
.sb-site-container,
.sb-slidebar {
    -webkit-transition: -webkit-transform 400ms ease;
    -moz-transition: -moz-transform 400ms ease;
    -o-transition: -o-transform 400ms ease;
    transition: transform 400ms ease;
    -webkit-transition-property: -webkit-transform, left, right;
    /* Add left/right for Android < 4.4. */
    -webkit-backface-visibility: hidden;
    /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
}

.sb-hide {
    display: none;
    /* Optionally applied to control classes when Slidebars is disabled over a certain width. */
}

/* Overrides - Slidebars */
.sb-slide {
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sb-slidebar {
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-pointer-events: auto !important;
    pointer-events: auto !important;
    display: block;
    overflow: hidden;
    /* Slidebar Recent Posts */
}

.sb-slidebar.sb-active {
    filter: alpha(opacity=100);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    display: block;
}

.sb-slidebar .slide-menu {
    margin: 0 80px;
}

@media screen and (max-width: 767px) {
    .sb-slidebar .slide-menu {
        margin: 0 40px;
    }
}

.sb-slidebar img {
    width: 100%;
    min-width: 400px;
}

.sb-slidebar .group i {
    -webkit-transition: all 0.9s cubic-bezier(0.835, 0, 0.19, 1);
    -o-transition: all 0.9s cubic-bezier(0.835, 0, 0.19, 1);
    transition: all 0.9s cubic-bezier(0.835, 0, 0.19, 1);
    -webkit-transform: translateY(-600px);
    -moz-transform: translateY(-600px);
    -ms-transform: translateY(-600px);
    -o-transform: translateY(-600px);
    transform: translateY(-600px);
}

.sb-slidebar .group hr {
    -webkit-transition: all 0.9s cubic-bezier(0.835, 0, 0.19, 1);
    -o-transition: all 0.9s cubic-bezier(0.835, 0, 0.19, 1);
    transition: all 0.9s cubic-bezier(0.835, 0, 0.19, 1);
    -webkit-transform: translateX(-600px);
    -moz-transform: translateX(-600px);
    -ms-transform: translateX(-600px);
    -o-transform: translateX(-600px);
    transform: translateX(-600px);
    display: block;
}

.sb-slidebar ul {
    padding: 0;
    margin: 0;
}

.sb-slidebar ul li {
    -webkit-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    list-style-type: none;
    line-height: 1;
}

.sb-slidebar ul li a {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 0.8;
    font-weight: 600;
    height: 0.8em;
}

.sb-slidebar ul li a span {
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    display: inline-block;
}

.sb-slidebar ul li a span::before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.sb-slidebar ul li a.active span,
.sb-slidebar ul li a:focus span {
    color: #bbbbbb;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

@media screen and (max-width: 1199px) {
    .sb-slidebar ul li a {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .sb-slidebar ul li a {
        font-size: 32px;
    }
}

.sb-slidebar ul li.social {
    margin: 15px 80px;
}

.sb-slidebar ul li.social a {
    width: 2.3em;
    padding: 0;
    display: inline-block;
}

.sb-slidebar.sb-right {
    background: #151515;
}

.sb-slidebar.sb-right ul li:nth-child(1) {
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
}

.sb-slidebar.sb-right ul li:nth-child(2) {
    -webkit-transform: translateX(-150px);
    -moz-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    -o-transform: translateX(-150px);
    transform: translateX(-150px);
}

.sb-slidebar.sb-right ul li:nth-child(3) {
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    transform: translateX(-200px);
}

.sb-slidebar.sb-right ul li:nth-child(4) {
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px);
}

.sb-slidebar.sb-right ul li:nth-child(5) {
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
}

.sb-slidebar.sb-right ul li:nth-child(6) {
    -webkit-transform: translateX(-350px);
    -moz-transform: translateX(-350px);
    -ms-transform: translateX(-350px);
    -o-transform: translateX(-350px);
    transform: translateX(-350px);
}

.sb-slidebar.sb-right ul li:nth-child(7) {
    -webkit-transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    -o-transform: translateX(-400px);
    transform: translateX(-400px);
}

.sb-slidebar.sb-right ul li:nth-child(8) {
    -webkit-transform: translateX(-450px);
    -moz-transform: translateX(-450px);
    -ms-transform: translateX(-450px);
    -o-transform: translateX(-450px);
    transform: translateX(-450px);
}

.sb-slidebar.sb-right ul li:nth-child(9) {
    -webkit-transform: translateX(-500px);
    -moz-transform: translateX(-500px);
    -ms-transform: translateX(-500px);
    -o-transform: translateX(-500px);
    transform: translateX(-500px);
}

.sb-slidebar.sb-right ul li:nth-child(10) {
    -webkit-transform: translateX(-550px);
    -moz-transform: translateX(-550px);
    -ms-transform: translateX(-550px);
    -o-transform: translateX(-550px);
    transform: translateX(-550px);
}

@media screen and (max-width: 480px) {
    .sb-slidebar.sb-right {
        width: 75% !important;
        margin-right: -75% !important;
    }
}

.sb-slidebar.sb-left {
    background: #bc8420;
}

.sb-slidebar.sb-left ul li:nth-child(1) {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
}

.sb-slidebar.sb-left ul li:nth-child(2) {
    -webkit-transform: translateX(150px);
    -moz-transform: translateX(150px);
    -ms-transform: translateX(150px);
    -o-transform: translateX(150px);
    transform: translateX(150px);
}

.sb-slidebar.sb-left ul li:nth-child(3) {
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -o-transform: translateX(200px);
    transform: translateX(200px);
}

.sb-slidebar.sb-left ul li:nth-child(4) {
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -ms-transform: translateX(250px);
    -o-transform: translateX(250px);
    transform: translateX(250px);
}

.sb-slidebar.sb-left ul li:nth-child(5) {
    -webkit-transform: translateX(300px);
    -moz-transform: translateX(300px);
    -ms-transform: translateX(300px);
    -o-transform: translateX(300px);
    transform: translateX(300px);
}

.sb-slidebar.sb-left ul li:nth-child(6) {
    -webkit-transform: translateX(350px);
    -moz-transform: translateX(350px);
    -ms-transform: translateX(350px);
    -o-transform: translateX(350px);
    transform: translateX(350px);
}

.sb-slidebar.sb-left ul li:nth-child(7) {
    -webkit-transform: translateX(400px);
    -moz-transform: translateX(400px);
    -ms-transform: translateX(400px);
    -o-transform: translateX(400px);
    transform: translateX(400px);
}

.sb-slidebar.sb-left ul li:nth-child(8) {
    -webkit-transform: translateX(450px);
    -moz-transform: translateX(450px);
    -ms-transform: translateX(450px);
    -o-transform: translateX(450px);
    transform: translateX(450px);
}

.sb-slidebar.sb-left ul li:nth-child(9) {
    -webkit-transform: translateX(500px);
    -moz-transform: translateX(500px);
    -ms-transform: translateX(500px);
    -o-transform: translateX(500px);
    transform: translateX(500px);
}

.sb-slidebar.sb-left ul li:nth-child(10) {
    -webkit-transform: translateX(550px);
    -moz-transform: translateX(550px);
    -ms-transform: translateX(550px);
    -o-transform: translateX(550px);
    transform: translateX(550px);
}

@media screen and (max-width: 480px) {
    .sb-slidebar.sb-left {
        width: 75% !important;
        margin-left: -75% !important;
    }
}

.sb-slidebar.sb-active .group i {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.sb-slidebar.sb-active .group hr {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

.sb-slidebar.sb-active ul li {
    filter: alpha(opacity=100);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translateX(0px) !important;
    -moz-transform: translateX(0px) !important;
    -ms-transform: translateX(0px) !important;
    -o-transform: translateX(0px) !important;
    transform: translateX(0px) !important;
}

.sb-slidebar.sb-scroll {
    overflow: scroll;
}

.sb-slidebar figure {
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    margin: 0;
    position: relative;
    overflow: hidden;
    background: #a96f07;
}

.sb-slidebar figure.active {
    background: #1f1f1f;
}

.sb-slidebar figure.active .caption .caption-text div i {
    color: #bc8420;
}

.sb-slidebar figure img {
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    filter: alpha(opacity=15);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0.15;
    -khtml-opacity: 0.15;
    opacity: 0.15;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==15);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15);
    max-width: 100%;
    display: block;
    position: relative;
}

.sb-slidebar figure .caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.sb-slidebar figure .caption .caption-text {
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    display: table;
    width: 100%;
    height: 100%;
}

.sb-slidebar figure .caption .caption-text div {
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

.sb-slidebar figure .caption .caption-text div i {
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
}

.sb-slidebar figure .caption .caption-text div hr {
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    display: inline-block;
}

.sb-slidebar figure .caption .caption-text div small {
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
    margin-bottom: 0;
}

html.no-touch .sb-slidebar ul li a:hover span {
    color: #bbbbbb;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

html.no-touch .sb-slidebar figure:hover img {
    filter: alpha(opacity=100);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

html.no-touch .sb-slidebar figure:hover .caption-text i {
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -o-transform: translateX(200px);
    transform: translateX(200px);
}

html.no-touch .sb-slidebar figure:hover .caption-text hr {
    -webkit-transform: translateX(400px);
    -moz-transform: translateX(400px);
    -ms-transform: translateX(400px);
    -o-transform: translateX(400px);
    transform: translateX(400px);
}

html.no-touch .sb-slidebar figure:hover .caption-text small {
    -webkit-transform: translateX(600px);
    -moz-transform: translateX(600px);
    -ms-transform: translateX(600px);
    -o-transform: translateX(600px);
    transform: translateX(600px);
}

html.sb-active.sb-active-right #background,
html.sb-active.sb-active-right #wrapper,
html.sb-active.sb-active-right #foreground,
html.sb-active.sb-active-right #hero {
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
}

html.sb-active.sb-active-left #background,
html.sb-active.sb-active-left #wrapper,
html.sb-active.sb-active-left #foreground,
html.sb-active.sb-active-left #hero {
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
}

.wrapper-video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.wrapper-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__html,
.fotorama__img,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.fotorama--fullscreen,
.fotorama__img {
    max-width: 99999px !important;
    max-height: 99999px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
}

.fotorama__wrap .fotorama__grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab;
}

.fotorama__grabbing * {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: -ms-grabbing;
    cursor: grabbing;
}

.fotorama__spinner {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
}

.fotorama__wrap--css3 .fotorama__arr,
.fotorama__wrap--css3 .fotorama__fullscreen-icon,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border,
.fotorama__wrap--css3 .fotorama__video-close,
.fotorama__wrap--css3 .fotorama__video-play {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fotorama__caption,
.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img,
.fotorama__wrap--css3 .fotorama__stage__frame {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus,
.fotorama__nav__frame {
    outline: 0;
}

.fotorama__arr:focus:after,
.fotorama__fullscreen-icon:focus:after,
.fotorama__nav__frame:focus .fotorama__dot:after,
.fotorama__nav__frame:focus .fotorama__thumb:after {
    content: '';
    border-radius: inherit;
    background-color: rgba(0, 175, 234, 0.5);
}

.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__shaft {
    -webkit-transform: none !important;
    transform: none !important;
}

.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
    transition-property: -webkit-transform, width;
    transition-property: transform, width;
    transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
    transition-duration: 0ms;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__no-select,
.fotorama__video-close,
.fotorama__video-play,
.fotorama__wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fotorama__select {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.fotorama__nav,
.fotorama__nav__frame {
    margin: auto;
    padding: 0;
}

.fotorama__caption__wrap,
.fotorama__nav__frame,
.fotorama__nav__shaft {
    -moz-box-orient: vertical;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}

.fotorama__wrap * {
    box-sizing: content-box;
}

.fotorama__caption__wrap {
    box-sizing: border-box;
}

.fotorama--hidden,
.fotorama__load {
    position: absolute;
    left: -99999px;
    top: -99999px;
    z-index: -1;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__nav,
.fotorama__nav__frame,
.fotorama__nav__shaft,
.fotorama__stage__frame,
.fotorama__stage__shaft,
.fotorama__video-close,
.fotorama__video-play {
    -webkit-tap-highlight-color: transparent;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
    background: url(/twofold_twofold/fotorama.png) no-repeat;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 2dppx) {
    .fotorama__arr,
    .fotorama__fullscreen-icon,
    .fotorama__video-close,
    .fotorama__video-play {
        background: url(/twofold_twofold/fotorama@2x.png) no-repeat;
        background-size: 96px 160px;
    }
}

.fotorama__thumb {
    background-color: #7f7f7f;
    background-color: rgba(127, 127, 127, 0.2);
}

@media print {
    .fotorama__arr,
    .fotorama__fullscreen-icon,
    .fotorama__thumb-border,
    .fotorama__video-close,
    .fotorama__video-play {
        background: none !important;
    }
}

.fotorama {
    min-width: 1px;
    overflow: hidden;
}

.fotorama:not(.fotorama--unobtrusive) > :not(:first-child) {
    display: none;
}

.fullscreen {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    background: #000;
}

.fotorama--fullscreen {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    float: none !important;
    z-index: 2147483647 !important;
    background: #000;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}

.fotorama--fullscreen .fotorama__nav,
.fotorama--fullscreen .fotorama__stage {
    background: #000;
}

.fotorama__wrap {
    -webkit-text-size-adjust: 100%;
    position: relative;
    direction: ltr;
    z-index: 0;
}

.fotorama__wrap--rtl .fotorama__stage__frame {
    direction: rtl;
}

.fotorama__nav,
.fotorama__stage {
    overflow: hidden;
    position: relative;
    max-width: 100%;
}

.fotorama__wrap--pan-y {
    -ms-touch-action: pan-y;
}

.fotorama__wrap .fotorama__pointer {
    cursor: pointer;
}

.fotorama__wrap--slide .fotorama__stage__frame {
    opacity: 1 !important;
}

.fotorama__stage__frame {
    overflow: hidden;
}

.fotorama__stage__frame.fotorama__active {
    z-index: 8;
}

.fotorama__wrap--fade .fotorama__stage__frame {
    display: none;
}

.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear,
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
    display: block;
    left: 0;
    top: 0;
}

.fotorama__wrap--fade .fotorama__fade-front {
    z-index: 8;
}

.fotorama__wrap--fade .fotorama__fade-rear {
    z-index: 7;
}

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
    z-index: 9;
}

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
    display: none;
}

.fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    border: none !important;
}

.fotorama__error .fotorama__img,
.fotorama__loaded .fotorama__img {
    -ms-filter: "alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,
.fotorama__img--full {
    display: none;
}

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
    display: block;
}

.fotorama__wrap--only-active .fotorama__nav,
.fotorama__wrap--only-active .fotorama__stage {
    max-width: 99999px !important;
}

.fotorama__wrap--only-active .fotorama__stage__frame {
    visibility: hidden;
}

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
    visibility: visible;
}

.fotorama__nav {
    font-size: 0;
    line-height: 0;
    text-align: center;
    display: none;
    white-space: nowrap;
    z-index: 5;
}

.fotorama__nav__shaft {
    position: relative;
    left: 0;
    top: 0;
    text-align: left;
}

.fotorama__nav__frame {
    position: relative;
    cursor: pointer;
}

.fotorama__nav--dots {
    display: block;
}

.fotorama__nav--dots .fotorama__nav__frame {
    width: 18px;
    height: 30px;
}

.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
    display: none;
}

.fotorama__nav--thumbs {
    display: block;
}

.fotorama__nav--thumbs .fotorama__nav__frame {
    padding-left: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
    padding-right: 0 !important;
}

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
    display: none;
}

.fotorama__dot {
    display: block;
    width: 4px;
    height: 4px;
    position: relative;
    top: 12px;
    left: 6px;
    border-radius: 6px;
    border: 1px solid #7f7f7f;
}

.fotorama__nav__frame:focus .fotorama__dot:after {
    padding: 1px;
    top: -1px;
    left: -1px;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
    width: 0;
    height: 0;
    border-width: 3px;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
    padding: 3px;
    top: -3px;
    left: -3px;
}

.fotorama__thumb {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}

.fotorama__nav__frame:focus .fotorama__thumb {
    z-index: 2;
}

.fotorama__thumb-border {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    border-style: solid;
    border-color: #00afea;
    background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
}

.fotorama__caption {
    position: absolute;
    z-index: 12;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
}

.fotorama__caption a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid;
    border-color: rgba(0, 0, 0, 0.5);
}

.fotorama__caption a:hover {
    color: #333;
    border-color: rgba(51, 51, 51, 0.5);
}

.fotorama__wrap--rtl .fotorama__caption {
    left: auto;
    right: 0;
}

.fotorama__wrap--no-captions .fotorama__caption,
.fotorama__wrap--video .fotorama__caption {
    display: none;
}

.fotorama__caption__wrap {
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 5px 10px;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fotorama__wrap--css3 .fotorama__spinner {
    -webkit-animation: spinner 24s infinite linear;
    animation: spinner 24s infinite linear;
}

.fotorama__wrap--css3 .fotorama__html,
.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    transition-property: opacity;
    transition-timing-function: linear;
    transition-duration: .3s;
}

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
    -ms-filter: "alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}

.fotorama__select {
    cursor: auto;
}

.fotorama__video {
    top: 32px;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    z-index: 10;
}

@-moz-document url-prefix() {
    .fotorama__active {
        box-shadow: 0 0 0 transparent;
    }
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close,
.fotorama__video-play {
    position: absolute;
    z-index: 11;
    cursor: pointer;
}

.fotorama__arr {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    margin-top: -16px;
}

.fotorama__arr--prev {
    left: 0px;
    background-position: 0 0;
}

.fotorama__arr--next {
    right: 0px;
    background-position: -32px 0;
}

.fotorama__arr--disabled {
    pointer-events: none;
    cursor: default;
    *display: none;
    opacity: .1;
}

.fotorama__fullscreen-icon {
    width: 32px;
    height: 32px;
    top: 0px;
    right: 0px;
    background-position: 0 -32px;
    z-index: 20;
}

.fotorama__arr:focus,
.fotorama__fullscreen-icon:focus {
    border-radius: 50%;
}

.fotorama--fullscreen .fotorama__fullscreen-icon {
    background-position: -32px -32px;
}

.fotorama__video-play {
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    margin-left: -48px;
    margin-top: -48px;
    background-position: 0 -64px;
    opacity: 0;
}

.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
    display: none;
}

.fotorama__error .fotorama__video-play,
.fotorama__loaded .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
    opacity: 1;
    display: block;
}

.fotorama__nav__frame .fotorama__video-play {
    width: 32px;
    height: 32px;
    margin-left: -16px;
    margin-top: -16px;
    background-position: -64px -32px;
}

.fotorama__video-close {
    width: 32px;
    height: 32px;
    top: 0;
    right: 0;
    background-position: -64px 0;
    z-index: 20;
    opacity: 0;
}

.fotorama__wrap--css2 .fotorama__video-close {
    display: none;
}

.fotorama__wrap--css3 .fotorama__video-close {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--video .fotorama__video-close {
    display: block;
    opacity: 1;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    opacity: 0;
}

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    opacity: 1;
}

.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
    opacity: 0 !important;
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
    display: none;
}

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
    display: block;
}

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
    display: none !important;
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
    -webkit-transform: translate3d(32px, -32px, 0);
    transform: translate3d(32px, -32px, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
    -webkit-transform: translate3d(-48px, 0, 0);
    transform: translate3d(-48px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
    -webkit-transform: translate3d(48px, 0, 0);
    transform: translate3d(48px, 0, 0);
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
    -webkit-transform: translate3d(32px, -32px, 0) !important;
    transform: translate3d(32px, -32px, 0) !important;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
    -webkit-transform: translate3d(-48px, 0, 0) !important;
    transform: translate3d(-48px, 0, 0) !important;
}

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
    -webkit-transform: translate3d(48px, 0, 0) !important;
    transform: translate3d(48px, 0, 0) !important;
}

.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
    transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    transition-duration: .3s;
}

.fotorama__nav:after,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__stage:before {
    content: "";
    display: block;
    position: absolute;
    text-decoration: none;
    top: 0;
    bottom: 0;
    width: 10px;
    height: auto;
    z-index: 10;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 1px 100%, 5px 100%;
}

.fotorama__nav:before,
.fotorama__stage:before {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
    background-position: 0 0, 0 0;
    left: -10px;
}

.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--left:before {
    left: 0;
}

.fotorama__nav:after,
.fotorama__stage:after {
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
    background-position: 100% 0, 100% 0;
    right: -10px;
}

.fotorama__nav.fotorama__shadows--right:after,
.fotorama__stage.fotorama__shadows--right:after {
    right: 0;
}

.fotorama--fullscreen .fotorama__nav:after,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__stage:before,
.fotorama__wrap--fade .fotorama__stage:after,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__stage:before {
    display: none;
}

/* Overrides - Fotorama */
.fotorama {
    background: #f1f1f1;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__video-close {
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    background: none;
    font-size: 11px;
}

.fotorama__arr i,
.fotorama__fullscreen-icon i,
.fotorama__video-play i,
.fotorama__video-close i {
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    font-size: 11px;
}

.fotorama__wrap--css3 .fotorama__stage .fotorama__img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
    line-height: 2.9;
    text-align: center;
    background: #151515;
    color: #555555;
}

.fotorama__arr:hover,
.fotorama__fullscreen-icon:hover,
.fotorama__video-close:hover {
    background: #1f1f1f;
}

.fotorama__arr:hover i,
.fotorama__fullscreen-icon:hover i,
.fotorama__video-close:hover i {
    color: #ffffff;
}

.fotorama__arr .icon,
.fotorama__fullscreen-icon .icon,
.fotorama__video-close .icon {
    pointer-events: none;
    color: #555555;
}

.fotorama__video-play {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    text-align: center;
    color: #bc8420;
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    background-color: transparent;
    font-size: 0px;
    border: 2px solid #bc8420;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.fotorama__video-play:before,
.fotorama__video-play:after {
    -webkit-transition: all 0.2s cubic-bezier(0.835, 0, 0.19, 1);
    -o-transition: all 0.2s cubic-bezier(0.835, 0, 0.19, 1);
    transition: all 0.2s cubic-bezier(0.835, 0, 0.19, 1);
    position: absolute;
    left: 28px;
    width: 24px;
    height: 2px;
    background: #bc8420;
    content: '';
}

.fotorama__video-play:before {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    top: 30px;
}

.fotorama__video-play:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    top: 46px;
}

.fotorama__video {
    top: 0;
}

.fotorama .fotorama__thumb-border {
    border-color: #bc8420;
}

.fotorama .fotorama__caption {
    font-family: "Arquitecta", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.fotorama .fotorama__caption .fotorama__caption__wrap {
    background: #151515;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
}

/* RoyalSlider v1.0.5 - Change to .RoyalSlider to #background*/
.slider {
    width: auto;
    height: 100%;
    direction: ltr;
}

.slider > * {
    float: left;
}

.rsWebkit3d .rsSlide {
    -webkit-transform: translateZ(0);
}

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
    -webkit-backface-visibility: hidden;
}

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}

.rsOverflow {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    float: left;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVisibleNearbyWrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    left: 0;
    top: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVisibleNearbyWrap .rsOverflow {
    position: absolute;
    left: 0;
    top: 0;
}

.rsContainer {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsArrow,
.rsThumbsArrow {
    cursor: pointer;
}

.rsThumb {
    float: left;
    position: relative;
}

.rsArrow,
.rsNav,
.rsThumbsArrow {
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.rsHidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}

.rsGCaption {
    width: 100%;
    float: left;
    text-align: center;
}

/* Fullscreen options, very important ^^ */
.slider.rsFullscreen {
    position: fixed !important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    height: auto !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 2147483647 !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
}

.slider .rsSlide.rsFakePreloader {
    opacity: 1 !important;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    display: none;
}

.rsSlide {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
}

.slider.rsAutoHeight,
.rsAutoHeight .rsSlide {
    height: auto;
}

.rsContent {
    width: 100%;
    height: 100%;
    position: relative;
}

.rsPreloader {
    position: absolute;
    z-index: 0;
}

.rsNav {
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none;
}

.rsNavItem {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
}

.rsThumbs {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    float: left;
    z-index: 22;
}

.rsTabs {
    float: left;
    background: none !important;
}

.rsTabs,
.rsThumbs {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.rsVideoContainer {
    width: auto;
    height: auto;
    line-height: 0;
    position: relative;
}

.rsVideoFrameHolder {
    position: absolute;
    left: 0;
    top: 0;
    background: #141414;
    opacity: 0;
    -webkit-transition: .3s;
}

.rsVideoFrameHolder.rsVideoActive {
    opacity: 1;
}

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 44px;
}

.rsABlock {
    position: absolute;
    z-index: 15;
}

img.rsImg {
    max-width: none;
}

.grab-cursor {
    cursor: url(/twofold_twofold/grab.png) 8 8, move;
}

.grabbing-cursor {
    cursor: url(/twofold_twofold/grabbing.png) 8 8, move;
}

.rsNoDrag {
    cursor: auto;
}

.rsLink {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 20;
    background: url(/twofold_twofold/blank.gif);
}

/* Overrides - RoyalSlider */
.rsContainer {
    position: absolute;
}

.slider > .rsContent {
    visibility: hidden;
    overflow: hidden;
}

.rsArrow {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    width: 4em;
    height: 4em;
    position: absolute;
    top: 50%;
    margin-top: -2em;
    background: #bc8420;
    z-index: 1011;
}

.rsArrow .rsArrowIcn {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 1em;
    margin-top: -0.7em;
    margin-left: -0.3em;
    width: 1em;
}

.rsArrow.rsArrowRight {
    right: 1em;
}

.rsArrow.rsArrowLeft {
    left: 1em;
}

.rsNav {
    margin-bottom: 60px;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1010;
    text-align: center;
}

.rsNav .rsBullet {
    color: #666;
    display: inline-block;
    width: 30px;
    height: 30px;
    padding: 13px;
    cursor: pointer;
}

.rsNav .rsBullet span {
    -webkit-transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
    -o-transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
    transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: rgba(127, 127, 127, 0.5);
    display: block;
    width: 4px;
    height: 4px;
    box-shadow: none;
}

.rsNav .rsBullet.rsNavSelected span {
    background: rgba(127, 127, 127, 0.5);
    box-shadow: 0px 0px 0px 4px rgba(127, 127, 127, 0.5);
}

@media screen and (max-width: 991px) {
    .rsNav {
        margin-bottom: 30px;
    }
}

/* Generic Styles */
.slider {
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    height: 100vh;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: #1f1f1f;
    /* Generic effects */
    /* Slider Feature Content - Animation States */
}

.slider .container {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .slider .container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

.slider .feature-line {
    left: 50%;
    height: 100%;
    position: absolute;
    background: rgba(127, 127, 127, 0.15);
    width: 1px;
    z-index: 11;
}

.slider .slider-content {
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none;
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 14;
}

@media screen and (max-width: 991px) {
    .slider .slider-content {
        padding: 0;
    }
}

.slider .slider-content .row {
    display: table-cell;
    vertical-align: middle;
}

.slider .slider-content .row > div {
    overflow: hidden;
}

.slider .rsOverflow {
    height: 100vh;
}

.slider .rsSlide img {
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.slider .rsSlide .slider-content i {
    -webkit-transition: all 0.4s 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.4s 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    display: block;
}

.slider .rsSlide .slider-content hr {
    -webkit-transition: all 0.4s 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.4s 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
    display: block;
}

.slider .rsSlide .slider-content div {
    -webkit-transition: all 0.4s 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.4s 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}

.slider .rsActiveSlide .slider-content h1,
.slider .rsActiveSlide .slider-content p,
.slider .rsActiveSlide .slider-content i,
.slider .rsActiveSlide .slider-content hr,
.slider .rsActiveSlide .slider-content div {
    filter: alpha(opacity=100) !important;
    zoom: 1;
    filter: alpha(opacity=0) !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    opacity: 1 !important;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100) !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100) !important;
    -webkit-transform: translateX(0) !important;
    -moz-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    transform: translateX(0) !important;
    -webkit-transform: translateY(0) !important;
    -moz-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    transform: translateY(0) !important;
}

.slider .rsActiveSlide img {
    filter: alpha(opacity=100);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* Hero - Generic Styles */
#hero {
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: relative;
    height: 100vh;
    width: 100%;
    z-index: 8;
    /* Text Box Styling */
}

#hero .container {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}

@media screen and (max-width: 767px) {
    #hero .container {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

#hero .hero-content-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
}

#hero .hero-content {
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none;
    position: absolute;
    display: table;
    width: 100%;
    height: 100vh;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 14;
}

@media screen and (max-width: 991px) {
    #hero .hero-content {
        padding: 0;
    }
}

#hero .hero-content .row {
    display: table-cell;
    vertical-align: middle;
}

#hero .hero-content .row > div {
    overflow: hidden;
}

#hero .hero-content-left {
    -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (min-width: 992px) {
    #hero .hero-content-left {
        padding-left: 0;
    }
}

@media screen and (max-width: 991px) {
    #hero .hero-content-left {
        text-align: center;
    }
}

#hero .hero-content-left h1 {
    margin-top: -0.08em;
    text-transform: uppercase;
}

@media screen and (min-width: 992px) {
    #hero .hero-content-left h1 {
        text-align: right;
    }
}

@media screen and (max-width: 991px) {
    #hero .hero-content-left h1 {
        margin-bottom: 15px;
    }
}

@media screen and (min-width: 1400px) {
    #hero .hero-content-left h1 {
        padding-left: 25%;
    }
}

@media screen and (min-width: 992px) {
    #hero .hero-content-left hr {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    #hero .hero-content-left i {
        display: none;
    }
}

@media screen and (max-width: 991px) {
    #hero .hero-content-left i:after {
        left: 50%;
        margin-left: -9px;
    }
}

#hero .hero-content-right {
    -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

@media screen and (max-width: 991px) {
    #hero .hero-content-right {
        text-align: center;
    }
}

#hero .hero-content-right div {
    display: inline-block;
    margin-right: 40px;
    width: 60px;
}

#hero .hero-content-right div.md {
    width: 100px;
}

@media screen and (max-width: 991px) {
    #hero .hero-content-right div {
        width: auto;
        margin-right: 10px;
        margin-left: 10px;
    }
}

#hero .hero-content-right div:last-child {
    margin-right: 0;
}

#hero .hero-content-right p,
#hero .hero-content-right i,
#hero .hero-content-right hr {
    -webkit-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
}

@media screen and (max-width: 991px) {
    #hero .hero-content-right i {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    #hero .hero-content-right hr {
        margin-top: 13px;
        margin-bottom: 13px;
    }
}

@media screen and (max-width: 991px) {
    #hero .hero-content-right hr {
        display: none;
    }
}

#hero .hero-content-right p {
    font-size: 26px;
    pointer-events: all;
    margin-bottom: 0;
    color: #7f7f7f;
}

#hero .hero-content-right p a {
    color: inherit;
}

@media screen and (max-width: 991px) {
    #hero .hero-content-right p {
        font-size: 20px;
        line-height: 1.3;
    }
}

@media screen and (max-width: 767px) {
    #hero .hero-content-right p {
        font-size: 16px;
    }
}

/* Hero - Generic Animation States */
body.pjax-ready #hero .hero-content-left {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    filter: alpha(opacity=100);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

body.pjax-ready #hero .hero-content-right i,
body.pjax-ready #hero .hero-content-right hr,
body.pjax-ready #hero .hero-content-right p {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

body.pjax-started #hero .hero-content-left {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

body.pjax-started #hero .hero-content-right i {
    -webkit-transform: translateX(-500px);
    -moz-transform: translateX(-500px);
    -ms-transform: translateX(-500px);
    -o-transform: translateX(-500px);
    transform: translateX(-500px);
}

body.pjax-started #hero .hero-content-right hr {
    -webkit-transform: translateX(-700px);
    -moz-transform: translateX(-700px);
    -ms-transform: translateX(-700px);
    -o-transform: translateX(-700px);
    transform: translateX(-700px);
}

body.pjax-started #hero .hero-content-right p {
    -webkit-transform: translateX(-1000px);
    -moz-transform: translateX(-1000px);
    -ms-transform: translateX(-1000px);
    -o-transform: translateX(-1000px);
    transform: translateX(-1000px);
}

/* Hero - Homepage Background Slider */
#background {
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    overflow: hidden;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
    width: auto;
    z-index: 1;
    background: #1f1f1f;
    position: fixed;
}

#background .rsSlide img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) !important;
    -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) !important;
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1) !important;
}

#background .feature-background {
    height: 100%;
    width: 100%;
}

#background #page-bg {
    height: 100%;
    width: 100%;
}

/* Hero - Single Blog / Work Posts */
body.single #background img.is-loaded {
    filter: alpha(opacity=10);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0.1;
    -khtml-opacity: 0.1;
    opacity: 0.1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==10);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
}

#hero h1.single {
    font-size: 62px;
}

@media screen and (max-width: 1199px) {
    #hero h1.single {
        font-size: 60px;
    }
}

@media screen and (max-width: 480px) {
    #hero h1.single {
        font-size: 35px;
    }
}

/* Hero - Homepage Foreground */
#foreground {
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9;
}

/* Hero Homepage - Overrides */
body.home #background {
    background: #e6e6e6;
}

body.home .hero .rsSlide img {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

body.home .hero .rsImg {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: layerbackground 20s ease-out forwards;
    -moz-animation: layerbackground 20s ease-out forwards;
    -ms-animation: layerbackground 20s ease-out forwards;
    -o-animation: layerbackground 20s ease-out forwards;
    animation: layerbackground 20s ease-out forwards;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.home-text {
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    /*transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);*/
    font-family: "Acaslon", "Times New Roman", Times, serif;
    font-weight: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 50%;
    right: 51%;
    font-size: 58px;
    line-height: 1;
    margin: 0;
    z-index: 16;
    color: #bc8420;
}

@media screen and (max-width: 1199px) {
    .home-text {
        font-size: 50px;
    }
}

@media screen and (max-width: 991px) {
    .home-text {
        font-size: 40px;
    }
}

@media screen and (max-width: 767px) {
    .home-text {
        font-size: 35px;
        right: 48%;
    }
}

@media screen and (max-width: 480px) {
    .home-text {
        font-size: 25px;
        right: 44%;
        margin: -0.7em 0 0 0;
    }
}

.home-number {
    -webkit-transition: all 1.4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 1.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 1.4s cubic-bezier(0.23, 1, 0.32, 1);
    font-family: "Arquitecta", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 850px;
    text-align: center;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
    margin: -0.05em 0 0 0;
}

@media screen and (max-width: 1199px) {
    .home-number {
        font-size: 675px;
    }
}

@media screen and (max-width: 991px) {
    .home-number {
        font-size: 525px;
    }
}

@media screen and (max-width: 767px) {
    .home-number {
        font-size: 350px;
    }
}

@media screen and (max-width: 480px) {
    .home-number {
        font-size: 225px;
    }
}

/* Hero - Generic Animation States */
body.pjax-ready #hero h1,
body.pjax-ready #hero .home-text,
body.pjax-ready #hero .home-number {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    filter: alpha(opacity=100);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

body.pjax-started #hero h1 {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

body.pjax-started #hero .home-text {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

body.pjax-started #hero .home-number-first {
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

body.pjax-started #hero .home-number-second {
    -webkit-transform: translateX(-40px);
    -moz-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    -o-transform: translateX(-40px);
    transform: translateX(-40px);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

/* Hero - Lexus Specific */
body.home .hero .hero-content-wrapper {
    -webkit-animation: layernumber 20s ease-out forwards;
    -moz-animation: layernumber 20s ease-out forwards;
    -ms-animation: layernumber 20s ease-out forwards;
    -o-animation: layernumber 20s ease-out forwards;
    animation: layernumber 20s ease-out forwards;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hero .feature-focus {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: layerobject 20s ease-out forwards;
    -moz-animation: layerobject 20s ease-out forwards;
    -ms-animation: layerobject 20s ease-out forwards;
    -o-animation: layerobject 20s ease-out forwards;
    animation: layerobject 20s ease-out forwards;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    top: 50%;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 15;
}

.hero .feature-focus img {
    position: absolute;
    max-width: 100%;
    right: 0;
    padding-left: 15%;
    padding-right: 5%;
}

@media screen and (max-width: 767px) {
    .hero .feature-focus img {
        padding-left: 10%;
        padding-right: 0%;
    }
}

.hero .feature-focus .feature-lights {
    z-index: 14;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-animation: blink 1.5s ease infinite;
    -moz-animation: blink 1.5s ease infinite;
    -ms-animation: blink 1.5s ease infinite;
    -o-animation: blink 1.5s ease infinite;
}

.hero .feature-foreground {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: layerforeground 20s ease-out forwards;
    -moz-animation: layerforeground 20s ease-out forwards;
    -ms-animation: layerforeground 20s ease-out forwards;
    -o-animation: layerforeground 20s ease-out forwards;
    animation: layerforeground 20s ease-out forwards;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 100%;
    top: 0;
}

.hero .feature-foreground img {
    width: 30%;
}

@media screen and (max-width: 991px) {
    .hero .feature-foreground img {
        height: 100%;
    }
}

.hero .feature-background {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: layerbackground 20s ease-out forwards;
    -moz-animation: layerbackground 20s ease-out forwards;
    -ms-animation: layerbackground 20s ease-out forwards;
    -o-animation: layerbackground 20s ease-out forwards;
    animation: layerbackground 20s ease-out forwards;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.hero .feature-background img {
    /* Tablet (portrait) */
    /* Tablet - Phone (portrait) */
    /* Phone (small) */
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (max-height: 768px) {
    .hero .feature-background img {
        /*margin-top: -5% !important;*/
        /*margin-top: 10vh !important;*/
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (min-height: 768px) {
    .hero .feature-background img {
        /*margin-top: -10% !important;*/
        /*margin-top: 10vh !important;*/
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) and (min-height: 481px) and (max-height: 767px) {
    .hero .feature-background img {
        /*margin-top: -4% !important;*/
        /*margin-top: 10vh !important;*/
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) and (min-height: 768px) {
    .hero .feature-background img {
        /*margin-top: -10% !important;*/
        /*margin-top: 10vh !important;*/
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) and (max-height: 480px) {
    .hero .feature-background img {
        /*margin-top: 5% !important;*/
        /*margin-top: 10vh !important;*/
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) and (min-height: 481px) {
    .hero .feature-background img {
        /*margin-top: -10% !important;*/
        /*margin-top: 10vh !important;*/
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) and (min-height: 768px) {
    .hero .feature-background img {
        /*margin-top: -22% !important;*/
        /*margin-top: 10vh !important;*/
    }
}

@-webkit-keyframes layerforeground {
    0% {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
    }
    100% {
        -webkit-transform: translate(0px, 0px) scale(1.6, 1.6);
    }
}

@-moz-keyframes layerforeground {
    0% {
        -moz-transform: translate(0px, 0px) scale(1, 1);
    }
    100% {
        -moz-transform: translate(0px, 0px) scale(1.6, 1.6);
    }
}

@keyframes layerforeground {
    0% {
        transform: translate(0px, 0px) scale(1, 1);
    }
    100% {
        transform: translate(0px, 0px) scale(1.6, 1.6);
    }
}

@-webkit-keyframes layerobject {
    0% {
        -webkit-transform: translate(0px, 0px) scale(0.8, 0.8);
    }
    100% {
        -webkit-transform: translate(0px, 0px) scale(0.95, 0.95);
    }
}

@-moz-keyframes layerobject {
    0% {
        -moz-transform: translate(0px, 0px) scale(0.8, 0.8);
    }
    100% {
        -moz-transform: translate(0px, 0px) scale(0.95, 0.95);
    }
}

@keyframes layerobject {
    0% {
        transform: translate(0px, 0px) scale(0.8, 0.8);
    }
    100% {
        transform: translate(0px, 0px) scale(0.95, 0.95);
    }
}

@-webkit-keyframes layerbackdrop {
    0% {
        -webkit-transform: translate(0px, 0px);
        filter: alpha(opacity=100);
        zoom: 1;
        filter: alpha(opacity=0);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: translate(0px, 0px);
        zoom: 1;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}

@-moz-keyframes layerbackdrop {
    0% {
        -moz-transform: translate(0px, 0px);
        filter: alpha(opacity=100);
        zoom: 1;
        filter: alpha(opacity=0);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -moz-transform: translate(0px, 0px);
        zoom: 1;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}

@keyframes layerbackdrop {
    0% {
        transform: translate(0px, 0px);
        filter: alpha(opacity=100);
        zoom: 1;
        filter: alpha(opacity=0);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    100% {
        transform: translate(0px, 0px);
        zoom: 1;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}

@-webkit-keyframes layerbackground {
    0% {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
    }
    100% {
        -webkit-transform: translate(0px, 0px) scale(1.1, 1.1);
    }
}

@-moz-keyframes layerbackground {
    0% {
        -moz-transform: translate(0px, 0px) scale(1, 1);
    }
    100% {
        -moz-transform: translate(0px, 0px) scale(1.1, 1.1);
    }
}

@keyframes layerbackground {
    0% {
        transform: translate(0px, 0px) scale(1, 1);
    }
    100% {
        transform: translate(0px, 0px) scale(1.1, 1.1);
    }
}

@-webkit-keyframes layernumber {
    0% {
        -webkit-transform: translate(0px, 0px) scale(0.9, 0.9);
    }
    100% {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
    }
}

@-moz-keyframes layernumber {
    0% {
        -moz-transform: translate(0px, 0px) scale(0.9, 0.9);
    }
    100% {
        -moz-transform: translate(0px, 0px) scale(1, 1);
    }
}

@keyframes layernumber {
    0% {
        transform: translate(0px, 0px) scale(0.9, 0.9);
    }
    100% {
        transform: translate(0px, 0px) scale(1, 1);
    }
}

/* Custom */
@-webkit-keyframes rotateplane {
    0% {
        -webkit-transform: perspective(200px);
    }
    50% {
        -webkit-transform: perspective(200px) rotateY(-180deg);
    }
    100% {
        -webkit-transform: perspective(200px) rotateY(-180deg) rotateX(-180deg);
    }
}

@-moz-keyframes rotateplane {
    0% {
        -moz-transform: perspective(200px);
    }
    50% {
        -moz-transform: perspective(200px) rotateY(-180deg);
    }
    100% {
        -moz-transform: perspective(200px) rotateY(-180deg) rotateX(-180deg);
    }
}

@-o-keyframes rotateplane {
    0% {
        -o-transform: perspective(200px);
    }
    50% {
        -o-transform: perspective(200px) rotateY(-180deg);
    }
    100% {
        -o-transform: perspective(200px) rotateY(-180deg) rotateX(-180deg);
    }
}

@keyframes rotateplane {
    0% {
        transform: perspective(200px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(200px) rotateX(0deg) rotateY(0deg);
    }
    50% {
        transform: perspective(200px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(200px) rotateX(-180.1deg) rotateY(0deg);
    }
    100% {
        transform: perspective(200px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(200px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

.rotateplane {
    -webkit-animation-name: rotateplane;
    -moz-animation-name: rotateplane;
    -o-animation-name: rotateplane;
    animation-name: rotateplane;
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.blink {
    -webkit-transition: all 1.5s ease-in-out;
    -moz-transition: all 1.5s ease-in-out;
    -o-transition: all 1.5s ease-in-out;
    -ms-transition: all 1.5s ease-in-out;
    transition: all 1.5s ease-in-out;
    -webkit-animation-direction: normal;
    -webkit-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: blink;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-direction: normal;
    -moz-animation-duration: 1.5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-name: blink;
    -moz-animation-timing-function: ease-in-out;
}

/* Scale In */
@-webkit-keyframes scaleIn {
    0% {
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes scaleIn {
    0% {
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes scaleIn {
    0% {
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        -moz-transform: scale(0);
        -webkit-transform: scale(0);
        -o-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    -moz-animation-name: scaleIn;
    -o-animation-name: scaleIn;
    animation-name: scaleIn;
}

/* Pulsate */
@-webkit-keyframes pulsate {
    from {
        -webkit-transform: scale(-0.7);
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
    95% {
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(0.3);
        opacity: 0;
    }
}

@-moz-keyframes pulsate {
    from {
        -moz-transform: scale(-0.7);
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
    95% {
        -moz-transform: scale(1.3);
        opacity: 0;
    }
    to {
        -moz-transform: scale(0.3);
        opacity: 0;
    }
}

@-o-keyframes pulsate {
    from {
        -o-transform: scale(-0.7);
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
    95% {
        -o-transform: scale(1.3);
        opacity: 0;
    }
    to {
        -o-transform: scale(0.3);
        opacity: 0;
    }
}

@keyframes pulsate {
    from {
        transform: scale(-0.7);
        opacity: 0.3;
    }
    50% {
        opacity: 0.6;
    }
    95% {
        transform: scale(1.3);
        opacity: 0;
    }
    to {
        transform: scale(0.3);
        opacity: 0;
    }
}

.pulsate {
    -webkit-animation-name: pulsate;
    -moz-animation-name: pulsate;
    -o-animation-name: pulsate;
    animation-name: pulsate;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -o-transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -o-transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    -moz-animation-name: fadeInLeft;
    -o-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -o-transform: translateX(20px);
    }
    100% {
        opacity: 1;
        -o-transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(20px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    -moz-animation-name: fadeInRight;
    -o-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

::selection {
    background: #f1f1f1;
    /* Safari */
}

::-moz-selection {
    background: #f1f1f1;
    /* Firefox */
}

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

button {
    background: none !important;
    border: none;
    padding: 0;
}

/* Well */
.well {
    padding: 30px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
    border: none;
}

/* Modal */
.modal {
    -webkit-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    top: -100%;
    height: 0;
    display: block !important;
}

.modal .modal-dialog {
    margin: 0 !important;
}

@media screen and (max-width: 1199px) {
    .modal .modal-dialog {
        padding: 40px;
    }
}

.modal .modal-dialog .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal .modal-dialog .modal-content .modal-footer {
    margin-top: 0;
}

.modal .modal-dialog .modal-content .modal-body img {
    width: 100%;
}

.modal.modal-fullscreen .modal-dialog {
    width: 100%;
    height: 100%;
    padding: 0;
}

.modal .trigger-close {
    position: absolute;
}

.modal #field_2_1 {
    -webkit-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
}

.modal #field_2_3 {
    -webkit-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translateX(-150px);
    -moz-transform: translateX(-150px);
    -ms-transform: translateX(-150px);
    -o-transform: translateX(-150px);
    transform: translateX(-150px);
}

.modal #field_2_5,
.modal .gform_footer {
    -webkit-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    transform: translateX(-200px);
}

body.modal-open .modal {
    filter: alpha(opacity=100);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    height: auto;
    top: 0;
}

body.modal-open .modal #field_2_1,
body.modal-open .modal #field_2_3,
body.modal-open .modal #field_2_5,
body.modal-open .modal .gform_footer {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

/* Label */
.label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 800;
    padding: 0px 8px;
    line-height: 15px;
}

@media screen and (max-width: 480px) {
    .label {
        font-size: 10px;
    }
}

.label .icon {
    vertical-align: middle;
}

.label.label-light {
    background: rgba(255, 255, 255, 0.1);
}

.label.label-dark {
    background: rgba(0, 0, 0, 0.1);
}

/*Popover*/
.popover {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    min-width: 130px;
}

.popover .popover-title {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 800;
    padding: 12px 14px 9px;
    color: #333333;
}

@media screen and (max-width: 480px) {
    .popover .popover-title {
        font-size: 10px;
    }
}

.popover .popover-content {
    font-size: 14px;
    font-weight: normal;
}

/*Tooltip*/
.tooltip .tooltip-inner {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 800;
    padding: 10px 14px;
}

@media screen and (max-width: 480px) {
    .tooltip .tooltip-inner {
        font-size: 10px;
    }
}

/*Blockquote*/
blockquote {
    border-left: 1px solid #f1f1f1;
    font-size: 24px;
    color: #ABCB60;
    padding: 0 0 0 40px;
    font-family: "Acaslon", "Times New Roman", Times, serif;
}

blockquote small {
    font-family: "Arquitecta", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 11px;
}

@media screen and (max-width: 1199px) {
    blockquote {
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {
    blockquote {
        font-size: 16px;
    }
}

.list-icons {
    padding: 0;
}

.list-icons li {
    list-style-type: none;
    border-top: 1px solid rgba(127, 127, 127, 0.15);
    padding: 12px 0;
}

.list-icons li i {
    margin-left: 15px;
}

.list-icons li:before {
    font-size: 80%;
    color: #ccc;
}

.content-main ul li,
ul.styled li {
    position: relative;
    list-style-type: none;
}

.content-main ul li:after,
ul.styled li:after {
    content: '';
    position: absolute;
    z-index: -1;
}

.content-main ul li:before,
ul.styled li:before {
    content: "+";
    font-weight: bold;
    /*content: "\e816";
		font-family: 'fontello';*/
    font-size: 1.2em;
    line-height: 1;
    position: absolute;
    left: -1.2em;
    top: 0.3em;
    color: #bc8420;
}

.content-main ol li,
ol.styled li {
    font-weight: bold;
    color: #bc8420;
}

.content-main ol li ol li,
ol.styled li ol li {
    color: #dc9f33;
}

.content-main ol li span,
ol.styled li span {
    font-weight: normal;
    color: #7f7f7f;
}

.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    -webkit-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
    -o-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
    transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

img {
    -ms-interpolation-mode: bicubic;
}

.contain {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

[class*="col-"] img {
    max-width: 100%;
}

.btn {
    -webkit-transition: all 0.1s cubic-bezier(0.835, 0, 0.19, 1);
    -o-transition: all 0.1s cubic-bezier(0.835, 0, 0.19, 1);
    transition: all 0.1s cubic-bezier(0.835, 0, 0.19, 1);
}

.btn:active,
.btn.active {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.btn.btn-round {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.btn.btn-circle {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    width: 2.3em;
    text-align: center;
}

.btn.btn-circle.btn-circle-md {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    width: 60px;
    height: 60px;
}

.btn.btn-square {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.btn.btn-close {
    position: absolute;
    right: 0;
    top: 0;
    margin: 2em 2em 0 0;
}

.btn.btn-outline {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: transparent;
    border: 1px solid;
}

.btn.btn-outline.btn-primary {
    border-color: #bc8420;
    color: #bc8420;
}

.btn.btn-outline.btn-warning {
    border-color: #f39c12;
    color: #f39c12;
}

.btn.btn-outline.btn-success {
    border-color: #2ecc71;
    color: #2ecc71;
}

.btn.btn-outline.btn-danger {
    border-color: #e74c3c;
    color: #e74c3c;
}

.btn.btn-outline.btn-info {
    border-color: #3498db;
    color: #3498db;
}

.btn.btn-outline.btn-black {
    border-color: #1f1f1f;
    color: #1f1f1f;
}

.btn.btn-animate {
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn.btn-animate:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn.btn-icon {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.btn.btn-icon:active {
    background: #000;
}

.btn.btn-icon:before {
    position: absolute;
    height: 100%;
    width: 100%;
    line-height: 3.6em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btn.btn-icon:active:before {
    color: #ccc;
}

.btn.btn-icon span {
    display: inline-block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -webkit-backface-visibility: hidden;
    -moz-transition: all 0.3s;
    -moz-backface-visibility: hidden;
    transition: all 0.3s;
    backface-visibility: hidden;
}

.btn.btn-icon-top:hover span {
    -webkit-transform: translateY(300%);
    -moz-transform: translateY(300%);
    -ms-transform: translateY(300%);
    transform: translateY(300%);
}

.btn.btn-icon-top:before {
    left: 0;
    top: -100%;
}

.btn.btn-icon-top:hover:before {
    top: 0;
}

/* Fontface */
/*@font-face {
  font-family: 'Acaslon';
  src: url('/wp-content/themes/stockholm/assets/fonts/acaslon.eot');
  src: local('☺'), url('/wp-content/themes/stockholm/assets/fonts/acaslon.woff') format('woff'), url('/wp-content/themes/theme/assets/fonts/acaslon.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Arquitecta';
  src: url('/wp-content/themes/stockholm/assets/fonts/latinotype_-_arquitectalight.eot');
  src: url('/wp-content/themes/stockholm/assets/fonts/latinotype_-_arquitectalight.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/theme/assets/fonts/latinotype_-_arquitectalight.woff') format('woff'), url('/wp-content/themes/theme/assets/fonts/latinotype_-_arquitectalight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Arquitecta';
  src: url('/wp-content/themes/stockholm/assets/fonts/latinotype_-_arquitectabook.eot');
  src: url('/wp-content/themes/stockholm/assets/fonts/latinotype_-_arquitectabook.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/theme/assets/fonts/latinotype_-_arquitectabook.woff') format('woff'), url('/wp-content/themes/theme/assets/fonts/latinotype_-_arquitectabook.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Arquitecta';
  src: url('/wp-content/themes/stockholm/assets/fonts/latinotype_-_arquitecta.eot');
  src: url('/wp-content/themes/stockholm/assets/fonts/latinotype_-_arquitecta.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/theme/assets/fonts/latinotype_-_arquitecta.woff') format('woff'), url('/wp-content/themes/theme/assets/fonts/latinotype_-_arquitecta.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Arquitecta';
  src: url('/wp-content/themes/stockholm/assets/fonts/latinotype_-_arquitectabold.eot');
  src: url('/wp-content/themes/stockholm/assets/fonts/latinotype_-_arquitectabold.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/theme/assets/fonts/latinotype_-_arquitectabold.woff') format('woff'), url('/wp-content/themes/theme/assets/fonts/latinotype_-_arquitectabold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Arquitecta';
  src: url('/wp-content/themes/stockholm/assets/fonts/latinotype_-_arquitectaheavy.eot');
  src: url('/wp-content/themes/stockholm/assets/fonts/latinotype_-_arquitectaheavy.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/theme/assets/fonts/latinotype_-_arquitectaheavy.woff') format('woff'), url('/wp-content/themes/theme/assets/fonts/latinotype_-_arquitectaheavy.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}*/
/* Fontello */
/*@font-face {
  font-family: 'fontello';
  src: url('/wp-content/themes/stockholm/assets/fonts/fontello.eot?70349744');
  src: url('/wp-content/themes/stockholm/assets/fonts/fontello.eot?70349744#iefix') format('embedded-opentype'), url('/wp-content/themes/theme/assets/fonts/fontello.woff?70349744') format('woff'), url('/wp-content/themes/theme/assets/fonts/fontello.ttf?70349744') format('truetype'), url('/wp-content/themes/theme/assets/fonts/fontello.svg?70349744#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
}

.icon-behance:before {
    content: '\e80a';
}

/* '' */
.icon-github:before {
    content: '\e803';
}

/* '' */
.icon-youtube:before {
    content: '\e804';
}

/* '' */
.icon-github:before {
    content: '\e80c';
}

/* '' */
.icon-vimeo:before {
    content: '\e80d';
}

/* '' */
.icon-facebook:before {
    content: '\e806';
}

/* '' */
.icon-gplus:before {
    content: '\e805';
}

/* '' */
.icon-pinterest:before {
    content: '\e802';
}

/* '' */
.icon-linkedin:before {
    content: '\e800';
}

/* '' */
.icon-dribbble:before {
    content: '\e801';
}

/* '' */
.icon-lastfm:before {
    content: '\e80b';
}

/* '' */
.icon-instagram:before {
    content: '\e808';
}

/* '' */
.icon-skype:before {
    content: '\e809';
}

/* '' */
.icon-twitter:before {
    content: '\e807';
}

/* '' */
.icon-search:before {
    content: '\e818';
}

/* '' */
.icon-ok:before {
    content: '\e81c';
}

/* '' */
.icon-cancel:before {
    content: '\e819';
}

/* '' */
.icon-plus:before {
    content: '\e81a';
}

/* '' */
.icon-minus:before {
    content: '\e81b';
}

/* '' */
.icon-down:before {
    content: '\e820';
}

/* '' */
.icon-left:before {
    content: '\e81f';
}

/* '' */
.icon-right:before {
    content: '\e81e';
}

/* '' */
.icon-up:before {
    content: '\e81d';
}

/* '' */
.icon-sun:before {
    content: '\e80e';
}

/* '' */
.icon-storm:before {
    content: '\e811';
}

/* '' */
.icon-drizzle:before {
    content: '\e813';
}

/* '' */
.icon-snow:before {
    content: '\e810';
}

/* '' */
.icon-rain:before {
    content: '\e812';
}

/* '' */
.icon-clouds:before {
    content: '\e814';
}

/* '' */
.icon-partly:before {
    content: '\e80f';
}

/* '' */
.icon-0:before,
.icon-1:before,
.icon-2:before,
.icon-3:before,
.icon-37:before,
.icon-38:before,
.icon-39:before,
.icon-40:before,
.icon-42:before,
.icon-45:before,
.icon-47:before,
.icon-4:before {
    content: '\e811';
}

/* Storms */
.icon-9:before,
.icon-10:before,
.icon-17:before,
.icon-18:before {
    content: '\e813';
}

/* Drizzle */
.icon-6:before,
.icon-11:before,
.icon-12:before,
.icon-35:before {
    content: '\e813';
}

/* Raining */
.icon-19:before,
.icon-20:before,
.icon-21:before,
.icon-22:before,
.icon-23:before,
.icon-24:before,
.icon-25:before,
.icon-26:before,
.icon-27:before,
.icon-30:before {
    content: '\e814';
}

/* Cloudy */
.icon-31:before,
.icon-32:before,
.icon-33:before,
.icon-34:before,
.icon-36:before {
    content: '\e80e';
}

/* Sunny */
.icon-28:before,
.icon-29:before,
.icon-44:before {
    content: '\e80f';
}

/* Overcast */
.icon-5:before,
.icon-7:before,
.icon-8:before,
.icon-13:before,
.icon-14:before,
.icon-15:before,
.icon-16:before,
.icon-41:before,
.icon-43:before,
.icon-46:before {
    content: '\e810';
}

/* Snow */
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 40px 0;
    text-transform: uppercase;
}

h1.light,
h2.light,
h3.light,
h4.light,
h5.light,
h6.light {
    color: #ffffff;
}

h1.primary strong,
h2.primary strong,
h3.primary strong,
h4.primary strong,
h5.primary strong,
h6.primary strong,
h1.primary,
h2.primary,
h3.primary,
h4.primary,
h5.primary,
h6.primary {
    color: #bc8420;
}

h1 i,
h2 i,
h3 i,
h4 i,
h5 i,
h6 i {
    font-family: "Acaslon", "Times New Roman", Times, serif;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
h1.strong,
h2.strong,
h3.strong,
h4.strong,
h5.strong,
h6.strong {
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    text-transform: uppercase;
    color: #1f1f1f;
    line-height: 0.8;
}

h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em,
h1.em,
h2.em,
h3.em,
h4.em,
h5.em,
h6.em {
    font-family: "Acaslon", "Times New Roman", Times, serif;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    color: #bc8420;
}

.first-line h1,
.first-line h2,
.first-line h3,
.first-line h4,
.first-line h5,
.first-line h6 {
    margin-top: -.25em;
}

h1,
.h1 {
    -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 1199px) {
    h1,
    .h1 {
        font-size: 120px;
    }
}

@media screen and (max-width: 767px) {
    h1,
    .h1 {
        font-size: 60px;
    }
}

h2,
.h2 {
    -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 1199px) {
    h2,
    .h2 {
        font-size: 40px;
    }
}

@media screen and (max-width: 480px) {
    h2,
    .h2 {
        font-size: 32px;
    }
}

h3,
.h3 {
    -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 1199px) {
    h3,
    .h3 {
        font-size: 30px;
    }
}

@media screen and (max-width: 991px) {
    h3,
    .h3 {
        font-size: 25px;
    }
}

@media screen and (max-width: 1199px) {
    h4,
    .h4 {
        font-size: 24px;
    }
}

@media screen and (max-width: 767px) {
    h4,
    .h4 {
        font-size: 19px;
    }
}

h5,
h6 {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 800;
}

p {
    margin-bottom: 0px;
}

p strong {
    font-weight: bold;
    font-style: normal;
    color: #666666;
}

small,
small a,
.small-text {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 800;
}

@media screen and (max-width: 480px) {
    small,
    small a,
    .small-text {
        font-size: 10px;
    }
}

i,
.i {
    font-family: "Acaslon", "Times New Roman", Times, serif;
    font-style: normal;
    font-size: 14px;
    color: #bc8420;
}

@media screen and (max-width: 991px) {
    i,
    .i {
        font-size: 12px;
    }
}

i span,
.i span {
    color: rgba(127, 127, 127, 0.15);
}

/* Coloring */
.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6,
.light small {
    color: #1f1f1f;
}

.light hr,
.light i {
    border-color: rgba(0, 0, 0, 0.15);
}

.light strong {
    color: #1f1f1f;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark small {
    color: #ffffff;
}

.dark hr,
.dark i {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.dark strong {
    color: #ffffff;
}

.brand h1,
.brand h2,
.brand h3,
.brand h4,
.brand h5,
.brand h6,
.brand small {
    color: #ffffff;
}

.brand hr,
.brand i {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.brand i {
    color: #1f1f1f;
}

.brand p,
.brand strong {
    color: #ffffff;
}

form input[type="text"],
form textarea,
form .form-control {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    padding-right: 3.5em;
    height: 50px;
    font-weight: 400;
}

form input[type="text"]:focus,
form textarea:focus,
form .form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

@media screen and (max-width: 1199px) {
    form input[type="text"],
    form textarea,
    form .form-control {
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {
    form input[type="text"],
    form textarea,
    form .form-control {
        font-size: 16px;
    }
}

form ul li,
form > p,
form .form-group {
    position: relative;
}

form ul li img,
form > p img,
form .form-group img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.15s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.15s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.15s cubic-bezier(0.23, 1, 0.32, 1);
}

form ul li .form-info,
form > p .form-info,
form .form-group .form-info {
    z-index: 2;
    right: 0;
    position: absolute;
    cursor: pointer;
}

form ul li button.form-info,
form > p button.form-info,
form .form-group button.form-info {
    top: 0;
}

form.form-contact {
    display: inline-block;
    width: 100%;
}

form textarea:focus,
form input[type="text"]:focus,
form input[type="password"]:focus,
form input[type="datetime"]:focus,
form input[type="datetime-local"]:focus,
form input[type="date"]:focus,
form input[type="month"]:focus,
form input[type="time"]:focus,
form input[type="week"]:focus,
form input[type="number"]:focus,
form input[type="email"]:focus,
form input[type="url"]:focus,
form input[type="search"]:focus,
form input[type="tel"]:focus,
form input[type="color"]:focus,
form .uneditable-input:focus {
    background: #fff;
}

html.no-touch form ul li,
html.no-touch > p:hover img,
html.no-touch .form-group:hover img {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
}

::-webkit-input-placeholder {
    /*font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 800;
  line-height: 4.7em;
  color: #bc8420;*/
}

@media screen and (max-width: 480px) {
    /*::-webkit-input-placeholder {
    font-size: 10px;
  }*/
}

@media screen and (max-width: 991px) {
    /*::-webkit-input-placeholder {
    line-height: 4.5em;
  }*/
}

/*:-moz-placeholder {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 800;
  line-height: 4.7em;
  color: #bc8420;
}*/
@media screen and (max-width: 480px) {
    /*:-moz-placeholder {
    font-size: 10px;
  }*/
}

@media screen and (max-width: 991px) {
    /*:-moz-placeholder {
    line-height: 4.5em;
  }*/
}

::-moz-placeholder {
    /*font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 800;
  line-height: 4.7em;
  color: #bc8420;*/
}

@media screen and (max-width: 480px) {
    ::-moz-placeholder {
        font-size: 10px;
    }
}

@media screen and (max-width: 991px) {
    /*::-moz-placeholder {
    line-height: 4.5em;
  }*/
}

/*:-ms-input-placeholder {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 800;
  line-height: 4.7em;
  color: #bc8420;
}*/
@media screen and (max-width: 480px) {

}

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

}

.form-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    padding-top: 200px;
    padding-bottom: 200px;
    background: #bc8420;
    position: relative;
    overflow: hidden;
}

@media screen and (max-width: 1199px) {
    .form-wrapper {
        padding-top: 160px;
        padding-bottom: 160px;
    }
}

@media screen and (max-width: 991px) {
    .form-wrapper {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 767px) {
    .form-wrapper {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}

.form-wrapper .form-group {
    position: relative;
}

.form-wrapper .form-group:last-child {
    margin-bottom: 0;
}

#url,
label[for=url] {
    display: none;
}

.blog-comment-form .commentlist {
    display: none;
}

.blog-comment-form label {
    display: none;
}

#commentform {
    position: relative;
}

#commentform p {
    margin: 0;
}

a.form-info {
    color: #151515;
}

#comment-image-wrapper {
    background: url('/wp-content/themes/stockholm/assets/img/people/person-add.jpg') left top no-repeat;
    position: absolute;
    bottom: -84px;
    background-size: 78px 78px;
    width: 78px !important;
    height: 78px;
    border-radius: 39px;
}

#comment-image-wrapper label {
    color: #ffffff;
    font-weight: normal;
    display: none !important;
}

#comment-image-wrapper input {
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    color: #ffffff;
    width: 78px;
    height: 78px;
    border-radius: 39px;
}

#comment-status {
    text-align: center;
    padding: 15px 0;
}

.gform_wrapper {
    position: relative;
}

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

.gform_wrapper .validation_message {
    display: none;
}

.gform_wrapper .gfield input {
    -webkit-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}

.gform_wrapper .gfield.gfield_error input {
    border: 2px solid #fff;
}

.gform_wrapper .gfield .gfield_label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 800;
    position: absolute;
    z-index: 20;
    margin: 16px 0 0 20px;
    color: #bc8420;
}

@media screen and (max-width: 480px) {
    .gform_wrapper .gfield .gfield_label {
        font-size: 10px;
    }
}

#gforms_confirmation_message {
    color: #ffffff;
    text-align: center;
}

.gform_wrapper ul li,
.blog-comment-form p {
    position: relative;
}

.gform_wrapper ul li a,
.blog-comment-form p a.form-info {
    position: absolute;
    right: 10px;
    top: 0;
    -webkit-transition: right 0.1s ease-in-out;
}

html.no-touch .gform_wrapper ul li a:hover,
html.no-touch .blog-comment-form p a.form-info:hover {
    right: 13px;
}

.gform_wrapper ul li input[type="text"],
.blog-comment-form input[type="text"],
.blog-comment-form textarea {
    width: 100%;
    border-radius: 30px;
    border: none;
    background: #996c1a;
    margin: 0 0 15px;
    padding: 0 3.5em 0 20px;
    line-height: 50px;
    color: #fff;
    height: 50px;
    resize: none;
}

.gform_wrapper ul li input[type="text"]:focus,
.blog-comment-form input[type="text"]:focus,
.blog-comment-form textarea:focus {
    background: #885f17;
}

.gform_body ul li:last-child .ginput_container input,
#commentform #comment {
    margin-bottom: 0;
}

.gform_wrapper input[type="submit"],
.blog-comment-form input[type="submit"] {
    -webkit-transition: background-position 0.15s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: background-position 0.15s cubic-bezier(0.23, 1, 0.32, 1);
    transition: background-position 0.15s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    bottom: 0px;
    right: 5px;
    width: 60px;
    height: 50px;
    background: url('/wp-content/themes/theme/assets/img/svg/icon-comment-sm.svg') 0 0px no-repeat;
    border: 0;
    text-indent: -9999px;
}

.blog-comment-form input[type="submit"] {
    right: 0px;
}

html.no-touch .gform_wrapper input[type="submit"]:hover,
html.no-touch .blog-comment-form input[type="submit"]:hover {
    background-position: -3px 0px;
}

#comment-status p {
    color: #fff;
    margin: 0;
}

.gform_wrapper .gform_ajax_spinner,
.validation_error {
    display: none;
}

.home #page-bg img,
#content img {
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.home #page-bg img.is-loaded,
#content img.is-loaded {
    filter: alpha(opacity=100);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.home #page-bg .fotorama img,
#content .fotorama img {
    filter: alpha(opacity=100);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.page-template-work-php #page-bg img,
.page-template-default #page-bg img,
.page-template-blog-php #page-bg img,
.page-template-contact-php #page-bg img,
.single #page-bg img {
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.page-template-work-php #page-bg img.is-loaded,
.page-template-default #page-bg img.is-loaded,
.page-template-blog-php #page-bg img.is-loaded,
.page-template-contact-php #page-bg img.is-loaded,
.single #page-bg img.is-loaded {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    filter: alpha(opacity=100);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.isotope {
    -webkit-transition-property: height;
    -moz-transition-property: height;
    -ms-transition-property: height;
    -o-transition-property: height;
    transition-property: height;
}

#content .grid {
    margin: 0 auto;
    /* Clearfix */
    /* Grid Setup */
}

#content .grid:after {
    content: '';
    display: block;
    clear: both;
}

#content .grid .grid-sizer {
    width: 20%;
}

@media screen and (max-width: 1199px) {
    #content .grid .grid-sizer {
        width: 25%;
    }
}

@media screen and (max-width: 767px) {
    #content .grid .grid-sizer {
        width: 50%;
    }
}

#content .grid .item {
    overflow: hidden;
    width: 25%;
    position: relative;
    padding-bottom: 22%;
    margin: 0;
    float: left;
    /* Custom Styles */
}

#content .grid .item.width-2 {
    width: 50%;
}

#content .grid .item.height-2 {
    padding-bottom: 40%;
}

#content .grid .item.height-2.width-2 {
    width: 50%;
    padding-bottom: 40%;
}

@media screen and (max-width: 1199px) {
    #content .grid .item {
        width: 25%;
        padding-bottom: 25%;
    }

    #content .grid .item.width-2 {
        width: 50%;
    }

    #content .grid .item.height-2 {
        padding-bottom: 50%;
    }

    #content .grid .item.height-2.width-2 {
        width: 50%;
        padding-bottom: 50%;
    }
}

@media screen and (max-width: 800px) {
    #content .grid .item {
        width: 50%;
        padding-bottom: 50%;
    }

    #content .grid .item.width-2 {
        width: 100%;
    }

    #content .grid .item.height-2 {
        padding-bottom: 100%;
    }

    #content .grid .item.height-2.width-2 {
        width: 100%;
        padding-bottom: 100%;
    }
}

@media screen and (max-width: 414px) {
    #content .grid .item {
        width: 100%;
        padding-bottom: 100%;
    }
}

#content .grid .item.title {
    background: #bc8420;
}

@media screen and (max-width: 1199px) {
    #content .grid .item.title {
        padding-bottom: 50%;
    }
}

#content .grid .item.title .item-text i,
#content .grid .item.title .item-text hr,
#content .grid .item.title .item-text h2 {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

@media screen and (max-width: 767px) {
    #content .grid .item.title .item-text {
        padding: 30px;
    }
}

@media screen and (max-width: 480px) {
    #content .grid .item.title .item-text {
        padding: 25px;
    }
}

#content .grid .item .item-text {
    position: absolute;
    height: 100%;
    padding: 0;
    z-index: 11;
    width: 100%
}

#content .grid .item .item-text i {
    -webkit-transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    -o-transform: translateX(-400px);
    transform: translateX(-400px);
    -webkit-transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
    -o-transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
    transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
    display: block;
}

#content .grid .item .item-text hr {
    -webkit-transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    -o-transform: translateX(-400px);
    transform: translateX(-400px);
    -webkit-transition: all 0.6s cubic-bezier(0.835, 0, 0.19, 1);
    -o-transition: all 0.6s cubic-bezier(0.835, 0, 0.19, 1);
    transition: all 0.6s cubic-bezier(0.835, 0, 0.19, 1);
    display: block;
}

#content .grid .item .item-text h2 {
    /*   -webkit-transform: translateX(-400px);
-moz-transform: translateX(-400px);
-ms-transform: translateX(-400px);
-o-transform: translateX(-400px);
transform: translateX(-400px);
-webkit-transition: all 0.7s cubic-bezier(0.835, 0, 0.19, 1);
-o-transition: all 0.7s cubic-bezier(0.835, 0, 0.19, 1);
transition: all 0.7s cubic-bezier(0.835, 0, 0.19, 1); */
    color: #fff;
    font-family: 'QuicksandBold-Regular';
    text-align: center;
    padding-top: 35%;
    display: block;
}

#content .grid .item img {
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
    width: 100%;
    position: absolute;
}

/* Custom Grid Styles */


html.no-touch #content .grid .item:hover .item-text i,
html.no-touch #content .grid .item:hover .item-text hr,
html.no-touch #content .grid .item:hover .item-text h2 {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

@media screen and (max-width: 767px) {
    body.home .grid {
        background-color: #ffffff;
    }
}

/* Generic Call Out */
.call-out {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100vh;
    background-size: cover;
    min-height: 480px;
    position: relative;
}

.call-out .call-out-image {
    -webkit-pointer-events: none;
    pointer-events: none;
    position: absolute;
    right: -25%;
    z-index: 1010;
}

@media screen and (min-width: 768px) {
    .call-out .call-out-image {
        -webkit-transform: translateY(50%);
        -moz-transform: translateY(50%);
        -ms-transform: translateY(50%);
        -o-transform: translateY(50%);
        transform: translateY(50%);
        width: 50%;
        bottom: 100%;
    }
}

@media screen and (max-width: 767px) {
    .call-out .call-out-image {
        height: 50%;
        top: 6%;
    }
}

@media screen and (max-width: 480px) {
    .call-out .call-out-image {
        left: 25%;
    }
}

.call-out .call-out-inner {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    min-height: 480px;
}

.call-out .call-out-inner.hidden-xs {
    background: #f1f1f1;
}

.call-out .call-out-inner.hidden-xs img {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.call-out .half {
    position: relative;
    height: 50%;
}

.call-out [class*="col-"] {
    padding: 0;
}

/* Circle info */
.circle-info {
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    right: 160px;
    text-align: center;
    z-index: 9;
    width: 1px;
}

.circle-info.circle-info-inline {
    display: inline-block;
    width: auto;
    margin: 0 7px;
}

.circle-info.circle-info-inline a {
    display: inline-block;
}

.circle-info.circle-info-right {
    right: 80px;
}

.circle-info.circle-info-bottom {
    position: absolute;
    bottom: 44px;
}

.circle-info.circle-info-bottom a {
    margin-top: 15px;
}

@media screen and (max-width: 991px) {
    .circle-info.circle-info-bottom a {
        margin-top: 10px;
    }
}

.circle-info.circle-info-bottom .circle-line {
    top: 94px;
}

@media screen and (max-width: 991px) {
    .circle-info.circle-info-bottom .circle-line {
        top: 70px;
    }
}

.circle-info.circle-info-top {
    position: absolute;
    bottom: auto;
    top: 0;
    height: 100%;
}

.circle-info.circle-info-top .circle-line {
    top: 0;
    height: 100%;
}

.circle-info.circle-info-top a {
    margin-top: 16px;
}

.circle-info.circle-info-top a:first-child {
    margin-top: 200px;
}

@media screen and (max-width: 1199px) {
    .circle-info.circle-info-top a:first-child {
        margin-top: 160px;
    }
}

@media screen and (max-width: 991px) {
    .circle-info.circle-info-top a:first-child {
        margin-top: 100px;
    }
}

@media screen and (max-width: 767px) {
    .circle-info.circle-info-top a:first-child {
        margin-top: 64px;
    }
}

.circle-info.circle-info-horizontal {
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: auto;
    right: auto;
    text-align: center;
}

.circle-info.circle-info-horizontal a {
    display: inline-block;
    margin: -40px 8px 0 8px;
}

@media screen and (max-width: 991px) {
    .circle-info.circle-info-horizontal a {
        margin: -30px 8px 0 8px;
    }
}

.circle-info a {
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: scaleIn;
    -moz-animation-name: scaleIn;
    -o-animation-name: scaleIn;
    animation-name: scaleIn;
    display: block;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
    background: transparent;
    width: 80px;
    height: 80px;
    border: 1px solid transparent;
}

.circle-info a:nth-child(1) {
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    -ms-animation-delay: 0.5s;
    -o-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.circle-info a:nth-child(2) {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    -ms-animation-delay: 0.8s;
    -o-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.circle-info a:nth-child(3) {
    -webkit-animation-delay: 1.1s;
    -moz-animation-delay: 1.1s;
    -ms-animation-delay: 1.1s;
    -o-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.circle-info a:nth-child(4) {
    -webkit-animation-delay: 1.4s;
    -moz-animation-delay: 1.4s;
    -ms-animation-delay: 1.4s;
    -o-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.circle-info a:after {
    filter: alpha(opacity=100);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    box-shadow: 0 0 0 1px rgba(127, 127, 127, 0.15);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.4s;
    -moz-transition: -moz-transform 0.2s, opacity 0.4s;
    -ms-transition: -ms-transform 0.2s, opacity 0.4s;
    -o-transition: -o-transform 0.2s, opacity 0.4s;
    transition: transform 0.2s, opacity 0.4s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.circle-info .circle-text {
    padding-top: 15px;
    text-align: center;
}

.circle-info .circle-text i {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    width: 100%;
    left: 0;
}

.circle-info .circle-text span {
    display: block;
    position: absolute;
    color: #7f7f7f;
    width: 100%;
    line-height: 0.6;
    font-weight: 300;
}

@media screen and (min-width: 768px) {
    .circle-info .circle-text i {
        top: 18px;
    }

    .circle-info .circle-text span {
        top: 44px;
    }
}

@media screen and (max-width: 991px) {
    .circle-info .circle-text i {
        top: 15px;
    }

    .circle-info .circle-text span {
        top: 34px;
    }
}

.circle-info .circle-author img {
    overflow: hidden;
    -webkit-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
    -o-transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
    transition: all 0.4s cubic-bezier(0.835, 0, 0.19, 1);
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    width: 100%;
}

.circle-info .circle-line {
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-delay: 1.2s;
    -moz-animation-delay: 1.2s;
    -ms-animation-delay: 1.2s;
    -o-animation-delay: 1.2s;
    animation-delay: 1.2s;
    width: 1px;
    height: 44px;
    position: absolute;
    left: 40px;
    background: rgba(127, 127, 127, 0.15);
    z-index: -1;
}

.circle-info .circle-line.circle-line-2 {
    height: 17px;
}

@media screen and (max-width: 991px) {
    .circle-info .circle-line.circle-line-2 {
        height: 11px;
    }
}

.circle-info .circle-line.circle-line-3 {
    height: 113px;
}

@media screen and (max-width: 991px) {
    .circle-info .circle-line.circle-line-3 {
        height: 81px;
    }
}

@media screen and (max-width: 991px) {
    .circle-info {
        right: 112px;
    }

    .circle-info a {
        width: 60px;
        height: 60px;
    }

    .circle-info .circle-text {
        padding-top: 4px;
    }

    .circle-info .circle-line {
        top: 80px;
        left: 30px;
    }
}

.no-touch .circle-info a:hover {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(127, 127, 127, 0.15);
}

.no-touch .circle-info a:hover:after {
    /*top: -7px;
  left: -7px;
  padding: 7px;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  zoom: 1;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);*/
}

/* Bar Button */
.bar {
    text-align: center;
}

.bar hr {
    margin: 16px auto 24px;
}

/* Button */
.btn {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 800;
    display: inline-block;
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 15px 25px;
    min-width: 180px;
}

@media screen and (max-width: 480px) {
    .btn {
        font-size: 10px;
    }
}

/* Testimonials */
.testimonial {
    -webkit-transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
    -o-transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
    transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #ffffff;
    text-align: center;
}

.testimonial .centered-table {
    height: 100%;
}

.testimonial .circle-info {
    margin-bottom: 30px;
    -webkit-transition: all 0.4s 0.1s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.4s 0.1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s 0.1s cubic-bezier(0.23, 1, 0.32, 1);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
}

.testimonial blockquote {
    border: none;
    padding: 0 100px;
    margin-bottom: 0;
}

.testimonial blockquote p {
    -webkit-transition: all 0.4s 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.4s 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
    margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
    .testimonial blockquote p {
        font-size: 18px;
    }
}

.testimonial blockquote small {
    -webkit-transition: all 0.4s 1s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.4s 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s 1s cubic-bezier(0.23, 1, 0.32, 1);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
}

@media screen and (max-width: 1199px) {
    .testimonial blockquote {
        padding: 0 40px;
    }
}

.testimonial.on-screen {
    background: #151515;
}

.testimonial.on-screen .circle-info {
    filter: alpha(opacity=100);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.testimonial.on-screen p {
    filter: alpha(opacity=100);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.testimonial.on-screen small {
    filter: alpha(opacity=100);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.no-touch .testimonial:hover {
    background: #1f1f1f;
}

/* Link list */
.link-list ul {
    padding: 0;
}

.link-list ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 8px;
}

@media screen and (max-width: 1199px) {
    .link-list ul li {
        margin: 0 4px;
    }
}

@media screen and (max-width: 991px) {
    .link-list ul li {
        margin: 0 2px;
    }
}

/* Animated social links */
.link-animated a {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 4s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    color: #7f7f7f;
    outline: none;
    position: relative;
    border: 1px solid rgba(127, 127, 127, 0.15);
    display: block;
    text-align: center;
    padding: 0;
    font-size: 13px;
    line-height: 3.3em;
    width: 44px;
    height: 44px;
}

.link-animated a span {
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #bbbbbb;
}

.link-animated a:before {
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    left: 15px;
    top: -60%;
    position: absolute;
    height: 100%;
    line-height: 3.3em;
    color: #bc8420;
}

.link-animated a:after {
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: absolute;
    z-index: -1;
    color: #ffffff;
}

html.no-touch .link-animated a:hover {
    color: #333333;
    background: #f1f1f1;
}

html.no-touch .link-animated a:hover span {
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transform: translateY(200%);
    -moz-transform: translateY(200%);
    -ms-transform: translateY(200%);
    -o-transform: translateY(200%);
    transform: translateY(200%);
    color: #ffffff;
}

html.no-touch .link-animated a:hover:before {
    filter: alpha(opacity=100);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    top: 0;
    line-height: 3.3em;
    color: #bc8420;
}

html.no-touch .link-animated a:hover:after {
    color: #bc8420;
}

/* Hr */
hr {
    margin: 80px auto;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

hr.md {
    width: 60px;
    margin: 30px 0;
}

hr.sm {
    width: 18px;
    margin-top: 18px;
    margin-bottom: 18px;
    margin-left: 0;
}

hr.sm.align-center {
    margin: 15px auto 18px;
}

.align-center hr.md,
hr.hr-center.md {
    margin: 30px auto;
}

.align-center hr.sm,
hr.hr-center.sm {
    margin: 18px auto;
}

.align-right hr,
hr.hr-right {
    margin-left: auto;
    margin-right: 0;
}

html {
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    background: #1f1f1f;
    -webkit-font-smoothing: subpixel-antialiased;
}

body {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    min-height: 100%;
    font-weight: 200;
}

@media screen and (max-width: 1199px) {
    body {
        font-size: 20px;
    }
}

@media screen and (max-width: 991px) {
    body {
        font-size: 16px;
        font-weight: 300;
    }
}

#wrapper {
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
    width: 100%;
    position: relative;
    background-color: transparent;
}

#content {
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    overflow: hidden;
}

.pjax-container {
    -webkit-overflow-scrolling: touch;
}

article img {
    width: 100%;
}

#background .rsContent img,
#background .rsContent .feature-background-wrapper img {
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

#background .rsContent.loaded img,
#background .rsContent .feature-background-wrapper.loaded img {
    filter: alpha(opacity=100);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

#header a {
    /*-webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);*/
    display: block;
    width: auto;
    height: auto;
    text-align: center;
}

#header a.link-logo {
    /*-webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);*/
    display: block;
    width: auto;
    height: auto;
    text-align: center;
}

#header a.link-menu.trigger {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
    width: 120px;
    height: 85px;
    text-align: center;
}

header#header a.link-logo img {
    margin-top: 20px;
    width: auto;
    height: auto;
    float: left;
    max-width: 100%;
}

header#header a.link-logo {
    background: transparent;
}

@media screen and (max-width: 991px) {
    #header a {
        width: 80px;
        height: 80px;
    }
}

#header a.link-logo {
    background: #151515;
    font-weight: bold;
    position: absolute;
    z-index: 990;
}

#header a.link-logo img {
    margin-top: 45px;
    width: 30px;
    height: 30px;
}

@media screen and (max-width: 991px) {
    #header a.link-logo img {
        margin-top: 27px;
        width: 26px;
        height: 26px;
    }
}

#header a.link-refine {
    background: #f1f1f1;
    position: absolute;
    margin-top: 0;
    color: #ffffff;
    z-index: 980;
}

#header a.link-menu {
    position: absolute;
    display: block;
    z-index: 980;
    right: 0;
}

#header a.link-arrow-prev {
    background: #f1f1f1;
    position: absolute;
    top: 241px;
    color: #ffffff;
}

@media screen and (max-width: 991px) {
    #header a.link-arrow-prev {
        top: 161px;
    }
}

#header a.link-arrow-next {
    background: #f1f1f1;
    position: absolute;
    top: 362px;
    color: #ffffff;
}

@media screen and (max-width: 991px) {
    #header a.link-arrow-next {
        top: 242px;
    }
}

html.lt-ie10 header a.link-menu {
    background-color: rgba(255, 255, 255, 0.01);
}

html.no-touch .navbar-brand:hover {
    background: #1f1f1f;
}

html.no-touch .link-refine:hover {
    background: #f1f1f1;
}

html.no-touch.sb-active-left #header .link-refine:hover {
    background: #996c1a;
}

html.no-touch.sb-active-right #header .link-menu:hover {
    background: #000;
}

html.sb-active-left #header .link-refine {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    background: #bc8420;
    color: #ffffff;
}

html.sb-active-left #header .link-refine span:before,
html.sb-active-left #header .link-refine span:after {
    background: #ffffff;
}

/* Adjust for change in height on small screens */
body.page-template-work-php #header .link-refine,
body.page-template-blog-php #header .link-refine,
body.single-format-standard #header .link-refine,
body.single #header .link-refine,
body.category #header .link-refine {
    margin-top: 120px;
}

@media screen and (max-width: 991px) {
    body.page-template-work-php #header .link-refine,
    body.page-template-blog-php #header .link-refine,
    body.single-format-standard #header .link-refine,
    body.single #header .link-refine,
    body.category #header .link-refine {
        margin-top: 80px;
    }
}

/* Adjust refine to arrow on single layouts */
body.single #header .link-refine span {
    width: 24px;
    margin-left: -12px;
}

body.single #header .link-refine span:before {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    top: -8px;
}

body.single #header .link-refine span:after {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    top: 8px;
}

@media screen and (max-width: 991px) {
    body.single #header .link-refine span {
        width: 18px;
        margin-left: -9px;
    }

    body.single #header .link-refine span:before {
        top: -6px;
    }

    body.single #header .link-refine span:after {
        top: 6px;
    }
}

html.no-touch body.single #header .link-refine:hover span:before {
    -webkit-transform: translateY(0) rotate(-225deg);
    -moz-transform: translateY(0) rotate(-225deg);
    -ms-transform: translateY(0) rotate(-225deg);
    -o-transform: translateY(0) rotate(-225deg);
    transform: translateY(0) rotate(-225deg);
    top: -8px;
}

html.no-touch body.single #header .link-refine:hover span:after {
    -webkit-transform: translateY(0) rotate(225deg);
    -moz-transform: translateY(0) rotate(225deg);
    -ms-transform: translateY(0) rotate(225deg);
    -o-transform: translateY(0) rotate(225deg);
    transform: translateY(0) rotate(225deg);
    top: 8px;
}

@media screen and (max-width: 991px) {
    html.no-touch body.single #header .link-refine:hover span:before {
        top: -6px;
    }

    html.no-touch body.single #header .link-refine:hover span:after {
        top: 6px;
    }
}

html.sb-active-left #header .link-refine span {
    width: 30px;
}

html.sb-active-left #header .link-refine span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    top: 0;
}

html.sb-active-left #header .link-refine span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    top: 0;
}

@media screen and (max-width: 991px) {
    html.sb-active-left #header .link-refine span {
        margin-left: -12px;
        width: 24px;
    }
}

html.no-touch.sb-active-left body.single #header .link-refine:hover span:before {
    -webkit-transform: translateY(0) rotate(0deg);
    -moz-transform: translateY(0) rotate(0deg);
    -ms-transform: translateY(0) rotate(0deg);
    -o-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
    top: 0;
}

html.no-touch.sb-active-left body.single #header .link-refine:hover span:after {
    -webkit-transform: translateY(0) rotate(180deg);
    -moz-transform: translateY(0) rotate(180deg);
    -ms-transform: translateY(0) rotate(180deg);
    -o-transform: translateY(0) rotate(180deg);
    transform: translateY(0) rotate(180deg);
    top: 0;
}

/* Navbar - Headroom */
.headroom {
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -ms-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
}

.headroom.headroom--pinned {
    top: 0;
}

.headroom.headroom--unpinned {
    top: -120px;
}

@media screen and (max-width: 991px) {
    .headroom.headroom--unpinned {
        top: -80px;
    }
}

.headroom.headroom--top .link-refine {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-transform: translateY(-120px);
    -moz-transform: translateY(-120px);
    -ms-transform: translateY(-120px);
    -o-transform: translateY(-120px);
    transform: translateY(-120px);
}

.headroom.headroom--not-top .link-refine {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -ms-animation-delay: 1s;
    -o-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

/* Navbar - Overrides */
#navbar {
    border: none;
    margin-bottom: 0;
    position: absolute;
}

@media screen and (max-width: 767px) {
    #navbar.navbar-inverse .navbar-collapse {
        zoom: 1;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        border-color: transparent;
        box-shadow: none;
        background: transparent;
    }

    #navbar.navbar-inverse .navbar-collapse.in {
        filter: alpha(opacity=100);
        zoom: 1;
        filter: alpha(opacity=0);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    }
}

#navbar.navbar-top {
    background: transparent;
}

#navbar .navbar-nav {
    margin-right: 104px;
}

#navbar .navbar-nav > li:last-child > a {
    padding-right: 0;
}

#navbar .navbar-nav > li > a {
    text-transform: uppercase;
    font-size: 14px;
}

.text-top {
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    filter: alpha(opacity=100);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    position: absolute;
    z-index: 990;
    top: 52px;
    left: 150px;
    display: block;
}

.text-top:after {
    content: '';
    width: 18px;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    margin: 10px 0 0 10px;
}

@media screen and (max-width: 991px) {
    .text-top {
        top: 32px;
        left: 105px;
    }

    .text-top:after {
        margin: 8px 0 0 8px;
    }
}

body.pjax-started .text-top {
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
}

.service-list {
    position: relative;
    overflow: hidden;
    background: #f1f1f1;
}

.service-list .service-wrapper {
    position: absolute;
    height: 100%;
    width: 100%;
}

.service-list a {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #ffffff;
    display: block;
    float: left;
    position: relative;
    height: 0;
    width: 20%;
    padding-bottom: 20%;
    border-bottom: 1px solid rgba(127, 127, 127, 0.15);
    border-right: 1px solid rgba(127, 127, 127, 0.15);
    text-align: center;
}

@media screen and (max-width: 991px) {
    .service-list a {
        width: 25%;
        padding-bottom: 25%;
    }

    .service-list a:first-child {
        padding-bottom: 50% !important;
    }

    .service-list a:last-child {
        width: 50% !important;
    }
}

@media screen and (max-width: 767px) {
    .service-list a {
        width: 50%;
        padding-bottom: 50%;
    }
}

.service-list a .icon,
.service-list a img {
    -webkit-transition: all 0.3s cubic-bezier(0.835, 0, 0.19, 1);
    -o-transition: all 0.3s cubic-bezier(0.835, 0, 0.19, 1);
    transition: all 0.3s cubic-bezier(0.835, 0, 0.19, 1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 991px) {
    .service-list a .icon,
    .service-list a img {
        font-size: 25px;
    }
}

.service-list a small {
    -webkit-transition: all 0.2s cubic-bezier(0.835, 0, 0.19, 1);
    -o-transition: all 0.2s cubic-bezier(0.835, 0, 0.19, 1);
    transition: all 0.2s cubic-bezier(0.835, 0, 0.19, 1);
    margin-top: 15px;
    width: 100%;
    display: block;
    color: #7f7f7f;
}

.service-list a i {
    -webkit-transition: all 0.3s cubic-bezier(0.835, 0, 0.19, 1);
    -o-transition: all 0.3s cubic-bezier(0.835, 0, 0.19, 1);
    transition: all 0.3s cubic-bezier(0.835, 0, 0.19, 1);
    -webkit-animation-delay: 0.75s;
    -moz-animation-delay: 0.75s;
    -ms-animation-delay: 0.75s;
    -o-animation-delay: 0.75s;
    animation-delay: 0.75s;
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 15px;
    width: 100%;
    color: #bc8420;
}

@media screen and (max-width: 767px) {
    .service-list a i {
        top: 20px;
    }
}

html.no-touch .service-list a:hover {
    background: #f7f7f7;
}

html.no-touch .service-list a:hover .icon,
html.no-touch .service-list a:hover img {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    -o-transform: translateY(-50px);
    transform: translateY(-50px);
    color: #bbbbbb;
}

html.no-touch .service-list a:hover small {
    -webkit-transform: translateY(35px);
    -moz-transform: translateY(35px);
    -ms-transform: translateY(35px);
    -o-transform: translateY(35px);
    transform: translateY(35px);
    color: #bbbbbb;
}

html.no-touch .service-list a:hover i {
    filter: alpha(opacity=100);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

@media screen and (max-width: 767px) {
    html.no-touch .service-list a:hover .icon,
    html.no-touch .service-list a:hover img {
        -webkit-transform: translateY(-40px);
        -moz-transform: translateY(-40px);
        -ms-transform: translateY(-40px);
        -o-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    html.no-touch .service-list a:hover small {
        -webkit-transform: translateY(25px);
        -moz-transform: translateY(25px);
        -ms-transform: translateY(25px);
        -o-transform: translateY(25px);
        transform: translateY(25px);
    }
}

/* Setup panning for map */
body.page-template-contact-php #wrapper {
    -webkit-pointer-events: none;
    pointer-events: none;
}

body.page-template-contact-php #content,
body.page-template-contact-php footer,
body.page-template-contact-php .circle-info,
body.page-template-contact-php .form-wrapper {
    -webkit-pointer-events: auto;
    pointer-events: auto;
}

/* Contact - Map */
#map {
    background-color: #ededed !important;
    width: 100%;
    height: 110%;
}

#map div.gmnoprint[title="Twofold Office"] {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-animation: pulsate 2s cubic-bezier(0, 0, 0.19, 1) infinite;
    -moz-animation: pulsate 2s cubic-bezier(0, 0, 0.19, 1) infinite;
    -o-animation: pulsate 2s cubic-bezier(0, 0, 0.19, 1) infinite;
    animation: pulsate 2s cubic-bezier(0, 0, 0.19, 1) infinite;
    box-shadow: 0 0 1px 2px #bbbbbb;
    height: 25px !important;
    width: 25px !important;
    margin: 25px 0 0 2px;
}

#map div.gmnoprint[title="Twofold Office"] img {
    display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (device-width: 768px) {
    #map div.gmnoprint[title="Twofold Office"] {
        margin: 32px 0 0 11px;
    }
}

@media screen and (max-width: 767px) {
    #zoomin,
    #zoomout {
        display: none;
    }
}

/* Contact - Locations */
@media screen and (max-width: 767px) {
    #locations {
        min-height: 800px;
    }
}

#locations .location {
    padding-left: 75px;
    padding-right: 75px;
}

@media screen and (max-width: 767px) {
    #locations .location {
        height: 50% !important;
        min-height: 400px;
    }
}

#locations .location .centered-table {
    position: relative;
    z-index: 10;
}

#locations .location img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    filter: alpha(opacity=30);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==30);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 3;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 600px;
}

@media screen and (max-width: 767px) {
    #locations .location img {
        bottom: -200px;
    }
}

#locations .location h1 {
    margin-bottom: 0;
    line-height: 1;
}

#locations .location p {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.7s cubic-bezier(0.835, 0, 0.19, 1);
    -o-transition: all 0.7s cubic-bezier(0.835, 0, 0.19, 1);
    transition: all 0.7s cubic-bezier(0.835, 0, 0.19, 1);
    display: block;
    margin-bottom: 0;
}

#locations .location hr.hr-alt {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.6s cubic-bezier(0.835, 0, 0.19, 1);
    -o-transition: all 0.6s cubic-bezier(0.835, 0, 0.19, 1);
    transition: all 0.6s cubic-bezier(0.835, 0, 0.19, 1);
    display: block;
}

#locations .location small {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
    -o-transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
    transition: all 0.5s cubic-bezier(0.835, 0, 0.19, 1);
    display: block;
    color: #7f7f7f;
}

#locations .location small i {
    font-size: inherit;
}

#locations .location-au {
    background: #000;
}

#locations .location-au.on-screen {
    filter: alpha(opacity=100);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

#locations .location-au .icon {
    filter: alpha(opacity=50);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==50);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    float: left;
    color: #7f7f7f;
}

#locations .location-us {
    text-align: left;
    background: #fff;
}

#locations .location-us.on-screen {
    filter: alpha(opacity=100);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

#locations .location-us .icon {
    filter: alpha(opacity=50);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==50);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    float: right;
    color: #7f7f7f;
}

html.no-touch #locations .location:hover img {
    filter: alpha(opacity=100);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

html.no-touch #locations .location-au:hover p,
html.no-touch #locations .location-au:hover small,
html.no-touch #locations .location-au:hover hr.hr-alt {
    -webkit-transform: translateX(400px);
    -moz-transform: translateX(400px);
    -ms-transform: translateX(400px);
    -o-transform: translateX(400px);
    transform: translateX(400px);
}

html.no-touch #locations .location-us:hover p,
html.no-touch #locations .location-us:hover small,
html.no-touch #locations .location-us:hover hr.hr-alt {
    -webkit-transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    -o-transform: translateX(-400px);
    transform: translateX(-400px);
}

/* Blog - Listing */
#content .blog-item {
    position: relative;
    overflow: hidden;
    box-shadow: inset 0 1px 0 0 rgba(127, 127, 127, 0.15);
    background: #ffffff;
    width: 100%;
}

#content .blog-item:first-child {
    box-shadow: none;
}

#content .blog-item .blog-item-preview {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    overflow: hidden;
}

#content .blog-item .blog-item-preview .blog-column-left {
    padding-top: 200px;
    padding-bottom: 200px;
    text-align: right;
    overflow: hidden;
    background: #151515;
}

@media screen and (max-width: 1199px) {
    #content .blog-item .blog-item-preview .blog-column-left {
        padding-top: 160px;
        padding-bottom: 160px;
    }
}

@media screen and (max-width: 991px) {
    #content .blog-item .blog-item-preview .blog-column-left {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 767px) {
    #content .blog-item .blog-item-preview .blog-column-left {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}

@media screen and (max-width: 767px) {
    #content .blog-item .blog-item-preview .blog-column-left {
        padding-left: 10px;
    }
}

@media screen and (max-width: 767px) and (min-width: 480px) {
    #content .blog-item .blog-item-preview .blog-column-left {
        padding-bottom: 90px;
    }
}

@media screen and (max-width: 480px) {
    #content .blog-item .blog-item-preview .blog-column-left {
        width: 60%;
        width: -webkit-calc(100% - 162px);
        width: -moz-calc(100% - 162px);
        width: calc(100% - 162px);
    }
}

@media screen and (max-width: 320px) {
    #content .blog-item .blog-item-preview .blog-column-left {
        width: 60%;
        width: -webkit-calc(100% - 82px);
        width: -moz-calc(100% - 82px);
        width: calc(100% - 82px);
        padding-right: 60px;
    }
}

#content .blog-item .blog-item-preview .blog-column-left .blog-title {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border-right: 30px solid transparent;
    z-index: 4;
}

#content .blog-item .blog-item-preview .blog-column-left .blog-title h2 {
    line-height: 0.8;
    height: 150px;
    color: #ffffff;
}

@media screen and (max-width: 767px) {
    #content .blog-item .blog-item-preview .blog-column-left .blog-title h2 {
        font-size: 25px;
        height: 75px;
    }
}

@media screen and (max-width: 767px) {
    #content .blog-item .blog-item-preview .blog-column-left .blog-title {
        border-right: 0;
    }
}

#content .blog-item .blog-item-preview .blog-column-left img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 600px;
}

#content .blog-item .blog-item-preview .blog-column-left img.is-loaded {
    filter: alpha(opacity=20);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==20);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
}

#content .blog-item .blog-item-preview .blog-column-right {
    padding-top: 200px;
}

@media screen and (max-width: 1199px) {
    #content .blog-item .blog-item-preview .blog-column-right {
        padding-top: 160px;
    }
}

@media screen and (max-width: 991px) {
    #content .blog-item .blog-item-preview .blog-column-right {
        padding-top: 100px;
    }
}

@media screen and (max-width: 767px) {
    #content .blog-item .blog-item-preview .blog-column-right {
        padding-top: 64px;
    }
}

#content .blog-item .blog-item-preview .blog-column-right p {
    color: #7f7f7f;
}

#content .blog-item .blog-item-preview .blog-column-right > div {
    padding-right: 0;
}

@media screen and (max-width: 767px) {
    #content .blog-item .blog-item-preview .blog-column-right {
        padding-left: 0;
    }
}

@media screen and (max-width: 480px) {
    #content .blog-item .blog-item-preview .blog-column-right {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #content .blog-item .circle-info a {
        background: #ffffff;
    }
}

html.no-touch #content .blog-item a:hover .blog-column-left img {
    filter: alpha(opacity=60);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==60);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* Blog - Comments */
#blog-comments .form-wrapper .circle-info i {
    color: #1f1f1f;
}

#blog-comments .form-wrapper .circle-info span {
    color: #ffffff;
}

#blog-comments .form-wrapper .circle-info a:after {
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
}

#blog-comments .form-wrapper .circle-info .circle-line {
    background: rgba(255, 255, 255, 0.1);
}

#blog-comments #blog-comment-wrapper {
    background: #f1f1f1;
}

#blog-comments #blog-comment-wrapper .blog-comment {
    background: #ffffff;
    position: relative;
    border-bottom: 1px solid rgba(127, 127, 127, 0.15);
}

#blog-comments #blog-comment-wrapper .blog-comment:last-child {
    border-bottom: none;
}

.no-touch #blog-comments .form-wrapper .circle-info a:hover {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

/* Blog - Pagination */
#pagination {
    padding-top: 200px;
    padding-bottom: 200px;
    text-align: center;
}

@media screen and (max-width: 1199px) {
    #pagination {
        padding-top: 160px;
        padding-bottom: 160px;
    }
}

@media screen and (max-width: 991px) {
    #pagination {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 767px) {
    #pagination {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}

#pagination .page-numbers {
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: scaleIn;
    -moz-animation-name: scaleIn;
    -o-animation-name: scaleIn;
    animation-name: scaleIn;
    margin: 0 5px;
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    background: transparent;
    width: 80px;
    height: 80px;
    border: 1px solid transparent;
    line-height: 3.5em;
}

#pagination .page-numbers:after {
    filter: alpha(opacity=100);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    box-shadow: 0 0 0 1px rgba(127, 127, 127, 0.15);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.4s;
    -moz-transition: -moz-transform 0.2s, opacity 0.4s;
    -ms-transition: -ms-transform 0.2s, opacity 0.4s;
    -o-transition: -o-transform 0.2s, opacity 0.4s;
    transition: transform 0.2s, opacity 0.4s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

#pagination .page-numbers.prev,
#pagination .page-numbers.next {
    display: none;
}

@media screen and (max-width: 991px) {
    #pagination .page-numbers {
        width: 60px;
        height: 60px;
    }
}

.no-touch #pagination .page-numbers:hover {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(127, 127, 127, 0.15);
}

.no-touch #pagination .page-numbers:hover:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.work .work-preview {
    position: relative;
    text-align: center;
    width: 100%;
}

.work .work-preview:first-child figure {
    box-shadow: none;
}

.work .work-preview figure {
    box-shadow: inset 0 1px 1px -1px #7f7f7f;
    position: relative;
    overflow: hidden;
    max-height: 400px;
}

.work .work-preview figure img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    max-width: 100%;
}

.work .work-preview figure img.preview-item {
    -webkit-transition: all 1.4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 1.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 1.4s cubic-bezier(0.23, 1, 0.32, 1);
    filter: alpha(opacity=100);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
    position: absolute;
    z-index: 40;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.work .work-preview figure img.preview-item.bottom {
    bottom: -5%;
}

.work .work-preview figure img.preview-item.top {
    top: -5%;
}

@media screen and (max-width: 1199px) {
    .work .work-preview figure img.preview-item {
        max-width: 60%;
    }
}

.work .work-preview figure img.preview-background {
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    filter: alpha(opacity=10);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0.1;
    -khtml-opacity: 0.1;
    opacity: 0.1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==10);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    width: 100%;
    min-height: 150px;
    z-index: 10;
}

.work .work-preview figcaption {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -ms-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    background: #151515;
    overflow: hidden;
    position: absolute;
    z-index: 20;
    top: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
}

.work .work-preview figcaption i {
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translateY(-105px);
    -moz-transform: translateY(-105px);
    -ms-transform: translateY(-105px);
    -o-transform: translateY(-105px);
    transform: translateY(-105px);
    display: block;
}

.work .work-preview figcaption h3 {
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translateY(105px);
    -moz-transform: translateY(105px);
    -ms-transform: translateY(105px);
    -o-transform: translateY(105px);
    transform: translateY(105px);
}

html.no-touch .work .work-preview:hover figure img.preview-item {
    filter: alpha(opacity=100);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translateY(-400px);
    -moz-transform: translateY(-400px);
    -ms-transform: translateY(-400px);
    -o-transform: translateY(-400px);
    transform: translateY(-400px);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

html.no-touch .work .work-preview:hover figure img.preview-item.bottom {
    bottom: -35%;
}

html.no-touch .work .work-preview:hover figure img.preview-item.top {
    top: -35%;
}

html.no-touch .work .work-preview:hover figure img.preview-background {
    filter: alpha(opacity=100);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

html.no-touch .work .work-preview:hover figcaption {
    -webkit-animation-delay: 2s;
    -moz-animation-delay: 2s;
    -ms-animation-delay: 2s;
    -o-animation-delay: 2s;
    animation-delay: 2s;
    filter: alpha(opacity=100);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    background: rgba(0, 0, 0, 0.85);
}

html.no-touch .work .work-preview:hover figcaption i {
    filter: alpha(opacity=100);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

html.no-touch .work .work-preview:hover figcaption h3 {
    filter: alpha(opacity=100);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

#action {
    overflow: hidden;
    background: #1f1f1f;
}

#action .action-column {
    width: 33.33333%;
    overflow: hidden;
    float: left;
    position: relative;
    padding-bottom: 33%;
    margin: 0;
}

@media screen and (max-width: 767px) {
    #action .action-column {
        width: 50%;
        padding-bottom: 50%;
    }
}

#action .action-column .action-wrapper {
    position: relative;
    height: 100%;
}

#action .action-column .action-title-container {
    position: absolute;
    height: 100%;
    width: 100%;
}

#action .action-column .action-title-container ul {
    margin-top: 8px;
}

#action .action-column .action-title {
    margin-left: 40px;
    margin-right: 40px;
    position: relative;
    z-index: 4;
}

#action .action-column .action-title i,
#action .action-column .action-title small {
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
}

#action .action-column .action-title hr {
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    display: inline-block;
}

@media screen and (max-width: 767px) {
    #action .action-column .action-title {
        margin: 0 30px;
    }
}

#action .action-column img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 2s cubic-bezier(0.23, 1, 0.32, 1);
    filter: alpha(opacity=15);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0.15;
    -khtml-opacity: 0.15;
    opacity: 0.15;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==15);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#action .action-column-share {
    text-align: center;
}

@media screen and (max-width: 767px) {
    #action .action-column-share {
        width: 100%;
    }
}

@media screen and (min-width: 767px) {
    #action .action-column-next {
        float: right;
    }
}

html.no-touch #action .action-column-next:hover img {
    filter: alpha(opacity=60);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==60);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

html.no-touch #action .action-column-next:hover i {
    -webkit-transform: translateX(200px);
    -moz-transform: translateX(200px);
    -ms-transform: translateX(200px);
    -o-transform: translateX(200px);
    transform: translateX(200px);
}

html.no-touch #action .action-column-next:hover hr {
    -webkit-transform: translateX(400px);
    -moz-transform: translateX(400px);
    -ms-transform: translateX(400px);
    -o-transform: translateX(400px);
    transform: translateX(400px);
}

html.no-touch #action .action-column-next:hover small {
    -webkit-transform: translateX(600px);
    -moz-transform: translateX(600px);
    -ms-transform: translateX(600px);
    -o-transform: translateX(600px);
    transform: translateX(600px);
}

html.no-touch #action .action-column-prev:hover img {
    filter: alpha(opacity=60);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==60);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

html.no-touch #action .action-column-prev:hover i {
    -webkit-transform: translateX(-200px);
    -moz-transform: translateX(-200px);
    -ms-transform: translateX(-200px);
    -o-transform: translateX(-200px);
    transform: translateX(-200px);
}

html.no-touch #action .action-column-prev:hover hr {
    -webkit-transform: translateX(-400px);
    -moz-transform: translateX(-400px);
    -ms-transform: translateX(-400px);
    -o-transform: translateX(-400px);
    transform: translateX(-400px);
}

html.no-touch #action .action-column-prev:hover small {
    -webkit-transform: translateX(-600px);
    -moz-transform: translateX(-600px);
    -ms-transform: translateX(-600px);
    -o-transform: translateX(-600px);
    transform: translateX(-600px);
}

.block {
    padding-top: 200px;
    padding-bottom: 200px;
    position: relative;
    border-bottom: 1px solid rgba(127, 127, 127, 0.15);
    background: #ffffff;
}

@media screen and (max-width: 1199px) {
    .block {
        padding-top: 160px;
        padding-bottom: 160px;
    }
}

@media screen and (max-width: 991px) {
    .block {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 767px) {
    .block {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}

.block .container {
    position: relative;
}

.block.block-callout img {
    width: 100%;
}

.block.block-callout .container {
    position: absolute;
    display: table;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 14;
}

.block.block-callout .container .row {
    display: table-cell;
    vertical-align: middle;
}

.block.block-fullimage {
    overflow: hidden;
}

.block.block-fullimage [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.item-actions {
    padding: 120px 0;
}

.item-textblock img {
    width: 100%;
}

@media screen and (max-width: 480px) {
    .item-textblock {
        width: 100%;
        margin: 0;
    }
}

.item-post {
    position: relative;
}

.item-post img {
    width: 100%;
}

.item-post .artwork {
    position: absolute;
    z-index: 1;
    top: 0;
}

.item-post .device {
    position: relative;
    z-index: 2;
}

.item-post.item-screen {
    position: relative;
}

.item-post.item-screen .fotorama {
    position: absolute;
    width: 100%;
    padding: 4%;
}

.item-post.item-screen .fotorama .fotorama__wrap {
    background: #000;
}

.item-post.item-screen .artwork {
    padding: 4%;
}

.item-post.item-tablet {
    position: relative;
}

.item-post.item-tablet .fotorama {
    position: absolute;
    width: 100%;
    padding: 9.3% 22.8%;
}

.item-post.item-tablet .fotorama .fotorama__wrap {
    background: #000;
}

.item-post.item-tablet .artwork {
    padding: 9.3% 22.8%;
}

.item-post.item-phone {
    position: relative;
}

.item-post.item-phone .fotorama {
    position: absolute;
    width: 100%;
    padding: 8% 38.6%;
}

.item-post.item-phone .fotorama .fotorama__wrap {
    background: #000;
}

.item-post.item-phone .artwork {
    padding: 8% 38.6%;
}

.item-post.item-image img {
    width: 100%;
}

.item-post.item-browser {
    position: relative;
    padding-top: 30px;
}

.item-post.item-browser img {
    border: 1px solid #f1f1f1;
}

.item-post.item-browser:before {
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    content: '';
    position: absolute;
    background: #f1f1f1;
    top: 0;
    left: 0;
    right: 0;
    height: 30px;
}

.item-post.item-browser:after {
    content: "...";
    position: absolute;
    top: -4px;
    left: 15px;
    right: 30px;
    color: #d9d9d9;
    font-size: 70px;
    line-height: 0;
    letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
    .item-post.item-browser {
        padding-top: 20px;
    }

    .item-post.item-browser:before {
        height: 20px;
    }

    .item-post.item-browser:after {
        top: 0px;
        padding: 0 0 0 10px;
        font-size: 40px;
    }
}

body.page-template-blog-php footer,
body.category footer {
    border-top: 1px solid #f1f1f1;
}

footer {
    width: 100%;
    background: #ffffff;
    text-align: center;
    overflow: hidden;
}

footer.footer-fixed {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: fixed;
    bottom: 0;
    z-index: 0;
}

footer .footer-social {
    clear: both;
    padding-bottom: 100px;
}

@media screen and (max-width: 1199px) {
    footer .footer-social {
        padding-bottom: 80px;
    }
}

@media screen and (max-width: 991px) {
    footer .footer-social {
        padding-bottom: 50px;
    }
}

footer .footer-link a {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 4s cubic-bezier(0.23, 1, 0.32, 1);
    text-align: center;
    position: relative;
    display: block;
}

footer .footer-link a img {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    display: inline-block;
}

footer .footer-link a i {
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    top: 55px;
    color: #bc8420;
}

footer .footer-link a small {
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    width: 100%;
    margin-top: 15px;
    display: block;
    color: #7f7f7f;
}

@media screen and (max-width: 991px) {
    footer .footer-link img {
        width: 40px;
    }

    footer .footer-link.footer-link-1 {
        padding-right: 10px;
    }

    footer .footer-link.footer-link-2 {
        padding-left: 0;
        padding-right: 0;
    }

    footer .footer-link.footer-link-3 {
        padding-left: 10px;
    }
}

footer ul {
    padding: 0;
}

footer ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 8px;
}

@media screen and (max-width: 1199px) {
    footer ul li {
        margin: 0 4px;
    }
}

@media screen and (max-width: 991px) {
    footer ul li {
        margin: 0 2px;
    }
}

footer ul li a {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 4s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    color: #7f7f7f;
    outline: none;
    position: relative;
    border: 1px solid rgba(127, 127, 127, 0.15);
    display: block;
    text-align: center;
    padding: 0;
    font-size: 12px;
    line-height: 3.5em;
    width: 44px;
    height: 44px;
}

footer ul li a span {
    -webkit-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #bbbbbb;
}

footer ul li a:before {
    -webkit-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    left: 15px;
    top: -60%;
    position: absolute;
    height: 100%;
    line-height: 3.5em;
    color: #ffffff;
}

footer ul li a:after {
    content: '';
    position: absolute;
    z-index: -1;
    color: #ffffff;
}

html.no-touch footer .footer-link a:hover img {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

html.no-touch footer .footer-link a:hover i {
    filter: alpha(opacity=100);
    zoom: 1;
    filter: alpha(opacity=0);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity==100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

html.no-touch footer .footer-link a:hover small {
    -webkit-transform: translateY(35px);
    -moz-transform: translateY(35px);
    -ms-transform: translateY(35px);
    -o-transform: translateY(35px);
    transform: translateY(35px);
    color: #f1f1f1;
}

@media screen and (max-width: 991px) {
    html.no-touch footer .footer-link a:hover small {
        color: #ffffff;
    }
}

html.no-touch footer ul li a:hover {
    color: #333333;
    background: #f1f1f1;
}

html.no-touch footer ul li a:hover span {
    color: #ffffff;
    -webkit-transform: translateY(200%);
    -moz-transform: translateY(200%);
    -ms-transform: translateY(200%);
    -o-transform: translateY(200%);
    transform: translateY(200%);
}

html.no-touch footer ul li a:hover:before {
    top: 0;
    line-height: 3.3em;
    color: #bc8420;
}

html.no-touch footer ul li a:hover:after {
    color: #bc8420;
}

html.lt-ie10 .pace,
html.lt-ie9 .pace,
html.lt-ie10 #preloader,
html.lt-ie9 #preloader {
    display: none;
}
