@import url(https://fonts.googleapis.com/css?family=Lora:400,700|Roboto:300,400,700);

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

hr,
img {
    border: 0
}

body,
figure {
    margin: 0
}

.img-thumbnail,
.table,
label {
    max-width: 100%
}

.bg-image-special img,
.invisible,
.project-page .project-main-img-container img {
    visibility: hidden
}

.owl-controls,
html {
    -webkit-tap-highlight-color: transparent
}

:focus,
a {
    outline: 0
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre,
textarea {
    overflow: auto
}

code,
kbd,
pre,
samp {
    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[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }
    *,
    :after,
    :before {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999
    }
    thead {
        display: table-header-group
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    select {
        background: #fff!important
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}

a,
a:focus,
a:hover {
    text-decoration: none
}

.img-thumbnail,
body {
    background-color: #f1f2f2
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px
}

body {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    line-height: 2;
    color: #333
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #7e7672
}

a:focus,
a:hover {
    color: #56504e
}

a:focus {
    outline-offset: -2px
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 2;
    border: 1px solid #ddd;
    border-radius: 4px;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 60px;
    margin-bottom: 60px;
    border-top: 1px solid #eee
}

.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 {
    margin-bottom: 30px
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    line-height: 1.3;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.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 .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: 39px
}

.h2,
h2 {
    font-size: 32px
}

.h3,
h3 {
    font-size: 26px
}

.h4,
h4 {
    font-size: 19px
}

.h5,
h5 {
    font-size: 15px
}

.h6,
h6 {
    font-size: 13px
}

p {
    margin: 0 0 30px
}

.lead {
    margin-bottom: 60px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.4
}

dt,
kbd kbd {
    font-weight: 700
}

@media (min-width:768px) {
    .lead {
        font-size: 22.5px
    }
}

.small,
small {
    font-size: 86%
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.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: #777
}

.text-primary {
    color: #7e7672
}

a.text-primary:hover {
    color: #635d5a
}

.text-success {
    color: #3c763d
}

a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #7e7672
}

a.bg-primary:hover {
    background-color: #635d5a
}

.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
}

pre code,
table {
    background-color: transparent
}

.page-header {
    padding-bottom: 29px;
    margin: 120px 0 60px;
    border-bottom: 1px solid #eee
}

dl,
ol,
ul {
    margin-top: 0
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

address,
dl {
    margin-bottom: 60px
}

ol,
ul {
    margin-bottom: 30px
}

.list-inline {
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dd,
dt {
    line-height: 2
}

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
    }
    .container {
        width: 750px
    }
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 30px 60px;
    margin: 0 0 60px;
    font-size: 18.75px;
    border-left: 5px solid #eee
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 2;
    color: #777
}

legend,
pre {
    display: block;
    color: #333
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

code,
kbd {
    padding: 2px 4px;
    font-size: 90%
}

caption,
th {
    text-align: left
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    font-style: normal;
    line-height: 2
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px
}

kbd {
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    box-shadow: none
}

.checkbox label,
.checkbox-inline,
.radio label,
.radio-inline {
    font-weight: 400;
    padding-left: 20px;
    cursor: pointer;
    margin-bottom: 0
}

.form-control,
.has-success .form-control {
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

pre {
    padding: 29.5px;
    margin: 0 0 30px;
    font-size: 14px;
    line-height: 2;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    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-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        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-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        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-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        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
    }
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777
}

.table {
    width: 100%;
    margin-bottom: 60px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 2;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #f1f2f2
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover,
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}

table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}

table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: .01%
}

@media screen and (max-width:767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 45px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}

fieldset,
legend {
    padding: 0;
    border: 0
}

fieldset {
    margin: 0;
    min-width: 0
}

legend {
    width: 100%;
    margin-bottom: 60px;
    font-size: 22.5px;
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px
}

input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    line-height: normal
}

.form-control,
output {
    line-height: 2;
    color: #333;
    display: block
}

input[type=file] {
    display: block
}

input[type=range] {
    display: block;
    width: 100%
}

select[multiple],
select[size] {
    height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
    outline: dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}

output {
    padding-top: 7px;
    font-size: 15px
}

.form-control {
    width: 100%;
    background-color: transparent;
    background-image: none;
    -moz-transition: border-color ease-in-out .15s, -moz-box-shadow ease-in-out .15s;
    -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: #7e7672;
    outline: 0
}

.form-control:-moz-placeholder {
    color: #aaa
}

.form-control::-moz-placeholder {
    color: #333;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #333
}

.form-control::-webkit-input-placeholder {
    color: #333
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .form-control-feedback,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type=date],
    input[type=datetime-local],
    input[type=month],
    input[type=time] {
        line-height: 74px
    }
    .input-group-sm input[type=date],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    .input-group-sm input[type=time],
    input[type=date].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm,
    input[type=time].input-sm {
        line-height: 31px
    }
    .input-group-lg input[type=date],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    .input-group-lg input[type=time],
    input[type=date].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg,
    input[type=time].input-lg {
        line-height: 48px
    }
}

.form-group {
    margin-bottom: 15px
}

.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox label,
.radio label {
    min-height: 60px
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}

.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio label,
fieldset[disabled] .radio-inline,
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 75px
}

.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}

.input-sm {
    height: 31px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0
}

select.input-sm {
    height: 31px;
    line-height: 31px
}

select[multiple].input-sm,
textarea.input-sm {
    height: auto
}

.form-group-sm .form-control {
    height: 31px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 0
}

select.form-group-sm .form-control {
    height: 31px;
    line-height: 31px
}

select[multiple].form-group-sm .form-control,
textarea.form-group-sm .form-control {
    height: auto
}

.form-group-sm .form-control-static {
    height: 31px;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 1.5;
    min-height: 73px
}

.input-lg {
    height: 48px;
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.3333333;
    border-radius: 0
}

select.input-lg {
    height: 48px;
    line-height: 48px
}

select[multiple].input-lg,
textarea.input-lg {
    height: auto
}

.form-group-lg .form-control {
    height: 48px;
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.3333333;
    border-radius: 0
}

select.form-group-lg .form-control {
    height: 48px;
    line-height: 48px
}

select[multiple].form-group-lg .form-control,
textarea.form-group-lg .form-control {
    height: auto
}

.form-group-lg .form-control-static {
    height: 48px;
    padding: 10px 16px;
    font-size: 19px;
    line-height: 1.3333333;
    min-height: 79px
}

.has-feedback {
    position: relative
}

.has-feedback .form-control {
    padding-right: 92.5px
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 74px;
    height: 74px;
    line-height: 74px;
    text-align: center;
    pointer-events: none
}

.input-lg+.form-control-feedback {
    width: 48px;
    height: 48px;
    line-height: 48px
}

.input-sm+.form-control-feedback {
    width: 31px;
    height: 31px;
    line-height: 31px
}

.has-success .form-control {
    border-color: #3c763d;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .form-control-feedback,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .form-control-feedback,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}

.has-error .form-control {
    border-color: #a94442;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
    border-color: #843534;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}

.has-feedback label~.form-control-feedback {
    top: 65px
}

.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width:768px) {
    .form-inline .form-control-static,
    .form-inline .form-group {
        display: inline-block
    }
    .form-inline .control-label,
    .form-inline .form-group {
        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 .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 67px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}

@media (min-width:768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px
    }
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px
    }
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container-rblab:after,
.container-rblab:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.homepage-around .container-hp-posts:after,
.homepage-around .container-hp-posts:before,
.row:after,
.row:before,
.row[data-gutter=large]:after,
.row[data-gutter=large]:before,
.row[data-gutter=none]:after,
.row[data-gutter=none]:before,
.row[data-gutter=small]:after,
.row[data-gutter=small]:before,
.row[data-gutter=tiny]:after,
.row[data-gutter=tiny]:before {
    content: " ";
    display: table
}

.clearfix:after,
.container-fluid:after,
.container-rblab:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.homepage-around .container-hp-posts:after,
.row:after,
.row[data-gutter=large]:after,
.row[data-gutter=none]:after,
.row[data-gutter=small]:after,
.row[data-gutter=tiny]: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
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.green_list h1.title,
body {
    -webkit-font-smoothing: antialiased
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-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
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
    .visible-xs-block {
        display: block!important
    }
    .visible-xs-inline {
        display: inline!important
    }
    .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
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
    .visible-sm-block {
        display: block!important
    }
    .visible-sm-inline {
        display: inline!important
    }
    .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
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
    .visible-md-block {
        display: block!important
    }
    .visible-md-inline {
        display: inline!important
    }
    .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
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
    .visible-lg-block {
        display: block!important
    }
    .visible-lg-inline {
        display: inline!important
    }
    .visible-lg-inline-block {
        display: inline-block!important
    }
    .hidden-lg {
        display: none!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
    }
}

.visible-print {
    display: none!important
}

@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.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
    }
    .hidden-print {
        display: none!important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%
}

.embed-responsive-4by3 {
    padding-bottom: 75%
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {
        font-family: sans-serif
    }
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel,
.owl-carousel .owl-wrapper {
    display: none;
    position: relative
}

.owl-carousel {
    width: 100%;
    -ms-touch-action: pan-y
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item {
    float: left
}

.owl-controls .owl-buttons div,
.owl-controls .owl-page {
    cursor: pointer
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.grabbing {
    cursor: url(grabbing.png) 8 8, move
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center
}

.owl-theme .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    opacity: .5
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    opacity: 1;
    text-decoration: none
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    opacity: .5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #869791
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif) center center no-repeat
}

.owl-origin {
    -webkit-perspective: 1200px;
    -webkit-perspective-origin-x: 50%;
    -webkit-perspective-origin-y: 50%;
    -moz-perspective: 1200px;
    -moz-perspective-origin-x: 50%;
    -moz-perspective-origin-y: 50%;
    perspective: 1200px
}

.owl-fade-out {
    z-index: 10;
    -webkit-animation: fadeOut .7s both ease;
    -moz-animation: fadeOut .7s both ease;
    animation: fadeOut .7s both ease
}

.owl-fade-in {
    -webkit-animation: fadeIn .7s both ease;
    -moz-animation: fadeIn .7s both ease;
    animation: fadeIn .7s both ease
}

.owl-backSlide-out {
    -webkit-animation: backSlideOut 1s both ease;
    -moz-animation: backSlideOut 1s both ease;
    animation: backSlideOut 1s both ease
}

.owl-backSlide-in {
    -webkit-animation: backSlideIn 1s both ease;
    -moz-animation: backSlideIn 1s both ease;
    animation: backSlideIn 1s both ease
}

.owl-goDown-out {
    -webkit-animation: scaleToFade .7s ease both;
    -moz-animation: scaleToFade .7s ease both;
    animation: scaleToFade .7s ease both
}

.owl-goDown-in {
    -webkit-animation: goDown .6s ease both;
    -moz-animation: goDown .6s ease both;
    animation: goDown .6s ease both
}

.owl-fadeUp-in {
    -webkit-animation: scaleUpFrom .5s ease both;
    -moz-animation: scaleUpFrom .5s ease both;
    animation: scaleUpFrom .5s ease both
}

.owl-fadeUp-out {
    -webkit-animation: scaleUpTo .5s ease both;
    -moz-animation: scaleUpTo .5s ease both;
    animation: scaleUpTo .5s ease both
}

@-webkit-keyframes empty {
    0% {
        opacity: 1
    }
}

@-moz-keyframes empty {
    0% {
        opacity: 1
    }
}

@keyframes empty {
    0% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes backSlideOut {
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    100%,
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(-200%)
    }
}

@-moz-keyframes backSlideOut {
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }
    100%,
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(-200%)
    }
}

@keyframes backSlideOut {
    25% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    100%,
    75% {
        opacity: .5;
        transform: translateZ(-500px) translateX(-200%)
    }
}

@-webkit-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -webkit-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -webkit-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateZ(0) translateX(0)
    }
}

@-moz-keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        -moz-transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        -moz-transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        -moz-transform: translateZ(0) translateX(0)
    }
}

@keyframes backSlideIn {
    0%,
    25% {
        opacity: .5;
        transform: translateZ(-500px) translateX(200%)
    }
    75% {
        opacity: .5;
        transform: translateZ(-500px)
    }
    100% {
        opacity: 1;
        transform: translateZ(0) translateX(0)
    }
}

@-webkit-keyframes scaleToFade {
    to {
        opacity: 0;
        -webkit-transform: scale(.8)
    }
}

@-moz-keyframes scaleToFade {
    to {
        opacity: 0;
        -moz-transform: scale(.8)
    }
}

@keyframes scaleToFade {
    to {
        opacity: 0;
        transform: scale(.8)
    }
}

@-webkit-keyframes goDown {
    from {
        -webkit-transform: translateY(-100%)
    }
}

@-moz-keyframes goDown {
    from {
        -moz-transform: translateY(-100%)
    }
}

@keyframes goDown {
    from {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpFrom {
    from {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpFrom {
    from {
        opacity: 0;
        transform: scale(1.5)
    }
}

@-webkit-keyframes scaleUpTo {
    to {
        opacity: 0;
        -webkit-transform: scale(1.5)
    }
}

@-moz-keyframes scaleUpTo {
    to {
        opacity: 0;
        -moz-transform: scale(1.5)
    }
}

@keyframes scaleUpTo {
    to {
        opacity: 0;
        transform: scale(1.5)
    }
}

#owl-singleItem .item img {
    display: block;
    width: 100%;
    height: auto
}

#owl-singleItem .item {
    text-align: center;
    position: relative
}

#owl-singleItem .item .caption {
    max-width: 50%;
    width: 50%;
    background: rgba(255, 255, 255, .8);
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 2rem;
    bottom: 10rem;
    z-index: 2
}

#owl-singleItem .item .caption h2 {
    font-family: Roboto, sans-serif;
    text-transform: uppercase;
    color: #7e7672;
    margin-bottom: 1rem
}

#about p,
#collections p,
#download p,
#events .description p,
#news .description p,
#owl-singleItem .item .caption p,
.subtitle {
    font-family: Lora, serif
}

#collections h1,
#contact-form-toggle h3 {
    margin-bottom: 0
}

#owl-singleItem .item .caption p {
    color: #7e7672;
    font-size: 1em;
    line-height: 1.2em
}

.home-splash {
    overflow: hidden;
    position: relative
}

.home-splash video {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0
}

.home-splash .play {
    -moz-transition: -moz-transform .3s ease;
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    display: block
}

.home-splash .play img {
    width: 100%
}

html.desktop .home-splash .play:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.home-splash .scroll-down-wrapper {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    text-align: center
}

#about h2,
#collections h2 {
    text-align: left
}

@media (min-width:768px) {
    .home-splash .play {
        width: 116px;
        height: 116px;
        margin-top: -58px;
        margin-left: -58px
    }
}

#home-page .button {
    color: #7e7672;
    border: 1px solid #7e7672
}

#home-page .button:hover {
    color: #fff;
    background: #7e7672
}

@media (max-width:767px) {
    #home-page .owl-carousel {
        margin-top: 60px
    }
    #home-page .owl-carousel .item {
        height: 80vh
    }
    #home-page .owl-carousel .item img {
        height: 80vh;
        width: auto
    }
    #home-page .owl-carousel .item .caption {
        bottom: 2rem;
        width: 100%;
        max-width: 100%
    }
    #home-page .owl-carousel .item .caption h2 {
        font-size: 1.5em
    }
}

#top-banner,
#track {
    margin-top: 5rem
}

#home-page #distributori,
#home-page #download-catalogo {
    text-align: center
}

#home-page #distributori h2,
#home-page #download-catalogo h2 {
    color: #56504e
}

#home-page #distributori p,
#home-page #download-catalogo p {
    font-family: Lora, serif;
    font-style: italic
}

#home-page #distributori .button,
#home-page #download-catalogo .button {
    color: #7e7672;
    border: 1px solid #7e7672
}

#home-page #distributori .button:hover,
#home-page #download-catalogo .button:hover {
    color: #fff;
    background: #7e7672
}

#home-page #distributori img,
#home-page #download-catalogo img {
    max-width: 100%
}

#home-page #box-container {
    padding-top: 10rem;
    padding-bottom: 10rem
}

#home-page #box-container .description {
    background: rgba(255, 255, 255, .9);
    margin-right: 4rem;
    margin-left: 4rem;
    padding-top: 2rem;
    padding-bottom: 8rem;
    position: relative
}

#home-page #box-container .description .content {
    padding-left: 4rem;
    padding-right: 4rem
}

@media (max-width:1024px) and (orientation:landscape) {
    #home-page #box-container .description {
        margin-right: 1rem;
        margin-left: 1rem
    }
    #home-page #box-container .description .content {
        padding-left: 2rem;
        padding-right: 2rem
    }
}

#home-page #box-container .description .button-container {
    position: absolute;
    bottom: 20px;
    width: 100%
}

#home-page #box-container .description .button-container .button {
    color: #7e7672;
    border: 1px solid #7e7672
}

#home-page #box-container .description .button-container .button:hover {
    color: #fff;
    background: #7e7672
}

#about .picture-wrap {
    height: auto!important;
    min-height: 550px
}

#about .description {
    background: rgba(224, 221, 220, .9);
    padding: 4rem;
    color: #7e7672;
    height: auto
}

#collections #products {
    padding: 1rem
}

#collections #products img {
    width: 100%;
    border: 1px solid #ccc
}

#collections p {
    font-style: italic
}

#spessori_finiture {
    padding-top: 8rem;
    padding-bottom: 8rem
}

#download {
    min-height: 700px
}

#download .btn-download {
    background: #56504e;
    border: 1px solid #56504e;
    color: #d7d9d9;
    width: 100%;
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-size: 1.4em;
    padding-top: 2rem;
    padding-bottom: 2rem;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

#download .btn-download:hover {
    background: 0 0;
    color: #56504e;
    border: 1px solid #56504e
}

#events .group-list-item:nth-child(even) {
    background: #e6e6e6
}

#events .description {
    background: 0 0;
    color: #333;
    padding-bottom: 6rem;
    height: auto
}

#events .description a,
#events .description h2 {
    color: #56504e
}

#events .description p {
    font-style: italic
}

#events .description .button {
    color: #7e7672;
    border: 1px solid #7e7672
}

#events .description .button:hover {
    color: #fff;
    background: #7e7672
}

#news .group-list-item:nth-child(even) {
    background: #e6e6e6
}

#news .description {
    background: 0 0;
    color: #333;
    padding-bottom: 6rem;
    height: auto
}

#news .description a,
#news .description h2 {
    color: #56504e
}

#news .description p {
    font-style: italic
}

#news .description .button {
    color: #7e7672;
    border: 1px solid #7e7672
}

#news .description .button:hover {
    color: #fff;
    background: #7e7672
}

#events-details,
#news-details {
    margin-top: 15rem
}

#events-details .description-detail,
#news-details .description-detail {
    padding-right: 3rem
}

.transition {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s
}

.bg-default-color {
    background: #56504e;
    color: #d7d9d9
}

#top-banner,
#top-banner h1,
#top-banner h2,
#top-banner h3,
#top-banner p {
    color: #e6e6e6
}

#top-banner {
    background: #56504e;
    padding-top: 2rem;
    padding-bottom: 2rem
}

#contact-form-toggle {
    cursor: pointer;
    text-align: center;
    color: #7e7672;
    background: #e0dddc;
    padding-top: 2rem;
    padding-bottom: 1rem
}

#contact-form-toggle p {
    margin-bottom: 10px
}

#contact-form-toggle .scroll-down img {
    width: 30px
}

#contact-container {
    display: none
}

#contact-container .button {
    border: 1px solid #7e7672;
    color: #7e7672
}

#contact-container .button:hover {
    color: #fff;
    background: #7e7672
}

#contact .button {
    border: 1px solid #7e7672;
    color: #7e7672
}

#contact .button:hover {
    color: #fff;
    background: #7e7672
}

#static-map-container #map {
    width: 100%;
    min-height: 375px
}

#vantaggi .media-gallery-item {
    max-height: 60vh
}

#vantaggi .media-gallery-item .description {
    width: 660px
}

#vantaggi .media-gallery-item .description .content {
    overflow: visible;
    height: auto
}

#gallery .gallery_item {
    margin-bottom: 20px
}

#gallery .gallery_item a {
    display: block;
    height: 100%
}

#gallery .gallery_item_1 {
    height: 300px
}

#gallery .gallery_item_2 {
    height: 450px
}

#gallery .gallery_item_3 {
    height: 375px
}

body,
html {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
li,
p {
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

html.wf-active h1,
html.wf-active h2,
html.wf-active h3,
html.wf-active h4,
html.wf-active h5,
html.wf-active li,
html.wf-active p {
    -moz-transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

body {
    letter-spacing: 1px
}

@media (min-width:480px) {
    body {
        text-align: justify
    }
}

a {
    -moz-transition: color .2s ease;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease
}

a:active,
a:focus,
a:hover,
a:visited {
    outline: 0!important
}

::-moz-focus-inner {
    border: 0
}

.bica {
    font-size: 12px!important
}

section {
    position: relative;
    padding: 45px 0;
    z-index: 1
}

section .picture {
    z-index: -1
}

section .container>:last-child {
    margin-bottom: 0
}

section[data-border=bottom] {
    border-bottom: 1px solid #616160
}

section[data-border=top] {
    border-top: 1px solid #616160
}

section[data-color=light] {
    background-color: #fff
}

section[data-color=light] .button {
    color: #f1f2f2;
    background-color: #fff
}

section[data-color=dark],
section[data-color=dark] .button {
    background-color: #56504e;
    color: #f1f2f2
}

section[data-color=light] .button:before {
    border-color: #fff
}

section[data-color=light] .form-control {
    color: #f1f2f2;
    border-color: #f1f2f2
}

section[data-color=light] .form-control:-moz-placeholder {
    color: #fff
}

section[data-color=light] .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1
}

section[data-color=light] .form-control:-ms-input-placeholder {
    color: #fff
}

section[data-color=light] .form-control::-webkit-input-placeholder {
    color: #fff
}

section[data-color=light] .form-control:focus {
    border-color: #d7d9d9
}

section[data-color=dark] .button:before {
    border-color: #fff
}

section[data-color=dark] .form-control {
    color: #f1f2f2;
    border-color: #f1f2f2
}

section[data-color=dark] .form-control:-moz-placeholder {
    color: #fff
}

section[data-color=dark] .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1
}

section[data-color=dark] .form-control:-ms-input-placeholder {
    color: #fff
}

section[data-color=dark] .form-control::-webkit-input-placeholder {
    color: #fff
}

section[data-color=dark] .form-control:focus {
    border-color: #d7d9d9
}

section[data-color=brand-primary] {
    background-color: #7e7672;
    color: #fff
}

section[data-color=brand-primary] .button {
    color: #fff;
    background-color: #7e7672
}

section[data-color=brand-primary] .button:before {
    border-color: #fff
}

section[data-color=brand-primary] .form-control {
    color: #fff;
    border-color: #fff
}

section[data-color=brand-primary] .form-control:-moz-placeholder {
    color: #fff
}

section[data-color=brand-primary] .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1
}

section[data-color=brand-primary] .form-control:-ms-input-placeholder {
    color: #fff
}

section[data-color=brand-primary] .form-control::-webkit-input-placeholder {
    color: #fff
}

section[data-color=brand-primary] .form-control:focus {
    border-color: #e6e6e6
}

@media (min-width:768px) {
    section,
    section[data-padding=small] {
        padding: 60px 0
    }
    section[data-padding=tiny] {
        padding: 45px 0
    }
}

@media (min-width:992px) {
    section {
        padding: 90px 0
    }
}

.container[data-limit=large] {
    max-width: 980px
}

.container[data-limit=base] {
    max-width: 770px
}

.container[data-limit=small] {
    max-width: 720px
}

.vertical-container {
    width: 100%;
    height: 100%;
    position: relative;
    display: table
}

.vertical-container .vertical-content {
    position: relative;
    display: table-cell;
    vertical-align: middle
}

.vertical-container .vertical-content[data-align=top] {
    vertical-align: top
}

.vertical-container .vertical-content[data-align=bottom] {
    vertical-align: bottom
}

.fullscreen-container {
    position: relative;
    height: 100vh;
    display: block;
    overflow: hidden;
    background-color: #d7d9d9
}

.fullscreen-container[data-height="80"] {
    height: 80vh
}

.fullscreen-container[data-height="88"] {
    height: 88vh
}

.fullscreen-container[data-height="90"] {
    height: 90vh
}

@media (max-width:767px) {
    .vertical-container[data-reset=xs] {
        display: block
    }
    .vertical-container[data-reset=xs] .vertical-content {
        display: block;
        vertical-align: middle!important
    }
    .masonry-container {
        height: auto!important
    }
    .masonry-container .masonry-item {
        -moz-transition: none!important;
        -webkit-transition: none!important;
        -o-transition: none!important;
        transition: none!important;
        -moz-transition-duration: 0s!important;
        -o-transition-duration: 0s!important;
        -webkit-transition-duration: 0s!important;
        transition-duration: 0s!important;
        -moz-transform: translate3d(0, 0, 0)!important;
        -o-transform: translate3d(0, 0, 0)!important;
        -ms-transform: translate3d(0, 0, 0)!important;
        -webkit-transform: translate3d(0, 0, 0)!important;
        transform: translate3d(0, 0, 0)!important;
        position: relative!important;
        left: auto!important;
        top: auto!important
    }
}

.google-map-container {
    padding-bottom: 100%
}

.google-map-container .google-map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

@media (min-width:768px) {
    .google-map-container {
        padding-bottom: 43.5%
    }
}

@media (min-width:1440px) {
    .google-map-container {
        padding-bottom: 32%
    }
}

.popup-container .popup-content::-webkit-scrollbar {
    width: 4px
}

.popup-container .popup-content::-webkit-scrollbar-track {
    background-color: #000;
    border-left: 1px solid #000
}

.popup-container .popup-content::-webkit-scrollbar-thumb {
    background-color: #fff
}

.popup-container .popup-content::-webkit-scrollbar-thumb:hover {
    background-color: #f2f2f2
}

.popup-enabled {
    overflow: hidden!important
}

.popup-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    padding: 15px;
    display: none
}

.popup-container:before {
    width: 100%;
    height: 100%;
    zoom: 1;
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    z-index: -1;
    display: block;
    content: ''
}

.popup-container .inner {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    height: 80%;
    top: 50%
}

.popup-container .inner .popup-close {
    position: relative;
    padding: 0;
    text-align: right;
    margin-top: -50px
}

.popup-container .inner .popup-close button {
    -moz-transition: color .2s ease;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    position: relative;
    font-size: 25px;
    border: 0;
    background-color: transparent;
    right: -8px;
    outline: 0!important;
    color: #fff
}

html.no-touch .popup-container .inner .popup-close button:hover {
    color: #7e7672
}

.popup-container .inner .popup-content {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    height: 100%;
    background-color: #7e7672;
    color: #f1f2f2
}

.popup-container .inner .popup-wrapper {
    padding: 25px 15px 50px
}

.popup-container .inner .popup-wrapper .button {
    color: #f1f2f2;
    background-color: #fff
}

.popup-container .inner .popup-wrapper .button:before {
    border-color: #f1f2f2
}

.popup-container .inner .popup-wrapper .form-control {
    color: #f1f2f2;
    border-color: #c8c8c8
}

.popup-container .inner .popup-wrapper .form-control:-moz-placeholder {
    color: #fff
}

.popup-container .inner .popup-wrapper .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1
}

.popup-container .inner .popup-wrapper .form-control:-ms-input-placeholder {
    color: #fff
}

.popup-container .inner .popup-wrapper .form-control::-webkit-input-placeholder {
    color: #fff
}

.popup-container .inner .popup-wrapper .form-control:focus {
    border-color: #afafaf
}

.popup-container .inner .popup-content-header {
    margin: -25px -15px 50px
}

.popup-container.has-iframe .inner .popup-content {
    overflow: hidden;
    background-color: #000
}

.popup-container.has-iframe .inner .popup-wrapper {
    padding: 0!important;
    height: 100%
}

.popup-container.has-iframe .inner iframe {
    width: 100%;
    height: 100%
}

@media (min-width:768px) {
    .popup-container .inner .popup-wrapper {
        padding: 60px 30px
    }
    .popup-container .inner .popup-content-header {
        margin: -60px -30px 60px
    }
}

@media (min-width:992px) {
    .popup-container .inner .popup-wrapper {
        padding: 50px 60px
    }
    .popup-container .inner .popup-content-header {
        margin: -50px -60px 50px
    }
}

.no-p {
    padding: 0!important
}

.no-pt {
    padding-top: 0!important
}

.no-pr {
    padding-right: 0!important
}

.no-pb {
    padding-bottom: 0!important
}

.no-pl {
    padding-left: 0!important
}

.no-m {
    margin: 0!important
}

.no-mt {
    margin-top: 0!important
}

#home-page #applications,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0
}

.no-mr {
    margin-right: 0!important
}

.no-mb {
    margin-bottom: 0!important
}

.no-ml {
    margin-left: 0!important
}

.z-2 {
    z-index: 2
}

.spacer {
    height: 15px
}

.spacer:after,
.spacer:before {
    content: " ";
    display: table
}

.button:before,
.group-list .group-list-item .picture-wrap:before,
.picture[data-shadow]:before,
.sharer a:before,
.swiper-container[data-shadow]:before,
html.no-touch .thumbnail-content .image:before {
    content: ''
}

.spacer:after {
    clear: both
}

@media (min-width:480px) {
    .spacer {
        height: 30px
    }
    .spacer[data-offset="0.5"] {
        height: 15px
    }
    .spacer[data-offset="1.5"] {
        height: 45px
    }
    .spacer[data-offset="2"] {
        height: 60px
    }
    .spacer[data-offset="3"] {
        height: 90px
    }
}

@media (max-width:767px) {
    .block-xs {
        display: block!important
    }
    .text-center-xs {
        text-align: center!important
    }
}

.title {
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 1.3px;
    margin-bottom: 22px
}

.title[data-weight=extralight] {
    font-weight: 100
}

.title[data-weight=light] {
    font-weight: 300
}

.title[data-weight=medium] {
    font-weight: 500
}

.title[data-size=medium] {
    font-size: 27px;
    margin-bottom: 34px
}

.title[data-size=small] {
    font-size: 18px;
    letter-spacing: 3px;
    font-weight: 500;
    line-height: 2
}

.title[data-size=giant] {
    margin-bottom: 22px;
    font-size: 40px
}

.title[data-size=large] {
    margin-bottom: 22px;
    font-size: 32px;
    letter-spacing: 7px
}

@media (min-width:768px) {
    .title[data-size=giant] {
        font-size: 60px
    }
    .title[data-size=large] {
        font-size: 40px
    }
    .title[data-size=medium] {
        font-size: 32px
    }
}

.subtitle {
    font-size: 22px;
    font-style: italic;
    margin-bottom: 34px
}

.row[data-gutter=none] {
    margin-left: 0;
    margin-right: 0
}

.row[data-gutter=none] [class^=col-] {
    padding-left: 0;
    padding-right: 0
}

.row[data-gutter=none] .mb-col {
    margin-bottom: 0
}

.row[data-gutter=small] {
    margin-left: -5px;
    margin-right: -5px
}

.row[data-gutter=small] [class^=col-] {
    padding-left: 5px;
    padding-right: 5px
}

.row[data-gutter=small] .mb-col {
    margin-bottom: 10px
}

.row[data-gutter=large] {
    margin-left: -30px;
    margin-right: -30px
}

.row[data-gutter=large] [class^=col-] {
    padding-left: 30px;
    padding-right: 30px
}

.row[data-gutter=large] .mb-col {
    margin-bottom: 60px
}

.row[data-gutter=tiny] {
    margin-left: -5px;
    margin-right: -5px
}

.row[data-gutter=tiny] [class^=col-] {
    padding-left: 5px;
    padding-right: 5px
}

.form-control,
.sod_select {
    letter-spacing: 2px;
    padding: 8px
}

.row[data-gutter=tiny] .mb-col {
    margin-bottom: 10px
}

form .message {
    margin: 0
}

form .message .text-danger,
form .message .text-success,
form .message .text-warning {
    position: relative;
    display: none
}

html.desktop form .button {
    color: #000;
    background-color: transparent
}

html.desktop form .button:before {
    border-color: #000
}

html.desktop form .button:hover {
    color: #7e7672;
    background-color: transparent
}

html.desktop form .button:hover:before {
    border-color: #7e7672
}

.has-error .sod_select {
    border-color: #a94442
}

.form-control {
    font-size: 12px;
    text-transform: uppercase;
    border: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #616160;
    border-radius: 0;
    margin-bottom: 24px;
    height: auto;
    box-shadow: none
}

textarea.form-control {
    height: 100px
}

.form-control:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

label {
    font-weight: 400;
    line-height: 1
}

.sod_select {
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    height: 39px;
    width: 100%;
    border: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #616160;
    border-radius: 0;
    background: 0 0;
    position: relative;
    display: inline-block;
    cursor: pointer
}

.sod_select .sod_list_wrapper,
.sod_select.focus:before {
    border-color: #7e7672;
    border-width: 1px
}

#footer,
.button,
header .menu {
    letter-spacing: 0
}

.sod_select:before {
    top: 8px
}

.sod_select.focus {
    color: #7e7672
}

.sod_select:after {
    bottom: 15px
}

.sod_select .sod_list_wrapper {
    margin: 0;
    width: 100%;
    color: #333;
    max-height: 500px;
    overflow: scroll;
    background: #f0f0f0;
    z-index: 999
}

.sod_select .sod_list_wrapper .active {
    color: #f1f2f2;
    background-color: #7e7672
}

.sod_select .sod_list_wrapper .selected:before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAxMCA5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMCA5IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBmaWxsPSIjMWQxZDFiIiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjhjMC43LDAuNywxLjMsMSwyLDBDNi43LDYsOC4zLDMuNyw5LjgsMS41QzEwLjUsMC41LDktMC4zLDguMywwLjZsMCwwQzYuNywyLjksNS43LDQuNCw0LDYuNyIvPjwvZz48L3N2Zz4=)
}

.sod_select .sod_option {
    padding: 15px
}

header .menu nav::-webkit-scrollbar {
    width: 2px
}

header .menu nav::-webkit-scrollbar-track {
    background-color: #4f4f4a;
    border-left: 1px solid #4f4f4a
}

header .menu nav::-webkit-scrollbar-thumb {
    background-color: #7e7672
}

header .menu nav::-webkit-scrollbar-thumb:hover {
    background-color: #716966
}

header {
    position: relative
}

header .inner {
    zoom: 1;
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9;
    -moz-transition: height .4s ease;
    -webkit-transition: height .4s ease;
    -o-transition: height .4s ease;
    transition: height .4s ease;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    height: 140px;
    background-color: #f1f2f2
}

@media (min-width:1200px) {
    header.reduced .inner {
        height: 100px
    }
    header.reduced .menu .wrapper {
        height: 40px
    }
    header.reduced .menu .logo {
        height: 60px
    }
    header.reduced nav {
        top: 85%!important
    }
}

header .menu {
    text-align: center;
    text-transform: uppercase;
    font-weight: 400!important;
    background-color: #f1f2f2
}

header .menu .wrapper {
    -moz-transition: height .4s ease;
    -webkit-transition: height .4s ease;
    -o-transition: height .4s ease;
    transition: height .4s ease;
    position: relative;
    padding: 10px 0
}

header .menu .wrapper #lang-container {
    width: 120px;
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 99
}

@media (max-width:1024px) {
    header .menu .wrapper #lang-container {
        right: 40px
    }
}

header .menu .wrapper .social {
    position: absolute;
    right: 130px;
    top: 15px;
    z-index: 10;
    padding: 0 5px
}

@media (max-width:1199px) {
    header .menu .wrapper .social {
        right: 170px!important
    }
	header .menu .wrapper #lang-container{
		right:45px!important;
	}
}

header .menu .wrapper .social a {
    padding: 0 5px
}

header .menu .wrapper .social a .fa {
    font-size: 24px
}

header .menu .menu-toggle {
    width: 40px;
    height: 40px;
    padding: 0;
    float: right
}

header .menu .menu-toggle .lines {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 20px;
    height: 2px;
    background-color: #000;
    display: block;
    position: relative;
    top: 50%;
    margin: 0 auto
}

header .menu .menu-toggle .lines:after,
header .menu .menu-toggle .lines:before {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 20px;
    height: 2px;
    background-color: #000;
    display: block;
    position: absolute;
    left: 0;
    content: ''
}

header .menu .menu-toggle .lines:before {
    top: -7px
}

header .menu .menu-toggle .lines:after {
    top: 7px
}

header .menu .menu-toggle.toggle .lines {
    background-color: transparent!important
}

header .menu .menu-toggle.toggle .lines:after,
header .menu .menu-toggle.toggle .lines:before {
    top: 0
}

header .menu .menu-toggle.toggle .lines:before {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg)
}

header .menu .menu-toggle.toggle .lines:after {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg)
}

header .menu .logo {
    -moz-transition: height .4s ease;
    -webkit-transition: height .4s ease;
    -o-transition: height .4s ease;
    transition: height .4s ease;
    position: relative;
    display: block;
    height: 40px;
    z-index: 1
}

header .menu .logo img,
header .menu .logo svg {
    height: 100%
}

header .menu .logo svg path,
header .menu .logo svg rect {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    fill: #7e7672
}

header .menu .logo.pull-left {
    left: 0
}

header .menu .logo.pull-right {
    right: 0
}

header .menu nav {
    display: none;
    overflow: hidden
}

header .menu nav .navigation {
    list-style: none;
    padding: 20px 0;
    margin-left: 0;
    margin-bottom: 0;
    text-align: right
}

header .menu nav .navigation a {
    position: relative;
    color: #333;
    display: inline-block
}

header .menu nav .navigation a.active,
header .menu nav .navigation li.active,
html.no-touch header .menu nav .navigation a:hover {
    color: #7e7672
}

header .menu nav .navigation li {
    cursor: pointer;
    padding: 6px 0
}

header .menu nav .navigation li ul {
    padding-left: 0;
    list-style: none;
    display: none
}

header .menu nav .multilanguage {
    text-align: right
}

header .menu nav .multilanguage li {
    padding: 0 12px
}

header .menu nav .multilanguage li:last-child {
    padding-right: 0
}

header.open .menu {
    background-color: #f1f2f2!important
}

@media (max-width:767px) {
    header .inner {
        height: 60px
    }
    header .menu nav {
        max-height: 420px;
        overflow: auto;
        padding-right: 18px;
        padding-left: 0!important;
        width: 100%
    }
    header .menu nav .navigation li ul {
        padding-right: 14px
    }
    header .menu nav .navigation li ul li {
        position: relative
    }
    header .menu nav .navigation li ul li:after {
        display: inline-block;
        content: '-';
        color: #fff;
        margin-left: 10px
    }
}

@media (max-width:1199px) {
    header .inner {
        height: 60px
    }
    header .menu nav {
        padding-left: 70px
    }
}

@media (min-width:1200px) {
    header .inner {
        height: 140px
    }
    header .container-fluid {
        max-width: 1440px
    }
    header .menu {
        -moz-transition: background-color .4s ease;
        -webkit-transition: background-color .4s ease;
        -o-transition: background-color .4s ease;
        transition: background-color .4s ease;
        background-color: transparent
    }
    header .menu .menu-toggle {
        display: none
    }
    header .menu .wrapper {
        -moz-transition: height .4s ease;
        -webkit-transition: height .4s ease;
        -o-transition: height .4s ease;
        transition: height .4s ease;
        height: 74px;
        padding: 0
    }
    header .menu .logo {
        position: absolute;
        top: 50%;
        height: 80px
    }
    header .menu nav {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        display: block!important;
        overflow: inherit!important
    }
    header .menu nav .navigation {
        list-style: none;
        margin-left: -5px;
        text-align: center;
        padding: 0;
        margin-top: 80px
    }
    header .menu nav .navigation>li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px
    }
    header .menu nav .navigation li {
        position: relative;
        padding: 0 5px;
        cursor: default
    }
    header .menu nav .navigation li ul {
        list-style: none;
        zoom: 1;
        -webkit-opacity: 0;
        -moz-opacity: 0;
        opacity: 0;
        display: block!important;
        height: auto!important;
        top: -9999px;
        left: -9999px;
        position: absolute;
        text-align: left;
        margin-left: 0;
        margin-bottom: 0;
        background-color: #d7d9d9;
        font-size: 12px;
        border-left: 1px solid #7e7672;
        padding: 12px 24px 12px 12px
    }
    header .menu nav .navigation li ul li {
        padding: 0
    }
    html.no-touch header .menu nav .navigation li:hover ul {
        zoom: 1;
        -webkit-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        top: auto;
        left: auto
    }
}

.picture,
.stripe,
.thumbnail {
    overflow: hidden
}

#footer {
    background: 0 0;
    color: #333;
    text-align: center;
    padding: 45px 0;
    font-size: 16px;
    border-top: 1px solid #a39d99
}

#footer ul {
    list-style: none
}

#footer ul li {
    text-align: left;
    font-size: .8em
}

#footer ul li.divider {
    margin-top: 1rem;
    margin-bottom: 1rem
}

#footer ul li a:hover {
    text-decoration: underline
}

#footer p {
    font-size: .9em;
    line-height: 1.2
}

#footer p strong {
    font-weight: 600;
    font-size: 1.2em
}

#footer hr {
    border: 0;
    border-top: 1px solid #a39d99
}

#footer a {
    color: #56504e
}

#footer a:hover {
    color: #7e7672
}

@media (min-width:768px) {
    #footer {
        padding: 60px 0
    }
}

@media (min-width:992px) {
    #footer {
        padding: 90px 0
    }
}

.hidden {
    display: none!important
}

.button.green {
    color: #6aad96
}

.button.green:before {
    border-color: #6aad96
}

.green_list {
    background: #6aad96;
    padding: 36px 21px 36px 36px;
    text-align: center;
    margin-bottom: 1rem;
    color: #fff
}

.green_list h1.title {
    -moz-osx-font-smoothing: grayscale;
    width: 33%;
    float: left;
    display: block
}

#splashpage,
#transition {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, .95) 0, rgba(229, 229, 229, .95) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, .95) 0, rgba(229, 229, 229, .95) 100%);
    width: 100vw!important;
    height: 100vh!important;
    top: 0;
    z-index: 9999;
    position: fixed
}

.green_list .content {
    margin-left: 33%;
    text-align: justify
}

#splashpage {
    background: linear-gradient(to bottom, rgba(255, 255, 255, .95) 0, rgba(229, 229, 229, .95) 100%);
    left: 0
}

#splashpage #world-container {
    margin: auto;
    min-height: 75vh!important;
    width: 80%;
    background: url(/images/bg-world.png) center center no-repeat;
    background-size: contain;
    padding-top: 30vh;
    text-align: center
}

#splashpage #world-container a {
    display: inline-block;
    height: 60px;
    padding: 0 20px;
    background: #6aad96;
    color: #fff;
    line-height: 60px;
    margin-top: 1rem
}

#splashpage #world-container img {
    max-width: 400px;
    width: 100%
}

#transition {
    background: linear-gradient(to bottom, rgba(255, 255, 255, .95) 0, rgba(229, 229, 229, .95) 100%);
    left: -100vw;
    display: none
}

#applications,
#contact,
#dealers,
#projects {
    margin-top: 14rem
}

#applications {
    margin-bottom: 5rem
}

#collections {
    padding: 0
}

#bullet-home {
    position: fixed;
    z-index: 99;
    right: 10px;
    top: 10 rem
}

#bullet-home ul {
    width: 26px;
    padding: 20px 0;
    margin: 0
}

#bullet-home ul li {
    list-style: none;
    position: relative;
    cursor: pointer;
    width: 24px;
    height: 24px;
    text-align: center
}

#bullet-home ul li a {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #666;
    border: 1px solid #666
}

#bullet-home ul li a:hover {
    background: #6aad96;
    border: 1px solid #fff
}

#brand {
    text-align: center;
    text-align: left
}

#brand img {
    max-width: 400px;
    margin: auto
}

#brand .brand-text {
    padding: 0 3rem;
    color: #666
}

#brand .brand-text a.button {
    clear: both;
    margin-top: 2rem
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#events .description-detail {
    height: auto;
    padding-left: 50px;
    padding-right: 50px
}

#projects a .project-title {
    background: rgba(255, 255, 255, .85);
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 9999;
    width: 100%;
    text-align: center;
    padding: 20px;
    color: #999;
    @include transition(.3s);
}

#projects a .project-title:hover {
    bottom: 60px
}

#projects a .project-title strong {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    color: #333
}

#projects a .project-title hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border-color: #999
}

#projects .description-detail {
    padding-left: 50px;
    padding-right: 50px
}

#projects .description-detail table {
    width: 100%
}

#projects .description-detail table td {
    padding: 1rem
}

#projects .description-detail table thead {
    background: #dedede;
    text-transform: uppercase
}

#projects .description-detail table tbody tr:nth-child(even) {
    background: #eaeaea
}

#links a {
    display: inline-block;
    width: 100%;
    margin-bottom: 2rem
}

#links a img {
    width: 100%
}

#dealers .first_level {
    background: #6aad96;
    color: #fff;
    min-height: 200px;
    line-height: 200px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 1rem;
    text-transform: uppercase;
    width: 100%
}

#dealers .first_level.disabled {
    background: rgba(66, 66, 66, .2)
}

#dealers #second_level {
    border-top: 1px dotted #ccc;
    padding-top: 2rem;
    margin-top: 3rem
}

#dealers .second_level {
    text-align: center;
    vertical-align: middle;
    background: #6aad96;
    text-transform: uppercase;
    border: none;
    width: 100%;
    height: 75px;
    line-height: 75px;
    color: #fff;
    display: block;
    margin: 3px 0;
    cursor: pointer;
    @include transition(.2s);
}

#dealers .second_level:hover {
    background: #6aad96
}

#dealers .second_level.disabled {
    background: rgba(66, 66, 66, .2)
}

#dealers .third_level_container .dealer div {
    border: 1px dotted #ccc;
    padding: 2rem;
    margin: 1.5rem .5rem;
    width: 100%;
    min-height: 300px
}

#tabella_comparativa {
    padding: 0 1rem;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #6aad96
}

#tabella_comparativa table {
    margin-bottom: 0;
    margin-top: 0
}

#tabella_comparativa table td,
#tabella_comparativa table th {
    text-align: center
}

#tabella_comparativa table td.sapienstone,
#tabella_comparativa table th.sapienstone {
    background: #6aad96;
    color: #fff
}

@media (max-width:768px) {
    .social {
        display: none
    }
    #lang-container {
        right: 60px!important
    }
    #home-page #box-container .description {
        margin-left: 0!important;
        margin-right: 0!important;
        height: inherit!important
    }
    #download-catalogo {
        margin-bottom: 10rem
    }
    #download-catalogo img {
        max-width: 100%
    }
    #footer ul {
        padding: 0
    }
}

.button,
.scroll-down {
    display: inline-block
}

.button {
    -moz-transition: color .2s ease;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    color: #fff;
    background-color: transparent;
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    padding: 11px 40px;
    border: 0;
    outline: 0!important;
    font-weight: 500;
    z-index: 1;
    cursor: pointer
}

.button:before {
    border-color: #fff;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 3px;
    z-index: -1
}

.button.expand {
    width: 100%;
    max-width: 360px
}

.button.active,
html.desktop .button:hover {
    background-color: transparent;
    color: #7e7672
}

html.desktop .button:hover {
    color: #000;
    background-color: transparent
}

html.desktop .button:hover:before {
    border-color: #000
}

.scroll-down {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    line-height: 70px;
    text-align: center;
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    background-color: rgba(126, 118, 114, .8)
}

.scroll-down img {
    -moz-transition: -moz-transform .6s ease;
    -webkit-transition: transform .6s ease;
    -o-transition: transform .6s ease;
    transition: transform .6s ease;
    position: relative;
    top: -5px;
    width: 20px
}

html.desktop .scroll-down:hover img {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px)
}

.button-group {
    margin-left: -10px;
    margin-right: -10px
}

.button-group .button {
    margin-left: 10px;
    margin-right: 10px
}

@media (max-width:767px) {
    .button-group,
    .button-group .button {
        margin-left: 0;
        margin-right: 0
    }
    .button-group .button {
        display: block;
        width: 100%;
        margin-bottom: 15px
    }
}

.media-gallery-item .description .content>:last-child,
.thumbnail .hover .vertical-content>:last-child,
.thumbnail .inner .vertical-content>:last-child {
    margin-bottom: 0
}

.picture {
    width: 100%;
    height: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.picture[data-position=absolute],
.picture[data-shadow]:before {
    position: absolute;
    top: 0;
    left: 0
}

.picture[data-shadow]:before {
    width: 100%;
    height: 100%;
    zoom: 1;
    -webkit-opacity: .2;
    -moz-opacity: .2;
    opacity: .2;
    background-color: #f1f2f2
}

.picture[data-attachment=fixed] {
    background-attachment: fixed
}

.picture[data-pos-x=left] {
    background-position-x: left
}

.picture[data-pos-x=right] {
    background-position-x: right
}

.picture[data-pos-y=top] {
    background-position-y: top
}

.picture[data-pos-y=bottom] {
    background-position-y: bottom
}

.picture[data-size=contain] {
    background-size: contain
}

.thumbnail {
    position: relative;
    text-align: center;
    padding-bottom: 78%;
    display: block;
    z-index: 1;
    background-color: #d7d9d9
}

.thumbnail .picture {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1
}

.thumbnail .hover,
.thumbnail .inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.thumbnail .hover .vertical-content,
.thumbnail .inner .vertical-content {
    padding: 24px
}

.thumbnail .hover {
    background: rgba(0, 0, 0, .6)
}

html.no-touch .thumbnail .hover {
    -moz-transition: opacity .4s ease;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}

html.no-touch .thumbnail:hover .hover {
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

@media (min-width:768px) {
    .thumbnail[data-type=rect] {
        padding-bottom: 32%
    }
    .thumbnail[data-type=full-rect] {
        padding-bottom: 54%
    }
}

.thumbnail-content {
    position: relative
}

.thumbnail-content .title a {
    color: #fff
}

html.no-touch .thumbnail-content .title a:hover {
    color: #7e7672
}

.thumbnail-content .image {
    position: relative;
    display: block;
    background-color: #7e7672
}

.thumbnail-content .image img {
    position: relative;
    display: block;
    width: 100%
}

html.no-touch .thumbnail-content .image:before {
    -moz-transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
    width: 100%;
    height: 100%;
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #f1f2f2
}

html.no-touch .thumbnail-content .image img {
    -moz-transition: -moz-transform .2s linear;
    -webkit-transition: transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear
}

html.no-touch .thumbnail-content .image:hover:before {
    zoom: 1;
    -webkit-opacity: .2;
    -moz-opacity: .2;
    opacity: .2
}

html.no-touch .thumbnail-content .image:hover img {
    -moz-transform: scale(.995, .99);
    -webkit-transform: scale(.995 .99);
    -ms-transform: scale(.995 .99);
    -o-transform: scale(.995 .99);
    transform: scale(.995 .99)
}

.thumbnail-content .caption {
    padding: 46px 24px;
    background-color: #161614
}

.stripe {
    position: relative;
    text-align: center;
    color: #fff
}

.stripe .picture {
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width:767px) {
    .stripe .picture {
        -webkit-transform: translateY(0)!important;
        -moz-transform: translateY(0)!important;
        -o-transform: translateY(0)!important;
        -ms-transform: translateY(0)!important;
        transform: translateY(0)!important
    }
}

@media (min-width:768px) {
    .stripe {
        padding: 0 0 50%
    }
    .stripe .picture {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        height: 200%;
        top: 50%
    }
    .stripe .inner {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding-top: 15px;
        padding-bottom: 15px
    }
}

@media (min-width:992px) {
    .stripe {
        padding-bottom: 32%
    }
}

.swiper-container,
.swiper-slide,
.swiper-wrapper {
    height: 100%
}

.swiper-container .swiper-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.swiper-container .swiper-wrapper {
    -moz-transition-timing-function: cubic-bezier(.85, 0, .15, 1);
    -o-transition-timing-function: cubic-bezier(.85, 0, .15, 1);
    -webkit-transition-timing-function: cubic-bezier(.85, 0, .15, 1);
    transition-timing-function: cubic-bezier(.85, 0, .15, 1)
}

.swiper-container[data-shadow] {
    z-index: 1
}

.swiper-container[data-shadow]:before {
    width: 100%;
    height: 100%;
    zoom: 1;
    -webkit-opacity: .2;
    -moz-opacity: .2;
    opacity: .2;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #f1f2f2;
    display: block
}

.media-gallery-item {
    position: relative;
    padding: 0;
    height: 100vh
}

.media-gallery-item .media {
    position: relative;
    padding-bottom: 70%;
    overflow: hidden;
    display: block
}

.media-gallery-item .media .picture {
    position: absolute
}

.media-gallery-item .description {
    position: relative;
    background-color: #7e7672;
    zoom: 1;
    -webkit-opacity: .9;
    -moz-opacity: .9;
    opacity: .9;
    padding: 36px 0 36px 15px;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0;
    color: #fff
}

.media-gallery-item .description .title {
    text-align: center
}

.media-gallery-item .description .content {
    text-align: justify;
    height: auto;
    padding-right: 15px
}

.media-gallery-item .description .button {
    display: none
}

html.desktop .media-gallery-item .description .button:hover {
    color: #000;
    background-color: transparent
}

html.desktop .media-gallery-item .description .button:hover:before {
    border-color: #000
}

@media (min-width:992px) {
    .media-gallery-item {
        height: 100vh
    }
    .media-gallery-item .media {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        padding-bottom: 0;
        z-index: 1
    }
    .media-gallery-item .description {
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 360px;
        left: 65px;
        top: 50%;
        padding: 36px 21px 36px 36px;
        z-index: 2
    }
    .media-gallery-item .description .content {
        -moz-transition: height .8s cubic-bezier(1, 0, 0, 1);
        -webkit-transition: height .8s cubic-bezier(1, 0, 0, 1);
        -o-transition: height .8s cubic-bezier(1, 0, 0, 1);
        transition: height .8s cubic-bezier(1, 0, 0, 1);
        position: relative;
        overflow: hidden;
        margin-bottom: 28px;
        -webkit-overflow-scrolling: touch
    }
    .media-gallery-item .description .button {
        display: inline-block
    }
    .media-gallery-item .description.open .content {
        height: 300px;
        overflow-y: auto;
        overflow-x: hidden
    }
    html.desktop .media-gallery-item .media .picture {
        background-attachment: fixed
    }
    html.chrome.desktop .media-gallery-item .media .picture {
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        -o-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        pointer-events: none;
        background-attachment: scroll
    }
}

.media-gallery-item .description .content::-webkit-scrollbar {
    width: 2px
}

.media-gallery-item .description .content::-webkit-scrollbar-track {
    background-color: #000;
    border-left: 1px solid #000
}

.media-gallery-item .description .content::-webkit-scrollbar-thumb {
    background-color: #fff
}

.media-gallery-item .description .content::-webkit-scrollbar-thumb:hover {
    background-color: #f2f2f2
}

.sharer {
    text-align: center
}

.sharer .title {
    font-size: 15px
}

.sharer .list-inline {
    margin-left: 0
}

.sharer a {
    -moz-transition: color .2s ease;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    width: 45px;
    height: 45px;
    position: relative;
    text-align: center;
    color: #fff;
    display: inline-block
}

.sharer a i {
    line-height: 45px;
    font-size: 23px
}

.sharer a:before {
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 3px solid #fff
}

html.no-touch .sharer a:hover {
    color: #7e7672
}

html.no-touch .sharer a:hover:before {
    border-color: #7e7672;
    border-width: 1px
}

.group-list {
    position: relative
}

.group-list .group-list-item .picture-wrap {
    position: relative;
    display: block;
    z-index: 1;
    padding-bottom: 72%;
    background-color: #d7d9d9
}

.group-list .group-list-item .picture-wrap:before {
    -moz-transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear;
    width: 100%;
    height: 100%;
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #f1f2f2
}

.group-list .group-list-item .picture-wrap .picture {
    position: absolute;
    -moz-transition: -moz-transform .2s linear;
    -webkit-transition: transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear
}

.group-list .group-list-item .picture-wrap:hover:before {
    zoom: 1;
    -webkit-opacity: .2;
    -moz-opacity: .2;
    opacity: .2
}

.group-list .group-list-item .picture-wrap:hover .picture {
    -moz-transform: scale(.995, .99);
    -webkit-transform: scale(.995 .99);
    -ms-transform: scale(.995 .99);
    -o-transform: scale(.995 .99);
    transform: scale(.995 .99)
}

.group-list .group-list-item .description {
    background-color: #7e7672;
    color: #fff;
    position: relative;
    padding: 50px 20px
}

html.desktop .group-list .group-list-item .description .button:hover {
    color: #000;
    background-color: transparent
}

html.desktop .group-list .group-list-item .description .button:hover:before {
    border-color: #000
}

.group-list .group-list-item .description .icons {
    position: relative
}

.group-list .group-list-item .description .icons .icon-item {
    float: left;
    margin-right: 15px
}

.group-list .group-list-item .description .icons .icon-item img {
    width: 50px;
    height: 50px;
    margin-bottom: 8px
}

.group-list .group-list-item .description .icons .icon-item .caption {
    text-transform: uppercase;
    font-size: 9px;
    line-height: 10px;
    font-weight: 700
}

@media (min-width:1200px) {
    .group-list .group-list-item .description .icons {
        position: absolute;
        bottom: 50px;
        left: 50px
    }
    .group-list .group-list-item .description {
        padding-top: 30px
    }
}

.thickness-info .wrapper .line[data-thickness=large] .inner .arrow-top,
.thickness-info .wrapper .line[data-thickness=small] .inner .arrow-top {
    bottom: 0
}

.group-list .group-list-item .description .title[data-size=small] {
    line-height: 1.6;
    margin-bottom: 10px
}

.group-list .group-list-item .description .title[data-size=small] small {
    font-size: 14px
}

.map-category-post p,
span.map-post-data {
    font-size: 13px;
    line-height: initial
}

.group-list .group-list-item .description img {
    margin-bottom: 40px;
    height: 80px
}

.group-list .group-list-item .description a {
    color: #fff
}

html.no-touch .group-list .group-list-item .description a:hover {
    color: #7e7672
}

@media (min-width:992px) {
    .group-list .group-list-item .description,
    .group-list .group-list-item .picture-wrap {
        height: 530px
    }
    .group-list .group-list-item .description {
        padding-top: 30px;
        padding-left: 50px;
        padding-right: 50px
    }
    .group-list .group-list-item .description .icon .icon-item {
        margin-right: 25px
    }
    .group-list .group-list-item .picture-wrap {
        padding-bottom: 0
    }
    .group-list .group-list-item:nth-child(even)>[class^=col] {
        float: right
    }
}

@font-face {
    font-family: lg;
    src: url(../../vendor/lightgallery/dist/fonts/lg.eot?n1z373);
    src: url(../../vendor/lightgallery/dist/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../../vendor/lightgallery/dist/fonts/lg.woff?n1z373) format("woff"), url(../../vendor/lightgallery/dist/fonts/lg.ttf?n1z373) format("truetype"), url(../../vendor/lightgallery/dist/fonts/lg.svg?n1z373#lg) format("svg");
    font-weight: 400;
    font-style: normal
}

.lg-outer .lg-has-vimeo .lg-video-play,
.lg-outer .lg-has-vimeo:hover .lg-video-play {
    background-image: url(../../vendor/lightgallery/dist/img/vimeo-play.png)
}

.lg-outer .lg-has-html5 .lg-video-play {
    background-image: url(../../vendor/lightgallery/dist/img/video-play.png)
}

.lg-outer .lg-has-youtube .lg-video-play,
.lg-outer .lg-has-youtube:hover .lg-video-play {
    background-image: url(../../vendor/lightgallery/dist/img/youtube-play.png)
}

.lg-outer .lg-item {
    background-image: url(../../vendor/lightgallery/dist/img/loading.gif)
}

.thickness-info {
    display: none
}

.thickness-info .row,
.thickness-info .row>[class^=col-] {
    margin: 0;
    padding: 0
}

.container-rblab,
.map-category-post img,
.map-category-post p {
    margin-left: auto;
    margin-right: auto
}

.thickness-info .wrapper {
    position: relative
}

.thickness-info .wrapper .line {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    background-color: #7e7672
}

.thickness-info .wrapper .line .inner {
    position: relative
}

.thickness-info .wrapper .line .inner .title {
    position: absolute;
    top: -50px
}

.thickness-info .wrapper .line .inner p {
    position: absolute;
    top: 30px
}

.thickness-info .wrapper .line .inner .arrow-bottom,
.thickness-info .wrapper .line .inner .arrow-top {
    position: absolute
}

.thickness-info .wrapper .line .inner .arrow-bottom img,
.thickness-info .wrapper .line .inner .arrow-top img {
    height: 40px
}

.thickness-info .wrapper .line[data-thickness=small] {
    height: 16px
}

.thickness-info .wrapper .line[data-thickness=small] .inner .title,
.thickness-info .wrapper .line[data-thickness=small] .inner p {
    right: 0
}

.thickness-info .wrapper .line[data-thickness=small] .inner .arrow-bottom,
.thickness-info .wrapper .line[data-thickness=small] .inner .arrow-top {
    left: 40px
}

.thickness-info .wrapper .line[data-thickness=small] .inner .arrow-bottom {
    top: 16px
}

.thickness-info .wrapper .line[data-thickness=large] {
    height: 20px
}

.thickness-info .wrapper .line[data-thickness=large] .inner .title,
.thickness-info .wrapper .line[data-thickness=large] .inner p {
    left: 0
}

.thickness-info .wrapper .line[data-thickness=large] .inner .arrow-bottom,
.thickness-info .wrapper .line[data-thickness=large] .inner .arrow-top {
    right: 40px
}

.thickness-info .wrapper .line[data-thickness=large] .inner .arrow-bottom {
    top: 20px
}

@media (min-width:992px) {
    .thickness-info {
        display: block
    }
}

.rb-landing-special-title {
    border: 6px solid #f1f3f2;
    color: #f1f3f2;
    text-align: center
}

.rb-homepage-title-darkgrey {
    border: 6px solid #56514e;
    color: #56514e;
    font-weight: 600;
    text-align: center
}

.rb-homepage-title-darkgrey:hover {
    color: #56514e
}

.rb-homepage-title-white {
    border: 6px solid #fff;
    color: #fff;
    font-weight: 600;
    text-align: center
}

.rb-homepage-title-white:hover {
    color: #fff
}

.rb-spacer {
    height: 40px
}

.absolute-text-center {
    position: relative
}

.absolute-text-center .text-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.row.no-gutter>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.rb-img-fw {
    display: block;
    width: 100%;
    max-width: 100%
}

.container-rblab {
    padding-right: 40px;
    padding-left: 40px;
    max-width: 1440px
}

.map-description.description-right span {
    text-align: right
}

.map-description.description-left span {
    text-align: left
}

span.map-post-data {
    text-transform: uppercase;
    margin-bottom: 16px;
    display: block
}

span.map-post-data.serif-span {
    font-family: Lora, serif;
    text-transform: none;
    font-style: italic
}

#landing-page .rb-special-title p,
.h1-rb,
.p-rb {
    font-family: Roboto, sans-serif
}

.map-category-post img {
    display: block;
    margin-top: 2px;
    margin-bottom: 13px
}

.frame-container,
.link-to-video {
    position: relative;
    cursor: pointer;
    background: #56514e
}

.frame-container iframe,
.link-to-video iframe {
    position: absolute;
    top: 0;
    left: 0
}

.frame-container #play-video,
.frame-container .play-video-unique,
.link-to-video #play-video,
.link-to-video .play-video-unique {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

.frame-container .video-background,
.link-to-video .video-background {
    opacity: .3
}

.map-category-post .category-name {
    text-transform: uppercase
}

.map-category-post .category-container-left,
.map-category-post .category-container-right {
    width: auto
}

.map-category-post .category-container-right {
    float: right;
    text-align: right
}

.map-category-post .category-container-left {
    float: left;
    text-align: left
}

.nations-container {
    width: 100%
}

.nation-block {
    border: 6px solid #56514e;
    padding: 12px 26px 14px 27px;
    text-align: center;
    position: absolute;
    line-height: initial;
    width: auto;
    background: #f1f3f2;
    font-weight: 600;
    font-size: 30px;
    z-index: 20;
    color: #56514e
}

#landing-page,
.bg-image-special {
    background-position: center center;
    background-size: cover
}

.nation-block.nation-block-start {
    text-transform: uppercase;
    padding: 15px 55px;
    font-size: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 0
}

@media only screen and (max-width:991px) {
    .nation-block.nation-block-start {
        position: initial;
        display: block;
        margin: 0 auto;
        left: initial;
        transform: initial;
        -webkit-transform: initial;
        -ms-transform: initial
    }
}

.start-block-text {
    position: absolute;
    bottom: -10px;
    left: 60%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .start-block-text {
        left: 65%
    }
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
    .start-block-text {
        left: 62%
    }
}

.start-block-text span.map-post-data {
    margin-top: 10px;
    margin-bottom: 10px
}

.change-country.country-right .nation-block {
    right: 0;
    bottom: 120px;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%)
}

.change-country.country-left .nation-block {
    left: 0;
    bottom: 120px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%)
}

.bg-image-special {
    background-repeat: no-repeat
}

@media only screen and (max-width:991px) {
    .start-block-text {
        position: initial;
        margin-top: 30px
    }
    .change-country.country-left .nation-block,
    .change-country.country-right .nation-block {
        bottom: 0;
        right: initial;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%)
    }
    .mobilebr {
        display: block
    }
    .bg-image-special img {
        display: none
    }
}

.h1-rb {
    font-size: 40px
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    .h1-rb {
        font-size: 26px
    }
}

@media only screen and (max-width:767px) {
    .h1-rb {
        font-size: 26px
    }
}

.p-rb {
    font-size: 15px
}

#landing-page {
    position: relative;
    padding: 0;
    margin-top: 140px
}

@media only screen and (max-width:1199px) {
    #landing-page {
        margin-top: 60px
    }
}

@media only screen and (max-width:767px) {
    #landing-page {
        position: initial
    }
    #landing-page img {
        display: none
    }
}

#landing-page .rb-special-title {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding-top: 5.5%
}

#landing-page .rb-special-title h1 {
    font-family: Roboto, sans-serif;
    font-size: 40px
}

@media only screen and (min-width:768px) and (max-width:1199px) {
    #landing-page .rb-special-title h1 {
        font-size: 26px
    }
}

@media only screen and (max-width:767px) {
    #landing-page .rb-special-title {
        width: 100%;
        padding-top: 50px;
        position: initial;
        top: initial;
        right: initial;
        bottom: initial;
        left: initial;
        transform: none
    }
    #landing-page .rb-special-title h1 {
        font-size: 26px
    }
}

#landing-page .rb-special-title h1.landing-title {
    font-weight: 700;
    padding: 23px 22px 19px;
    border: 6px solid #f1f3f2;
    color: #f1f3f2;
    text-align: center
}

@media only screen and (max-width:767px) {
    #landing-page .rb-special-title h1.landing-title {
        width: 85%;
        margin: 0 auto;
        padding: 15px 10px
    }
}

#landing-page .rb-special-title p {
    font-size: 15px
}

#landing-page .rb-special-title p.landing-paragraph {
    color: #f1f3f2;
    text-align: center;
    margin-bottom: 36px
}

#landing-page p.rb-stay-tuned {
    width: 100%;
    position: absolute;
    bottom: 19%;
    color: #f1f3f2;
    margin: 0;
    text-align: center
}

@media only screen and (max-width:767px) {
    #landing-page p.rb-stay-tuned {
        position: initial;
        top: initial;
        right: initial;
        bottom: initial;
        left: initial;
        padding: 50px 0
    }
}

.rb-section {
    padding-top: 0;
    padding-bottom: 0
}

#track-tracker-map {
    position: relative
}

#track-tracker-map .step {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px dashed #ccc
}

#track-tracker-map .step img {
    float: left;
    margin-right: .5rem;
    margin-bottom: .5rem;
    width: 20px
}

#track-tracker-map h1 {
    border: 6px solid #56514e;
    text-align: center;
    line-height: initial;
    width: auto;
    background: #f1f3f2;
    font-weight: 600;
    font-size: 30px;
    z-index: 20;
    color: #56514e;
    position: absolute;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding: 25px 29px 26px 28px
}

#track-tracker-map h1.nation-block-start {
    text-transform: uppercase;
    padding: 15px 55px;
    font-size: 40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 0
}

@media only screen and (max-width:991px) {
    #track-tracker-map h1.nation-block-start {
        position: initial;
        display: block;
        margin: 0 auto;
        left: initial;
        transform: initial;
        -webkit-transform: initial;
        -ms-transform: initial
    }
    #track-tracker-map h1 {
        top: 18%
    }
}

@media only screen and (max-width:767px) {
    #track-tracker-map h1 {
        font-size: 20px;
        width: 80%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    #track-tracker-map h1 {
        font-size: 25px;
        width: 50%
    }
}

#track-tracker-map .gm-style-iw a:hover {
    text-decoration: underline
}

#track-tracker-map #track-container {
    height: 930px;
    padding: 0
}

@media only screen and (max-width:1199px) {
    #track-tracker-map #track-container {
        margin-top: 60px
    }
}

.showroom .main-image-sr {
    position: relative;
    overflow: hidden
}

.showroom .main-image-sr .text-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center
}

.showroom .main-image-sr .text-container h1 {
    font-size: 30px;
    padding: 25px 23px 31px;
    font-weight: 600
}

.showroom .main-image-sr .text-container p {
    color: #f1f3f2
}

@media only screen and (max-width:767px) {
    .showroom .main-image-sr .text-container {
        padding: 80px 0 150px
    }
    .showroom .main-image-sr .text-container h1 {
        font-size: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .showroom .main-image-sr .text-container {
        padding: 150px 0
    }
}

.showroom .main-image-sr .sr-image-container {
    background: #56514e;
    position: relative
}

@media only screen and (max-width:991px) {
    .showroom .main-image-sr .text-container {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        top: initial;
        left: initial;
        transform: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
        z-index: 10
    }
    .showroom .main-image-sr .sr-image-container {
        position: absolute;
        top: 0;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%
    }
    .showroom .main-image-sr .sr-image-container img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        min-width: 50%;
        min-height: 50%;
        overflow-x: hidden
    }
}

.single-post h1,
.single-post p {
    margin-bottom: 45px
}

.showroom .main-image-sr .sr-image-container:after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    opacity: .8
}

.showroom .rb-gallery .rb-gallery-item {
    position: relative;
    background-size: 100% 100%;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0
}

@media only screen and (max-width:991px) {
    .showroom .rb-gallery .rb-gallery-item {
        height: auto
    }
}

.showroom .rb-gallery .rb-gallery-item:after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f1f3f2;
    mix-blend-mode: normal;
    opacity: .35;
    transition: .4s
}

.showroom .rb-gallery .rb-gallery-item:hover:after {
    transition: .4s;
    opacity: 0
}

.showroom .rb-gallery .rb-gallery-item img {
    display: block;
    width: 100%;
    max-width: 100%
}

.showroom #video-container {
    max-width: 100%
}

.showroom #video-container video {
    max-width: 100%;
    height: auto!important
}

.showroom #video-container .text-container {
    top: 40%!important
}

.single-post {
    margin-top: 60px
}

.single-post h1 {
    font-size: 27px;
    text-transform: uppercase;
    text-align: left;
    line-height: 1.5
}

.single-post article.single-post-content img {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto 45px
}

.single-post article.single-post-content .post-gallery {
    margin-left: -5px;
    margin-right: -15px;
    margin-bottom: 45px;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .single-post article.single-post-content .post-gallery {
        margin: 0
    }
}

.single-post article.single-post-content .post-gallery img {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px
}

@media (min-width:768px) {
    .single-post article.single-post-content .post-gallery img {
        float: left;
        width: 32.5%
    }
}

@media only screen and (max-width:767px) {
    .single-post article.single-post-content .post-gallery img {
        padding: 0
    }
}

@media only screen and (min-width:768px) {
    .single-post article.single-post-content .post-gallery img {
        padding-left: 5px;
        padding-right: 0
    }
    .homepage-around .hp-2grid .hp-2grid-element a {
        white-space: nowrap
    }
}

@media only screen and (max-width:991px) {
    .single-post article.single-post-content .post-gallery img {
        margin-bottom: 15px
    }
}

.single-post aside.maps-container .map-container {
    margin-bottom: 31px
}

.single-post aside.maps-container .map-container .static-map-container {
    position: relative;
    height: 375px
}

.single-post aside.maps-container .map-container .static-map-container img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%;
    filter: grayscale(100%)
}

.single-post .single-video-container {
    margin-bottom: 70px
}

.single-post.single-post-recipe article ul {
    padding: 20px 0 0;
    margin-bottom: 65px;
    list-style: none;
    font-size: 13px
}

.rb-subheader {
    width: 100%;
    height: 120px;
    position: fixed;
    background-color: rgba(241, 242, 242, .9);
    background-size: 100% 100%;
    background-position: center center;
    z-index: 100
}

@media only screen and (max-width:767px) {
    .single-post.single-post-recipe article ul {
        margin-bottom: 35px
    }
    .rb-subheader {
        background-position: right;
        background-size: cover;
        height: 60px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .rb-subheader {
        height: 60px
    }
}

.rb-subheader .subheader-container {
    padding-right: 0;
    padding-left: 40px;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
}

.rb-subheader .logo-container {
    margin-top: 11px;
    float: left
}

.rb-subheader .logo-container a {
    display: block
}

@media only screen and (max-width:991px) {
    .rb-subheader .subheader-container {
        padding-left: 0
    }
    .rb-subheader .logo-container {
        margin-top: 5px;
        margin-left: 20px
    }
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
    .rb-subheader {
        height: 80px
    }
    .rb-subheader .logo-container {
        margin-top: 0
    }
    .rb-subheader .logo-container img {
        height: 70px;
        margin-top: 5px
    }
}

@media (max-width:767px) {
    .rb-subheader .logo-container img.logo {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .rb-subheader .logo-container img.logo {
        display: none!important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .rb-subheader .logo-container img.logo-mobile {
        display: none!important
    }
}

@media (min-width:1200px) {
    .rb-subheader .logo-container img.logo-mobile {
        display: none!important
    }
}

.rb-subheader .subheader-links-container {
    width: 50%;
    float: right;
    margin-top: 25px
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
    .rb-subheader .subheader-links-container {
        margin-top: 10px
    }
}

@media only screen and (max-width:991px) {
    .rb-subheader .subheader-links-container {
        margin-top: 0;
        width: 100%;
        display: none
    }
}

.rb-subheader .subheader-links-container a.subheader-link {
    display: inline-block;
    float: left;
    width: 25%;
    text-align: center;
    text-transform: uppercase;
    color: #56514e
}

@media only screen and (max-width:991px) {
    .rb-subheader .subheader-links-container a.subheader-link {
        width: 100%;
        clear: both;
        display: block;
        text-align: right;
        height: 60px;
        line-height: 60px;
        background: rgba(241, 242, 242, .9);
        padding-right: 30px;
        font-size: 13px
    }
}

.homepage-around .homepage-banner,
.homepage-around .hp-2grid .hp-2grid-element.hp-element-1,
.homepage-around .hp-2grid .hp-2grid-element.hp-element-2 {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat
}

.rb-subheader .subheader-links-container a.subheader-link img {
    width: auto;
    height: 34px;
    margin-bottom: 18px
}

@media (max-width:767px) {
    .rb-subheader .subheader-links-container a.subheader-link img {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .rb-subheader .subheader-links-container a.subheader-link img {
        display: none!important
    }
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
    .rb-subheader .subheader-links-container a.subheader-link img {
        margin-bottom: 8px
    }
}

.rb-subheader .subheader-links-container a.subheader-link p {
    margin: 0;
    font-weight: 600
}

@media only screen and (min-width:992px) {
    .rb-subheader .subheader-links-container.three-grid-subheader .subheader-link:first-child {
        margin-left: 25%
    }
}

.rb-subheader .mobile-menu-toggle .mobile-subheader-open {
    display: none;
    text-transform: uppercase;
    text-align: right;
    height: 60px;
    line-height: 60px;
    margin-bottom: 0;
    float: right;
    padding-right: 30px;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    cursor: pointer
}

@media only screen and (max-width:991px) {
    .rb-subheader .mobile-menu-toggle .mobile-subheader-open {
        display: inline-block
    }
}

.rb-subheader .mobile-menu-toggle .mobile-subheader-open .show-mobile-open,
.rb-subheader .mobile-menu-toggle.open-mobile .show-mobile-close {
    display: none
}

.rb-subheader .mobile-menu-toggle .mobile-subheader-open:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-style: solid;
    border-width: 6px 6px 0;
    border-color: #56514e transparent transparent;
    z-index: 100
}

.rb-subheader .mobile-menu-toggle.open-mobile .mobile-subheader-open:after {
    border-width: 0 6px 6px;
    border-color: transparent transparent #56514e
}

.rb-subheader .mobile-menu-toggle.open-mobile .show-mobile-open {
    display: block
}

.homepage-around .homepage-banner {
    position: relative
}

.homepage-around .homepage-banner .text-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%)
}

@media only screen and (max-width:1199px) {
    .showroom .rb-gallery .rb-gallery-item:after {
        opacity: 0
    }
    .homepage-around .homepage-banner img {
        display: none
    }
    .homepage-around .homepage-banner .text-container {
        position: static;
        top: initial;
        left: initial;
        bottom: initial;
        right: initial;
        transform: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
        padding: 140px 0;
        width: 90%;
        margin: 0 auto
    }
}

.homepage-around .homepage-banner .text-container h1 {
    padding: 23px 22px 19px;
    text-align: center;
    font-size: 40px;
    margin: 0 0 31px
}

@media only screen and (max-width:767px) {
    .homepage-around .homepage-banner .text-container h1 {
        font-size: 26px
    }
}

.homepage-around .homepage-banner .text-container p {
    text-align: center;
    margin-bottom: 16px
}

.homepage-around .homepage-banner .text-container a {
    text-transform: uppercase;
    text-align: center;
    text-decoration: underline;
    display: block;
    font-size: 18px;
    color: #56514e;
    font-weight: 600
}

@media only screen and (max-width:991px) {
    .homepage-around .homepage-banner .text-container a {
        margin-top: 35px
    }
}

@media only screen and (max-width:1600px) {
    .homepage-around .homepage-banner .text-container h1 {
        padding: 10px 22px;
        margin-bottom: 15px
    }
    .homepage-around .homepage-banner .text-container p {
        margin-bottom: 5px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .homepage-around .homepage-banner .text-container h1 {
        padding: 5px 22px;
        margin-bottom: 10px
    }
    .homepage-around .homepage-banner .text-container p {
        margin-bottom: 5px
    }
}

.homepage-around .hp-2grid .hp-2grid-element {
    padding: 0
}

.homepage-around .hp-2grid .hp-2grid-element .text-container {
    width: 100%;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%)
}

@media only screen and (max-width:1199px) {
    .homepage-around .hp-2grid .hp-2grid-element .text-container {
        top: 0
    }
}

.homepage-around .hp-2grid .hp-2grid-element img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 100%
}

.homepage-around .hp-2grid .hp-2grid-element a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: auto;
    padding: 25px 20px 30px;
    font-size: 27px
}

.homepage-around .hp-2grid .hp-2grid-element p {
    text-align: center;
    margin: 16px 0 0
}

@media only screen and (max-width:767px) {
    .homepage-around .hp-2grid .hp-2grid-element a {
        width: 80%;
        padding: 25px 10px 31px;
        line-height: initial
    }
    .homepage-around .hp-2grid .hp-2grid-element p {
        line-height: initial;
        margin-top: 0;
        margin-bottom: 60px
    }
}

.homepage-around .hp-2grid .hp-2grid-element.hp-element-1 {
    background-color: #f1f3f2
}

@media only screen and (max-width:1199px) {
    .homepage-around .hp-2grid .hp-2grid-element.hp-element-1:after {
        background-color: #f1f3f2
    }
    .homepage-around .hp-2grid .hp-2grid-element.hp-element-1 .text-container {
        padding: 125px 0 350px
    }
}

.homepage-around .hp-2grid .hp-2grid-element.hp-element-1 img {
    opacity: .15
}

.homepage-around .hp-2grid .hp-2grid-element.hp-element-2 {
    background-color: #56514e;
    color: #fff
}

.homepage-around .hp-2grid .hp-2grid-element.hp-element-2 img {
    opacity: 1;
    mix-blend-mode: multiply
}

@media only screen and (max-width:1199px) {
    .homepage-around .hp-2grid .hp-2grid-element.hp-element-2:after {
        background-color: rgba(0, 0, 0, .8)
    }
    .homepage-around .hp-2grid .hp-2grid-element.hp-element-2 .text-container {
        padding: 85px 0 350px
    }
    .homepage-around .hp-2grid .hp-element-1,
    .homepage-around .hp-2grid .hp-element-2 {
        position: relative;
        z-index: 1
    }
    .homepage-around .hp-2grid .hp-element-1:after,
    .homepage-around .hp-2grid .hp-element-2:after {
        content: ' ';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        opacity: .85
    }
    .homepage-around .hp-2grid .hp-element-1 img,
    .homepage-around .hp-2grid .hp-element-2 img {
        display: none
    }
    .homepage-around .hp-2grid .hp-element-1 .text-container,
    .homepage-around .hp-2grid .hp-element-2 .text-container {
        position: static;
        top: initial;
        left: initial;
        bottom: initial;
        right: initial;
        transform: initial;
        -webkit-transform: initial;
        -ms-transform: initial;
        width: 90%;
        margin: 0 auto
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .homepage-around .hp-2grid .hp-element-1 .text-container,
    .homepage-around .hp-2grid .hp-element-2 .text-container {
        width: 90%
    }
}

.homepage-around .categories-container {
    margin-top: 65px;
    margin-bottom: 115px
}

@media (max-width:767px) {
    .homepage-around .categories-container {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .homepage-around .categories-container {
        display: none!important
    }
}

.homepage-around .categories-container .categories-column {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .homepage-around .categories-container .categories-column {
        float: left;
        width: 66.66666667%;
        margin-left: 16.66666667%
    }
}

@media (min-width:992px) {
    .homepage-around .categories-container .categories-column {
        float: left;
        width: 58.33333333%;
        margin-left: 20.83333333%
    }
}

@media (min-width:1200px) {
    .homepage-around .categories-container .categories-column {
        float: left;
        width: 37.5%;
        margin-left: 31.66666667%
    }
}

.homepage-around .categories-container .categories-column .category-link {
    text-align: center;
    text-transform: uppercase
}

.homepage-around .categories-container .categories-column .category-link img {
    width: auto;
    height: 34px;
    display: block;
    margin: 0 auto
}

.homepage-around .categories-container .categories-column .category-link p {
    margin: 21px 0 0;
    white-space: nowrap
}

.homepage-around .container-hp-posts {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative
}

@media (min-width:768px) {
    .homepage-around .container-hp-posts {
        width: 750px
    }
}

@media (min-width:992px) {
    .homepage-around .container-hp-posts {
        width: 970px
    }
}

@media (min-width:1200px) {
    .homepage-around .container-hp-posts {
        width: 1170px
    }
}

.homepage-around .container-hp-posts[data-limit=large] {
    max-width: 980px
}

.homepage-around .container-hp-posts[data-limit=base] {
    max-width: 770px
}

.homepage-around .container-hp-posts[data-limit=small] {
    max-width: 720px
}

@media only screen and (min-width:1200px) {
    .homepage-around .hp-2grid .hp-element-1,
    .homepage-around .hp-2grid .hp-element-2 {
        background-image: none!important
    }
    .homepage-around .container-hp-posts {
        width: auto;
        max-width: 1600px
    }
}

.homepage-around .posts-hp-container .border-middle-container {
    width: 6px;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background: #56514e;
    z-index: 10
}

.homepage-around .posts-hp-container .single-post-column .single-post-container {
    padding-left: 0;
    padding-right: 0;
    z-index: 20;
    margin-bottom: 295px
}

@media only screen and (max-width:991px) {
    .homepage-around .posts-hp-container .single-post-column {
        margin-top: 75px
    }
    .homepage-around .posts-hp-container .single-post-column .single-post-container {
        overflow: hidden;
        margin-bottom: 60px;
        padding-top: 20px;
        padding-bottom: 35px
    }
    .homepage-around .posts-hp-container .single-post-column .single-post-container.change-country {
        padding-bottom: 180px
    }
    .homepage-around .posts-hp-container .single-post-column .single-post-container:last-child {
        margin-bottom: 80px
    }
    .homepage-around .posts-hp-container .single-post-column .single-post-container .single-post-preview {
        background: #f1f3f2
    }
}

@media only screen and (min-width:992px) {
    .homepage-around .posts-hp-container .single-post-column .single-post-container.post-right:not(: first-child) {
        margin-top: 215px;
        margin-bottom: 300px
    }
    .homepage-around .posts-hp-container .single-post-column .single-post-container.post-left {
        margin-top: 475px;
        margin-bottom: 60px
    }
}

.homepage-around .posts-hp-container .single-post-column .single-post-container .border-top-post {
    border-top: 6px solid #56514e;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (max-width:767px) {
    .homepage-around .posts-hp-container .single-post-column .single-post-container .border-top-post {
        display: none!important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .homepage-around .posts-hp-container .single-post-column .single-post-container .border-top-post {
        display: none!important
    }
}

@media (min-width:992px) {
    .homepage-around .posts-hp-container .single-post-column .single-post-container .border-top-post {
        float: left;
        width: 16.66666667%
    }
}

@media (min-width:1200px) {
    .homepage-around .posts-hp-container .single-post-column .single-post-container .border-top-post {
        float: left;
        width: 16.66666667%
    }
}

.homepage-around .posts-hp-container .single-post-column .single-post-container .single-post-preview {
    float: left;
    width: 100%;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .homepage-around .posts-hp-container .single-post-column .single-post-container .single-post-preview {
        float: left;
        width: 100%
    }
}

@media (min-width:992px) {
    .homepage-around .posts-hp-container .single-post-column .single-post-container .single-post-preview {
        float: left;
        width: 83.33333333%
    }
}

@media (min-width:1200px) {
    .homepage-around .posts-hp-container .single-post-column .single-post-container .single-post-preview {
        float: left;
        width: 83.33333333%
    }
}

.homepage-around .posts-hp-container .single-post-column .single-post-container .single-post-preview .post-info {
    overflow: hidden
}

@media only screen and (max-width:991px) {
    .homepage-around .posts-hp-container .single-post-column .single-post-container .single-post-preview .post-info {
        margin-bottom: 30px;
        padding-top: 35px
    }
}

.homepage-around .posts-hp-container .single-post-column .single-post-container .single-post-preview .post-info .map-category-post,
.homepage-around .posts-hp-container .single-post-column .single-post-container .single-post-preview .post-info .map-description {
    padding: 0
}

.homepage-around .posts-hp-container .single-post-column .single-post-container .single-post-preview .post-text-container h2 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 25px
}

.homepage-around .posts-hp-container .single-post-column .single-post-container .single-post-preview .post-text-container h2 a {
    color: #56514e
}

.homepage-around .posts-hp-container .single-post-column .single-post-container .single-post-preview .post-text-container h2 a:hover {
    color: #56514e;
    text-decoration: underline
}

.homepage-around .posts-hp-container .single-post-column .single-post-container .single-post-preview .post-text-container .post-gallery {
    display: block;
    overflow: hidden
}

.homepage-around .posts-hp-container .single-post-column .single-post-container .single-post-preview .post-text-container .post-gallery img {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding: 0;
    margin-bottom: 20px
}

.homepage-around .posts-hp-container .single-post-column .single-post-container .single-post-preview .post-text-container .post-gallery img:nth-child(odd) {
    padding-right: 10px
}

.homepage-around .posts-hp-container .single-post-column .single-post-container .single-post-preview .post-text-container .post-gallery img:nth-child(even) {
    padding-left: 10px
}

.homepage-around .posts-hp-container .single-post-column .single-post-container .single-post-preview .post-text-container img {
    margin-bottom: 20px
}

.homepage-around .posts-hp-container .single-post-column .single-post-container .single-post-preview .post-text-container p {
    font-family: Lora, serif;
    font-style: italic
}

@media only screen and (max-width:991px) {
    .homepage-around .posts-hp-container .single-post-column .single-post-container .single-post-preview .post-text-container .post-gallery img {
        width: 100%
    }
    .homepage-around .posts-hp-container .single-post-column .single-post-container .single-post-preview .post-text-container .post-gallery img:not(:first-child) {
        display: none
    }
    .homepage-around .posts-hp-container .single-post-column .single-post-container .single-post-preview .post-text-container .post-gallery img:nth-child(odd) {
        padding-right: 0
    }
    .homepage-around .posts-hp-container .single-post-column .single-post-container .single-post-preview .post-text-container img:not(.not-fw-mobile) {
        width: 100%
    }
    .homepage-around .posts-hp-container .single-post-column .single-post-container .single-post-preview .post-text-container p {
        margin-bottom: 20px
    }
}

.homepage-around .posts-hp-container .single-post-column .single-post-container .single-post-preview .post-text-container .frame-container,
.homepage-around .posts-hp-container .single-post-column .single-post-container .single-post-preview .post-text-container .link-to-video {
    margin-bottom: 35px
}

.homepage-around .posts-hp-container .single-post-column .single-post-container .single-post-preview .post-text-container a.link-to-video-post {
    display: block
}

.homepage-around .posts-hp-container .single-post-column .single-post-container.fade-post-hp .single-post-preview {
    pointer-events: none;
    position: relative
}

.homepage-around .posts-hp-container .single-post-column .single-post-container.fade-post-hp .single-post-preview:after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    background: #f1f3f2
}

.homepage-around .posts-hp-container .single-post-column .around-truck-container .around-truck-shadow {
    z-index: 30;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-63%);
    -webkit-transform: translateX(-63%);
    -ms-transform: translateX(-63%)
}

.homepage-around .posts-hp-container .single-post-column .around-truck-container .around-truck-post {
    border: 6px solid #56514e;
    width: 50px;
    height: 90px;
    background: #f1f3f2;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 40
}

.project-page .project-image-container,
.project-page .project-main-img-container {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat
}

.homepage-around .posts-hp-container .single-post-column .around-truck-container .around-truck-post .around-truck-text {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-size: 30px;
    font-weight: 600;
    color: #56514e;
    line-height: initial;
    margin-top: 6px;
    z-index: 50
}

.project-page,
.project-page .row.no-gutter {
    padding: 0
}

.project-page .row {
    margin: 0
}

.project-page .project-subtitle {
    font-weight: 600
}

.project-page .special-link-project {
    display: block;
    color: #56514e;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: underline
}

@media only screen and (min-width:1200px) and (max-width:1600px) {
    .project-page .special-link-project {
        margin-top: 100px
    }
}

@media only screen and (min-width:1601px) {
    .project-page .special-link-project {
        margin-top: 50px
    }
}

.project-page .project-main-img-container {
    position: relative
}

.project-page .project-main-img-container .text-container {
    background-color: rgba(231, 230, 228, .5)
}

.project-page .project-main-img-container .text-container h1 {
    padding: 22px;
    margin: 0 auto;
    white-space: nowrap;
    top: 50%;
    transform: translate(-50%, -50%)
}

@media only screen and (max-width:991px) {
    .project-page .project-main-img-container img {
        display: none
    }
    .project-page .project-main-img-container .text-container h1 {
        font-size: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .project-page .project-main-img-container .text-container h1 {
        width: 50%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .project-page .project-main-img-container .text-container h1 {
        font-size: 30px
    }
}

.project-page .project-main-img-container .text-container .project-more {
    text-transform: uppercase;
    font-size: 27px;
    bottom: 13.5%;
    transform: translateX(-50%);
    color: #4c4e4d
}

@media only screen and (max-width:1199px) {
    .project-page .project-main-img-container .text-container .project-more {
        padding-top: 25px;
        padding-bottom: 25px;
        font-size: 15px;
        bottom: 3.5%
    }
    .project-page .project-main-img-container .text-container {
        padding-left: 11.5%;
        padding-right: 11.5%
    }
}

.project-page .project-main-img-container .text-container p {
    transform: translateX(-50%);
    top: 15%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .project-page .project-main-img-container .text-container p {
        top: 5%
    }
}

.project-page .project-main-img-container .text-container .project-more,
.project-page .project-main-img-container .text-container h1,
.project-page .project-main-img-container .text-container p {
    position: absolute;
    left: 50%;
    text-align: center
}

@media only screen and (max-width:767px) {
    .project-page .project-main-img-container .text-container h1 {
        margin-bottom: 290px
    }
    .project-page .project-main-img-container .text-container .project-more {
        padding-top: 0;
        padding-bottom: 45px;
        font-size: 20px
    }
    .project-page .project-main-img-container .text-container .project-more,
    .project-page .project-main-img-container .text-container p {
        margin: 0
    }
}

@media only screen and (max-width:991px) {
    .project-page .project-main-img-container .text-container p {
        padding-top: 25px;
        padding-bottom: 25px
    }
    .project-page .project-main-img-container .text-container .project-more,
    .project-page .project-main-img-container .text-container h1,
    .project-page .project-main-img-container .text-container p {
        position: static;
        top: initial;
        left: initial;
        transform: initial;
        display: block
    }
    .project-page .project-image-container {
        background-image: none!important
    }
}

.project-page .project-image-container img {
    display: none
}

.project-page .project-text-container {
    height: auto!important
}

.project-page .project-text-container .project-text {
    padding: 40px
}

@media only screen and (min-width:1601px) {
    .project-page .project-text-container .project-text {
        padding: 100px 100px 200px
    }
}

@media only screen and (max-width:991px) {
    .project-page .project-image-container img {
        display: block;
        width: 100%
    }
    .project-page .project-text-container .project-text {
        padding: 40px 35px 60px
    }
}

.project-page .project-text-container .project-text h2,
.project-page .project-text-container .project-text p {
    margin: 0
}

.project-page .project-text-container .project-text h2 {
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 45px
}

@media only screen and (max-width:375px) {
    .h2,
    h2 {
        font-size: 24px
    }
}

.anchor1,
.anchor2,
.anchor3,
.anchor4 {
    display: block;
    margin-top: -205px;
    visibility: hidden
}

.anchor1 {
    height: 115px
}

.anchor2,
.anchor3,
.anchor4 {
    height: 80px
}

.ico-new-white {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 40px;
    left: 20px;
    z-index: 2;
    background: transparent url(/images/new-white.png) top left no-repeat
}

.ico-new-black {
    width: 70px;
    height: 70px;
    position: absolute;
    top: 40px;
    left: 20px;
    z-index: 2;
    background: transparent url(/images/new-black.png) top left no-repeat
}

#ambientazioni-container {
    background: rgba(255, 255, 255, .75);
    padding: 4rem 0
}

#ambientazioni-container .slick-amb div {
    margin: 0 .5rem
}

#ambientazioni-container .slick-amb .slick-next {
    top: 50%;
    right: 10px!important
}

#ambientazioni-container .slick-amb .slick-prev {
    top: 50%;
    left: 15px!important
}

#ambientazioni-container .slick-amb .slick-next::before,
#ambientazioni-container .slick-amb .slick-prev::before {
    color: #8d8d8b
}

#ambientazioni-container .slick-amb .slick-dots {
    bottom: -50px
}