.fb-page,
.fb-page span,
.fb-page span iframe[style] {
    width: 100% !important;
}

pre,
textarea {
    overflow: auto;
}

.align-middle {
    align-items: center;
}
.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.flex-row .columns {
    margin-bottom: 50px;
}

body,
sub,
sup {
    position: relative;
}

.clearfix:after,
[class*="block-grid-"]:after {
    clear: both;
}

.vevent abbr,
a {
    text-decoration: none;
}

.left-off-canvas-menu,
.left-off-canvas-menu *,
.off-canvas-wrap,
.tab-bar {
    -webkit-backface-visibility: hidden;
}

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

a:active,
a:hover {
    outline: 0;
}

b,
optgroup,
strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

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

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

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    height: auto;
    min-height: 50px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

meta.foundation-version {
    font-family: "/5.5.1/";
}

meta.foundation-mq-small {
    font-family: "/only screen/";
    width: 0;
}

meta.foundation-mq-small-only {
    font-family: "/only screen and (max-width: 40em)/";
    width: 0;
}

meta.foundation-mq-medium {
    font-family: "/only screen and (min-width:40.063em)/";
    width: 40.063em;
}

meta.foundation-mq-medium-only {
    font-family: "/only screen and (min-width:40.063em) and (max-width:64em)/";
    width: 40.063em;
}

meta.foundation-mq-large {
    font-family: "/only screen and (min-width:64.063em)/";
    width: 64.063em;
}

meta.foundation-mq-large-only {
    font-family: "/only screen and (min-width:64.063em) and (max-width:90em)/";
    width: 64.063em;
}

meta.foundation-mq-xlarge {
    font-family: "/only screen and (min-width:90.063em)/";
    width: 90.063em;
}

meta.foundation-mq-xlarge-only {
    font-family: "/only screen and (min-width:90.063em) and (max-width:120em)/";
    width: 90.063em;
}

meta.foundation-mq-xxlarge {
    font-family: "/only screen and (min-width:120.063em)/";
    width: 120.063em;
}

meta.foundation-data-attribute-namespace {
    font-family: false;
}

dl,
ol,
p,
ul {
    font-family: inherit;
}

body,
html {
    height: 100%;
    font-size: 100%;
}

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

body {
    background: #fff;
    color: #222;
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-style: normal;
    line-height: 1.5;
    cursor: auto;
    font-family: "Open Sans", sans-serif;
}

a:hover {
    cursor: pointer;
}

#map_canvas embed,
#map_canvas img,
#map_canvas object,
.map_canvas embed,
.map_canvas img,
.map_canvas object {
    max-width: none !important;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}

.hide {
    display: none;
}

.invisible {
    visibility: hidden;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img {
    display: inline-block;
    vertical-align: middle;
}

select {
    width: 100%;
}

[class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -0.625rem;
}

[class*="block-grid-"]:after,
[class*="block-grid-"]:before {
    content: " ";
    display: table;
}

[class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem;
}

@media only screen {
    .small-block-grid-1 > li {
        width: 100%;
        list-style: none;
    }

    .small-block-grid-1 > li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-1 > li:nth-of-type(1n + 1) {
        clear: both;
    }

    .small-block-grid-2 > li {
        width: 50%;
        list-style: none;
    }

    .small-block-grid-2 > li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-2 > li:nth-of-type(2n + 1) {
        clear: both;
    }

    .small-block-grid-3 > li {
        width: 33.3333333333%;
        list-style: none;
    }

    .small-block-grid-3 > li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-3 > li:nth-of-type(3n + 1) {
        clear: both;
    }

    .small-block-grid-4 > li {
        width: 25%;
        list-style: none;
    }

    .small-block-grid-4 > li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-4 > li:nth-of-type(4n + 1) {
        clear: both;
    }

    .small-block-grid-5 > li {
        width: 20%;
        list-style: none;
    }

    .small-block-grid-5 > li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-5 > li:nth-of-type(5n + 1) {
        clear: both;
    }

    .small-block-grid-6 > li {
        width: 16.6666666667%;
        list-style: none;
    }

    .small-block-grid-6 > li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-6 > li:nth-of-type(6n + 1) {
        clear: both;
    }

    .small-block-grid-7 > li {
        width: 14.2857142857%;
        list-style: none;
    }

    .small-block-grid-7 > li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-7 > li:nth-of-type(7n + 1) {
        clear: both;
    }

    .small-block-grid-8 > li {
        width: 12.5%;
        list-style: none;
    }

    .small-block-grid-8 > li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-8 > li:nth-of-type(8n + 1) {
        clear: both;
    }

    .small-block-grid-9 > li {
        width: 11.1111111111%;
        list-style: none;
    }

    .small-block-grid-9 > li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-9 > li:nth-of-type(9n + 1) {
        clear: both;
    }

    .small-block-grid-10 > li {
        width: 10%;
        list-style: none;
    }

    .small-block-grid-10 > li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-10 > li:nth-of-type(10n + 1) {
        clear: both;
    }

    .small-block-grid-11 > li {
        width: 9.0909090909%;
        list-style: none;
    }

    .small-block-grid-11 > li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-11 > li:nth-of-type(11n + 1) {
        clear: both;
    }

    .small-block-grid-12 > li {
        width: 8.3333333333%;
        list-style: none;
    }

    .small-block-grid-12 > li:nth-of-type(1n) {
        clear: none;
    }

    .small-block-grid-12 > li:nth-of-type(12n + 1) {
        clear: both;
    }
}

@media only screen and (min-width: 40.063em) {
    .medium-block-grid-1 > li {
        width: 100%;
        list-style: none;
    }

    .medium-block-grid-1 > li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-1 > li:nth-of-type(1n + 1) {
        clear: both;
    }

    .medium-block-grid-2 > li {
        width: 50%;
        list-style: none;
    }

    .medium-block-grid-2 > li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-2 > li:nth-of-type(2n + 1) {
        clear: both;
    }

    .medium-block-grid-3 > li {
        width: 33.3333333333%;
        list-style: none;
    }

    .medium-block-grid-3 > li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-3 > li:nth-of-type(3n + 1) {
        clear: both;
    }

    .medium-block-grid-4 > li {
        width: 25%;
        list-style: none;
    }

    .medium-block-grid-4 > li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-4 > li:nth-of-type(4n + 1) {
        clear: both;
    }

    .medium-block-grid-5 > li {
        width: 20%;
        list-style: none;
    }

    .medium-block-grid-5 > li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-5 > li:nth-of-type(5n + 1) {
        clear: both;
    }

    .medium-block-grid-6 > li {
        width: 16.6666666667%;
        list-style: none;
    }

    .medium-block-grid-6 > li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-6 > li:nth-of-type(6n + 1) {
        clear: both;
    }

    .medium-block-grid-7 > li {
        width: 14.2857142857%;
        list-style: none;
    }

    .medium-block-grid-7 > li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-7 > li:nth-of-type(7n + 1) {
        clear: both;
    }

    .medium-block-grid-8 > li {
        width: 12.5%;
        list-style: none;
    }

    .medium-block-grid-8 > li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-8 > li:nth-of-type(8n + 1) {
        clear: both;
    }

    .medium-block-grid-9 > li {
        width: 11.1111111111%;
        list-style: none;
    }

    .medium-block-grid-9 > li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-9 > li:nth-of-type(9n + 1) {
        clear: both;
    }

    .medium-block-grid-10 > li {
        width: 10%;
        list-style: none;
    }

    .medium-block-grid-10 > li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-10 > li:nth-of-type(10n + 1) {
        clear: both;
    }

    .medium-block-grid-11 > li {
        width: 9.0909090909%;
        list-style: none;
    }

    .medium-block-grid-11 > li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-11 > li:nth-of-type(11n + 1) {
        clear: both;
    }

    .medium-block-grid-12 > li {
        width: 8.3333333333%;
        list-style: none;
    }

    .medium-block-grid-12 > li:nth-of-type(1n) {
        clear: none;
    }

    .medium-block-grid-12 > li:nth-of-type(12n + 1) {
        clear: both;
    }
}

@media only screen and (min-width: 64.063em) {
    .large-block-grid-1 > li {
        width: 100%;
        list-style: none;
    }

    .large-block-grid-1 > li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-1 > li:nth-of-type(1n + 1) {
        clear: both;
    }

    .large-block-grid-2 > li {
        width: 50%;
        list-style: none;
    }

    .large-block-grid-2 > li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-2 > li:nth-of-type(2n + 1) {
        clear: both;
    }

    .large-block-grid-3 > li {
        width: 33.3333333333%;
        list-style: none;
    }

    .large-block-grid-3 > li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-3 > li:nth-of-type(3n + 1) {
        clear: both;
    }

    .large-block-grid-4 > li {
        width: 25%;
        list-style: none;
    }

    .large-block-grid-4 > li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-4 > li:nth-of-type(4n + 1) {
        clear: both;
    }

    .large-block-grid-5 > li {
        width: 20%;
        list-style: none;
    }

    .large-block-grid-5 > li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-5 > li:nth-of-type(5n + 1) {
        clear: both;
    }

    .large-block-grid-6 > li {
        width: 16.6666666667%;
        list-style: none;
    }

    .large-block-grid-6 > li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-6 > li:nth-of-type(6n + 1) {
        clear: both;
    }

    .large-block-grid-7 > li {
        width: 14.2857142857%;
        list-style: none;
    }

    .large-block-grid-7 > li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-7 > li:nth-of-type(7n + 1) {
        clear: both;
    }

    .large-block-grid-8 > li {
        width: 12.5%;
        list-style: none;
    }

    .large-block-grid-8 > li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-8 > li:nth-of-type(8n + 1) {
        clear: both;
    }

    .large-block-grid-9 > li {
        width: 11.1111111111%;
        list-style: none;
    }

    .large-block-grid-9 > li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-9 > li:nth-of-type(9n + 1) {
        clear: both;
    }

    .large-block-grid-10 > li {
        width: 10%;
        list-style: none;
    }

    .large-block-grid-10 > li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-10 > li:nth-of-type(10n + 1) {
        clear: both;
    }

    .large-block-grid-11 > li {
        width: 9.0909090909%;
        list-style: none;
    }

    .large-block-grid-11 > li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-11 > li:nth-of-type(11n + 1) {
        clear: both;
    }

    .large-block-grid-12 > li {
        width: 8.3333333333%;
        list-style: none;
    }

    .large-block-grid-12 > li:nth-of-type(1n) {
        clear: none;
    }

    .large-block-grid-12 > li:nth-of-type(12n + 1) {
        clear: both;
    }
}

.clearing-thumbs,
[data-clearing] {
    margin-bottom: 0;
    margin-left: 0;
    list-style: none;
}

.clearing-thumbs:after,
.clearing-thumbs:before,
[data-clearing]:after,
[data-clearing]:before {
    content: " ";
    display: table;
}

.clearing-thumbs:after,
[data-clearing]:after {
    clear: both;
}

.clearing-thumbs li,
[data-clearing] li {
    float: left;
    margin-right: 10px;
}

.clearing-thumbs[class*="block-grid-"] li,
[data-clearing][class*="block-grid-"] li {
    margin-right: 0;
}

.clearing-blackout {
    background: #333;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 998;
}

.clearing-blackout .clearing-close {
    display: block;
}

.clearing-container {
    position: relative;
    z-index: 998;
    height: 100%;
    overflow: hidden;
    margin: 0;
}

.clearing-touch-label {
    position: absolute;
    top: 50%;
    left: 50%;
    color: #aaa;
    font-size: 0.6em;
}

.visible-img {
    height: 95%;
    position: relative;
}

.visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    max-height: 100%;
    max-width: 100%;
}

.clearing-caption {
    color: #ccc;
    font-size: 0.875em;
    line-height: 1.3;
    margin-bottom: 0;
    text-align: center;
    bottom: 0;
    background: #333;
    width: 100%;
    padding: 10px 30px 20px;
    position: absolute;
    left: 0;
}

.clearing-close {
    z-index: 999;
    padding-left: 20px;
    padding-top: 10px;
    font-size: 30px;
    line-height: 1;
    color: #ccc;
    display: none;
}

.clearing-close:focus,
.clearing-close:hover {
    color: #ccc;
}

.clearing-assembled .clearing-container {
    height: 100%;
}

.clearing-assembled .clearing-container .carousel > ul,
.clearing-feature li {
    display: none;
}

.clearing-feature li.clearing-featured-img {
    display: block;
}

@media only screen and (min-width: 40.063em) {
    .clearing-main-next,
    .clearing-main-prev {
        position: absolute;
        height: 100%;
        width: 40px;
        top: 0;
    }

    .clearing-main-next > span,
    .clearing-main-prev > span {
        position: absolute;
        top: 50%;
        display: block;
        width: 0;
        height: 0;
        border: 12px solid;
    }

    .clearing-main-next > span:hover,
    .clearing-main-prev > span:hover {
        opacity: 0.8;
    }

    .clearing-main-prev {
        left: 0;
    }

    .clearing-main-prev > span {
        left: 5px;
        border-color: transparent #ccc transparent transparent;
    }

    .clearing-main-next {
        right: 0;
    }

    .clearing-main-next > span {
        border-color: transparent transparent transparent #ccc;
    }

    .clearing-main-next.disabled,
    .clearing-main-prev.disabled {
        opacity: 0.3;
    }

    .clearing-assembled .clearing-container .carousel {
        background: rgba(51, 51, 51, 0.8);
        height: 120px;
        margin-top: 10px;
        text-align: center;
    }

    .clearing-assembled .clearing-container .carousel > ul {
        display: inline-block;
        z-index: 999;
        height: 100%;
        position: relative;
        float: none;
    }

    .clearing-assembled .clearing-container .carousel > ul li {
        display: block;
        width: 120px;
        min-height: inherit;
        float: left;
        overflow: hidden;
        margin-right: 0;
        padding: 0;
        position: relative;
        cursor: pointer;
        opacity: 0.4;
        clear: none;
    }

    .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
        height: 100%;
        max-width: none;
    }

    .clearing-assembled .clearing-container .carousel > ul li a.th {
        border: none;
        box-shadow: none;
        display: block;
    }

    .clearing-assembled .clearing-container .carousel > ul li img {
        cursor: pointer !important;
        width: 100% !important;
    }

    .clearing-assembled .clearing-container .carousel > ul li.visible {
        opacity: 1;
    }

    .clearing-assembled .clearing-container .carousel > ul li:hover {
        opacity: 0.8;
    }

    .clearing-assembled .clearing-container .visible-img {
        background: #333;
        overflow: hidden;
        height: 85%;
    }

    .clearing-close {
        position: absolute;
        top: 10px;
        right: 20px;
        padding-left: 0;
        padding-top: 0;
    }
}

.home #carousel .owl-carousel .owl-wrapper:after,
.inner-wrap:after,
.row .row.collapse:after,
.row .row:after,
.row:after,
hr {
    clear: both;
}

.row .row.collapse:after,
.row .row.collapse:before,
.row .row:after,
.row .row:before,
.row:after,
.row:before {
    content: " ";
    display: table;
}

.row {
    width: 100%;
    max-width: 78.75rem;
    margin: 0 auto;
}

.row.collapse > .column,
.row.collapse > .columns {
    padding-left: 0;
    padding-right: 0;
}

.row.collapse .row {
    margin-left: 0;
    margin-right: 0;
}

.row .row {
    width: auto;
    max-width: none;
    margin: 0 -0.9375rem;
}

.row .row.collapse {
    width: auto;
    margin: 0;
    max-width: none;
}

.column,
.columns {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    width: 100%;
    float: left;
}

.alignright,
[class*="column"] + [class*="column"]:last-child {
    float: right;
}

[class*="column"] + [class*="column"].end {
    float: left;
}

@media only screen {
    .column,
    .columns,
    .small-pull-0,
    .small-pull-1,
    .small-pull-10,
    .small-pull-11,
    .small-pull-2,
    .small-pull-3,
    .small-pull-4,
    .small-pull-5,
    .small-pull-6,
    .small-pull-7,
    .small-pull-8,
    .small-pull-9,
    .small-push-0,
    .small-push-1,
    .small-push-10,
    .small-push-11,
    .small-push-2,
    .small-push-3,
    .small-push-4,
    .small-push-5,
    .small-push-7,
    .small-push-8,
    .small-push-9 {
        position: relative;
    }

    .small-push-0 {
        left: 0;
        right: auto;
    }

    .small-pull-0 {
        right: 0;
        left: auto;
    }

    .small-push-1 {
        left: 8.3333333333%;
        right: auto;
    }

    .small-pull-1 {
        right: 8.3333333333%;
        left: auto;
    }

    .small-push-2 {
        left: 16.6666666667%;
        right: auto;
    }

    .small-pull-2 {
        right: 16.6666666667%;
        left: auto;
    }

    .small-push-3 {
        left: 25%;
        right: auto;
    }

    .small-pull-3 {
        right: 25%;
        left: auto;
    }

    .small-push-4 {
        left: 33.3333333333%;
        right: auto;
    }

    .small-pull-4 {
        right: 33.3333333333%;
        left: auto;
    }

    .small-push-5 {
        left: 41.6666666667%;
        right: auto;
    }

    .small-pull-5 {
        right: 41.6666666667%;
        left: auto;
    }

    .small-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .small-pull-6 {
        right: 50%;
        left: auto;
    }

    .small-push-7 {
        left: 58.3333333333%;
        right: auto;
    }

    .small-pull-7 {
        right: 58.3333333333%;
        left: auto;
    }

    .small-push-8 {
        left: 66.6666666667%;
        right: auto;
    }

    .small-pull-8 {
        right: 66.6666666667%;
        left: auto;
    }

    .small-push-9 {
        left: 75%;
        right: auto;
    }

    .small-pull-9 {
        right: 75%;
        left: auto;
    }

    .small-push-10 {
        left: 83.3333333333%;
        right: auto;
    }

    .small-pull-10 {
        right: 83.3333333333%;
        left: auto;
    }

    .small-push-11 {
        left: 91.6666666667%;
        right: auto;
    }

    .small-pull-11 {
        right: 91.6666666667%;
        left: auto;
    }

    .column,
    .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }

    .small-1 {
        width: 8.33333%;
    }

    .small-2 {
        width: 16.66667%;
    }

    .small-3 {
        width: 25%;
    }

    .small-4 {
        width: 33.33333%;
    }

    .small-5 {
        width: 41.66667%;
    }

    .small-6 {
        width: 50%;
    }

    .small-7 {
        width: 58.33333%;
    }

    .small-8 {
        width: 66.66667%;
    }

    .small-9 {
        width: 75%;
    }

    .small-10 {
        width: 83.33333%;
    }

    .small-11 {
        width: 91.66667%;
    }

    .small-12 {
        width: 100%;
    }

    .small-offset-0 {
        margin-left: 0 !important;
    }

    .small-offset-1 {
        margin-left: 8.33333% !important;
    }

    .small-offset-2 {
        margin-left: 16.66667% !important;
    }

    .small-offset-3 {
        margin-left: 25% !important;
    }

    .small-offset-4 {
        margin-left: 33.33333% !important;
    }

    .small-offset-5 {
        margin-left: 41.66667% !important;
    }

    .small-offset-6 {
        margin-left: 50% !important;
    }

    .small-offset-7 {
        margin-left: 58.33333% !important;
    }

    .small-offset-8 {
        margin-left: 66.66667% !important;
    }

    .small-offset-9 {
        margin-left: 75% !important;
    }

    .small-offset-10 {
        margin-left: 83.33333% !important;
    }

    .small-offset-11 {
        margin-left: 91.66667% !important;
    }

    .small-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left;
    }

    .column.small-centered,
    .columns.small-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .column.small-uncentered,
    .columns.small-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left;
    }

    .column.small-centered:last-child,
    .columns.small-centered:last-child {
        float: none;
    }

    .column.small-uncentered:last-child,
    .columns.small-uncentered:last-child {
        float: left;
    }

    .column.small-uncentered.opposite,
    .columns.small-uncentered.opposite {
        float: right;
    }

    .row.small-collapse > .column,
    .row.small-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .row.small-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

    .row.small-uncollapse > .column,
    .row.small-uncollapse > .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }
}

@media only screen and (min-width: 40.063em) {
    .medium-pull-0,
    .medium-pull-1,
    .medium-pull-10,
    .medium-pull-11,
    .medium-pull-2,
    .medium-pull-3,
    .medium-pull-4,
    .medium-pull-5,
    .medium-pull-6,
    .medium-pull-7,
    .medium-pull-8,
    .medium-pull-9,
    .medium-push-0,
    .medium-push-1,
    .medium-push-10,
    .medium-push-11,
    .medium-push-2,
    .medium-push-3,
    .medium-push-4,
    .medium-push-5,
    .medium-push-6,
    .medium-push-7,
    .medium-push-8,
    .medium-push-9,
    .pull-0,
    .pull-1,
    .pull-10,
    .pull-11,
    .pull-2,
    .pull-3,
    .pull-4,
    .pull-5,
    .pull-6,
    .pull-7,
    .pull-8,
    .pull-9,
    .push-0,
    .push-1,
    .push-10,
    .push-11,
    .push-2,
    .push-3,
    .push-4,
    .push-5,
    .push-6,
    .push-7,
    .push-8,
    .push-9 {
        position: relative;
    }

    .medium-push-0 {
        left: 0;
        right: auto;
    }

    .medium-pull-0 {
        right: 0;
        left: auto;
    }

    .medium-push-1 {
        left: 8.3333333333%;
        right: auto;
    }

    .medium-pull-1 {
        right: 8.3333333333%;
        left: auto;
    }

    .medium-push-2 {
        left: 16.6666666667%;
        right: auto;
    }

    .medium-pull-2 {
        right: 16.6666666667%;
        left: auto;
    }

    .medium-push-3 {
        left: 25%;
        right: auto;
    }

    .medium-pull-3 {
        right: 25%;
        left: auto;
    }

    .medium-push-4 {
        left: 33.3333333333%;
        right: auto;
    }

    .medium-pull-4 {
        right: 33.3333333333%;
        left: auto;
    }

    .medium-push-5 {
        left: 41.6666666667%;
        right: auto;
    }

    .medium-pull-5 {
        right: 41.6666666667%;
        left: auto;
    }

    .medium-push-6 {
        left: 50%;
        right: auto;
    }

    .medium-pull-6 {
        right: 50%;
        left: auto;
    }

    .medium-push-7 {
        left: 58.3333333333%;
        right: auto;
    }

    .medium-pull-7 {
        right: 58.3333333333%;
        left: auto;
    }

    .medium-push-8 {
        left: 66.6666666667%;
        right: auto;
    }

    .medium-pull-8 {
        right: 66.6666666667%;
        left: auto;
    }

    .medium-push-9 {
        left: 75%;
        right: auto;
    }

    .medium-pull-9 {
        right: 75%;
        left: auto;
    }

    .medium-push-10 {
        left: 83.3333333333%;
        right: auto;
    }

    .medium-pull-10 {
        right: 83.3333333333%;
        left: auto;
    }

    .medium-push-11 {
        left: 91.6666666667%;
        right: auto;
    }

    .medium-pull-11 {
        right: 91.6666666667%;
        left: auto;
    }

    .column,
    .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }

    .medium-1 {
        width: 8.33333%;
    }

    .medium-2 {
        width: 16.66667%;
    }

    .medium-3 {
        width: 25%;
    }

    .medium-4 {
        width: 33.33333%;
    }

    .medium-5 {
        width: 41.66667%;
    }

    .medium-6 {
        width: 50%;
    }

    .medium-7 {
        width: 58.33333%;
    }

    .medium-8 {
        width: 66.66667%;
    }

    .medium-9 {
        width: 75%;
    }

    .medium-10 {
        width: 83.33333%;
    }

    .medium-11 {
        width: 91.66667%;
    }

    .medium-12 {
        width: 100%;
    }

    .medium-offset-0 {
        margin-left: 0 !important;
    }

    .medium-offset-1 {
        margin-left: 8.33333% !important;
    }

    .medium-offset-2 {
        margin-left: 16.66667% !important;
    }

    .medium-offset-3 {
        margin-left: 25% !important;
    }

    .medium-offset-4 {
        margin-left: 33.33333% !important;
    }

    .medium-offset-5 {
        margin-left: 41.66667% !important;
    }

    .medium-offset-6 {
        margin-left: 50% !important;
    }

    .medium-offset-7 {
        margin-left: 58.33333% !important;
    }

    .medium-offset-8 {
        margin-left: 66.66667% !important;
    }

    .medium-offset-9 {
        margin-left: 75% !important;
    }

    .medium-offset-10 {
        margin-left: 83.33333% !important;
    }

    .medium-offset-11 {
        margin-left: 91.66667% !important;
    }

    .medium-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left;
    }

    .column.medium-centered,
    .columns.medium-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .column.medium-uncentered,
    .columns.medium-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left;
    }

    .column.medium-centered:last-child,
    .columns.medium-centered:last-child {
        float: none;
    }

    .column.medium-uncentered:last-child,
    .columns.medium-uncentered:last-child {
        float: left;
    }

    .column.medium-uncentered.opposite,
    .columns.medium-uncentered.opposite {
        float: right;
    }

    .row.medium-collapse > .column,
    .row.medium-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .row.medium-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

    .row.medium-uncollapse > .column,
    .row.medium-uncollapse > .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }

    .push-0 {
        left: 0;
        right: auto;
    }

    .pull-0 {
        right: 0;
        left: auto;
    }

    .push-1 {
        left: 8.3333333333%;
        right: auto;
    }

    .pull-1 {
        right: 8.3333333333%;
        left: auto;
    }

    .push-2 {
        left: 16.6666666667%;
        right: auto;
    }

    .pull-2 {
        right: 16.6666666667%;
        left: auto;
    }

    .push-3 {
        left: 25%;
        right: auto;
    }

    .pull-3 {
        right: 25%;
        left: auto;
    }

    .push-4 {
        left: 33.3333333333%;
        right: auto;
    }

    .pull-4 {
        right: 33.3333333333%;
        left: auto;
    }

    .push-5 {
        left: 41.6666666667%;
        right: auto;
    }

    .pull-5 {
        right: 41.6666666667%;
        left: auto;
    }

    .push-6 {
        left: 50%;
        right: auto;
    }

    .pull-6 {
        right: 50%;
        left: auto;
    }

    .push-7 {
        left: 58.3333333333%;
        right: auto;
    }

    .pull-7 {
        right: 58.3333333333%;
        left: auto;
    }

    .push-8 {
        left: 66.6666666667%;
        right: auto;
    }

    .pull-8 {
        right: 66.6666666667%;
        left: auto;
    }

    .push-9 {
        left: 75%;
        right: auto;
    }

    .pull-9 {
        right: 75%;
        left: auto;
    }

    .push-10 {
        left: 83.3333333333%;
        right: auto;
    }

    .pull-10 {
        right: 83.3333333333%;
        left: auto;
    }

    .push-11 {
        left: 91.6666666667%;
        right: auto;
    }

    .pull-11 {
        right: 91.6666666667%;
        left: auto;
    }
}

@media only screen and (min-width: 64.063em) {
    .large-pull-0,
    .large-pull-1,
    .large-pull-10,
    .large-pull-11,
    .large-pull-2,
    .large-pull-3,
    .large-pull-4,
    .large-pull-5,
    .large-pull-6,
    .large-pull-7,
    .large-pull-8,
    .large-pull-9,
    .large-push-0,
    .large-push-1,
    .large-push-10,
    .large-push-11,
    .large-push-2,
    .large-push-3,
    .large-push-4,
    .large-push-5,
    .large-push-6,
    .large-push-7,
    .large-push-8,
    .large-push-9,
    .pull-0,
    .pull-1,
    .pull-10,
    .pull-11,
    .pull-2,
    .pull-3,
    .pull-4,
    .pull-5,
    .pull-6,
    .pull-7,
    .pull-8,
    .pull-9,
    .push-0,
    .push-1,
    .push-10,
    .push-11,
    .push-2,
    .push-3,
    .push-4,
    .push-5,
    .push-6,
    .push-7,
    .push-8,
    .push-9 {
        position: relative;
    }

    .large-push-0 {
        left: 0;
        right: auto;
    }

    .large-pull-0 {
        right: 0;
        left: auto;
    }

    .large-push-1 {
        left: 8.3333333333%;
        right: auto;
    }

    .large-pull-1 {
        right: 8.3333333333%;
        left: auto;
    }

    .large-push-2 {
        left: 16.6666666667%;
        right: auto;
    }

    .large-pull-2 {
        right: 16.6666666667%;
        left: auto;
    }

    .large-push-3 {
        left: 25%;
        right: auto;
    }

    .large-pull-3 {
        right: 25%;
        left: auto;
    }

    .large-push-4 {
        left: 33.3333333333%;
        right: auto;
    }

    .large-pull-4 {
        right: 33.3333333333%;
        left: auto;
    }

    .large-push-5 {
        left: 41.6666666667%;
        right: auto;
    }

    .large-pull-5 {
        right: 41.6666666667%;
        left: auto;
    }

    .large-push-6 {
        left: 50%;
        right: auto;
    }

    .large-pull-6 {
        right: 50%;
        left: auto;
    }

    .large-push-7 {
        left: 58.3333333333%;
        right: auto;
    }

    .large-pull-7 {
        right: 58.3333333333%;
        left: auto;
    }

    .large-push-8 {
        left: 66.6666666667%;
        right: auto;
    }

    .large-pull-8 {
        right: 66.6666666667%;
        left: auto;
    }

    .large-push-9 {
        left: 75%;
        right: auto;
    }

    .large-pull-9 {
        right: 75%;
        left: auto;
    }

    .large-push-10 {
        left: 83.3333333333%;
        right: auto;
    }

    .large-pull-10 {
        right: 83.3333333333%;
        left: auto;
    }

    .large-push-11 {
        left: 91.6666666667%;
        right: auto;
    }

    .large-pull-11 {
        right: 91.6666666667%;
        left: auto;
    }

    .column,
    .columns {
        position: relative;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }

    .large-1 {
        width: 8.33333%;
    }

    .large-2 {
        width: 16.66667%;
    }

    .large-3 {
        width: 25%;
    }

    .large-4 {
        width: 33.33333%;
    }

    .large-5 {
        width: 41.66667%;
    }

    .large-6 {
        width: 50%;
    }

    .large-7 {
        width: 58.33333%;
    }

    .large-8 {
        width: 66.66667%;
    }

    .large-9 {
        width: 75%;
    }

    .large-10 {
        width: 83.33333%;
    }

    .large-11 {
        width: 91.66667%;
    }

    .large-12 {
        width: 100%;
    }

    .large-offset-0 {
        margin-left: 0 !important;
    }

    .large-offset-1 {
        margin-left: 8.33333% !important;
    }

    .large-offset-2 {
        margin-left: 16.66667% !important;
    }

    .large-offset-3 {
        margin-left: 25% !important;
    }

    .large-offset-4 {
        margin-left: 33.33333% !important;
    }

    .large-offset-5 {
        margin-left: 41.66667% !important;
    }

    .large-offset-6 {
        margin-left: 50% !important;
    }

    .large-offset-7 {
        margin-left: 58.33333% !important;
    }

    .large-offset-8 {
        margin-left: 66.66667% !important;
    }

    .large-offset-9 {
        margin-left: 75% !important;
    }

    .large-offset-10 {
        margin-left: 83.33333% !important;
    }

    .large-offset-11 {
        margin-left: 91.66667% !important;
    }

    .large-reset-order {
        margin-left: 0;
        margin-right: 0;
        left: auto;
        right: auto;
        float: left;
    }

    .column.large-centered,
    .columns.large-centered {
        margin-left: auto;
        margin-right: auto;
        float: none;
    }

    .column.large-uncentered,
    .columns.large-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left;
    }

    .column.large-centered:last-child,
    .columns.large-centered:last-child {
        float: none;
    }

    .column.large-uncentered:last-child,
    .columns.large-uncentered:last-child {
        float: left;
    }

    .column.large-uncentered.opposite,
    .columns.large-uncentered.opposite {
        float: right;
    }

    .row.large-collapse > .column,
    .row.large-collapse > .columns {
        padding-left: 0;
        padding-right: 0;
    }

    .row.large-collapse .row {
        margin-left: 0;
        margin-right: 0;
    }

    .row.large-uncollapse > .column,
    .row.large-uncollapse > .columns {
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        float: left;
    }

    .push-0 {
        left: 0;
        right: auto;
    }

    .pull-0 {
        right: 0;
        left: auto;
    }

    .push-1 {
        left: 8.3333333333%;
        right: auto;
    }

    .pull-1 {
        right: 8.3333333333%;
        left: auto;
    }

    .push-2 {
        left: 16.6666666667%;
        right: auto;
    }

    .pull-2 {
        right: 16.6666666667%;
        left: auto;
    }

    .push-3 {
        left: 25%;
        right: auto;
    }

    .pull-3 {
        right: 25%;
        left: auto;
    }

    .push-4 {
        left: 33.3333333333%;
        right: auto;
    }

    .pull-4 {
        right: 33.3333333333%;
        left: auto;
    }

    .push-5 {
        left: 41.6666666667%;
        right: auto;
    }

    .pull-5 {
        right: 41.6666666667%;
        left: auto;
    }

    .push-6 {
        left: 50%;
        right: auto;
    }

    .pull-6 {
        right: 50%;
        left: auto;
    }

    .push-7 {
        left: 58.3333333333%;
        right: auto;
    }

    .pull-7 {
        right: 58.3333333333%;
        left: auto;
    }

    .push-8 {
        left: 66.6666666667%;
        right: auto;
    }

    .pull-8 {
        right: 66.6666666667%;
        left: auto;
    }

    .push-9 {
        left: 75%;
        right: auto;
    }

    .pull-9 {
        right: 75%;
        left: auto;
    }

    .push-10 {
        left: 83.3333333333%;
        right: auto;
    }

    .pull-10 {
        right: 83.3333333333%;
        left: auto;
    }

    .push-11 {
        left: 91.6666666667%;
        right: auto;
    }

    .pull-11 {
        right: 91.6666666667%;
        left: auto;
    }
}

.inner-wrap,
.off-canvas-wrap {
    position: relative;
    width: 100%;
}

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

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

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

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

@media only screen and (max-width: 40em) {
    .small-only-text-left {
        text-align: left !important;
    }

    .small-only-text-right {
        text-align: right !important;
    }

    .small-only-text-center {
        text-align: center !important;
    }

    .small-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen {
    .small-text-left {
        text-align: left !important;
    }

    .small-text-right {
        text-align: right !important;
    }

    .small-text-center {
        text-align: center !important;
    }

    .small-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
    .medium-only-text-left {
        text-align: left !important;
    }

    .medium-only-text-right {
        text-align: right !important;
    }

    .medium-only-text-center {
        text-align: center !important;
    }

    .medium-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 40.063em) {
    .medium-text-left {
        text-align: left !important;
    }

    .medium-text-right {
        text-align: right !important;
    }

    .medium-text-center {
        text-align: center !important;
    }

    .medium-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 64.063em) and (max-width: 90em) {
    .large-only-text-left {
        text-align: left !important;
    }

    .large-only-text-right {
        text-align: right !important;
    }

    .large-only-text-center {
        text-align: center !important;
    }

    .large-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 64.063em) {
    .large-text-left {
        text-align: left !important;
    }

    .large-text-right {
        text-align: right !important;
    }

    .large-text-center {
        text-align: center !important;
    }

    .large-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
    .xlarge-only-text-left {
        text-align: left !important;
    }

    .xlarge-only-text-right {
        text-align: right !important;
    }

    .xlarge-only-text-center {
        text-align: center !important;
    }

    .xlarge-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 90.063em) {
    .xlarge-text-left {
        text-align: left !important;
    }

    .xlarge-text-right {
        text-align: right !important;
    }

    .xlarge-text-center {
        text-align: center !important;
    }

    .xlarge-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
    .xxlarge-only-text-left {
        text-align: left !important;
    }

    .xxlarge-only-text-right {
        text-align: right !important;
    }

    .xxlarge-only-text-center {
        text-align: center !important;
    }

    .xxlarge-only-text-justify {
        text-align: justify !important;
    }
}

@media only screen and (min-width: 120.063em) {
    .xxlarge-text-left {
        text-align: left !important;
    }

    .xxlarge-text-right {
        text-align: right !important;
    }

    .xxlarge-text-center {
        text-align: center !important;
    }

    .xxlarge-text-justify {
        text-align: justify !important;
    }
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
    margin: 0;
    padding: 0;
}

a {
    color: #008cba;
    line-height: inherit;
}

p,
p.lead {
    line-height: 1.6;
}

a:focus,
a:hover {
    color: #0078a0;
}

a img {
    border: none;
}

p {
    font-weight: 400;
    font-size: 1rem;
    margin-bottom: 1.25rem;
    text-rendering: optimizeLegibility;
}

.subheader,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}

p.lead {
    font-size: 1.21875rem;
}

p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    color: #222;
    text-rendering: optimizeLegibility;
    line-height: 1.4;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0;
}

dl,
h6,
ol,
ul {
    font-size: 1rem;
}

h1 {
    font-size: 2.125rem;
}

h2 {
    font-size: 1.6875rem;
}

h3 {
    font-size: 1.375rem;
}

h4,
h5 {
    font-size: 1.125rem;
}

.subheader {
    line-height: 1.4;
    color: #6f6f6f;
}

b,
em,
i,
small,
strong {
    line-height: inherit;
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    margin: 1.25rem 0 1.1875rem;
    height: 0;
}

em,
i {
    font-style: italic;
}

small {
    font-size: 60%;
}

code {
    font-family: Consolas, "Liberation Mono", Courier, monospace;
    font-weight: 400;
    color: #333;
    background-color: #f8f8f8;
    border-width: 1px;
    border-style: solid;
    border-color: #dfdfdf;
    padding: 0.125rem 0.3125rem 0.0625rem;
}

.vcard .fn,
.vevent .summary,
.vevent abbr,
dl dt {
    font-weight: 700;
}

dl,
ol,
ul {
    line-height: 1.6;
    margin-bottom: 1.25rem;
    list-style-position: outside;
}

ul {
    margin-left: 1.1rem;
}

ul.no-bullet {
    margin-left: 0;
}

ul.no-bullet li ol,
ul.no-bullet li ul {
    margin-left: 1.25rem;
    margin-bottom: 0;
    list-style: none;
}

ul li ol,
ul li ul {
    margin-left: 1.25rem;
    margin-bottom: 0;
}

ul.circle,
ul.disc,
ul.square {
    margin-left: 1.1rem;
}

ul.circle li ul,
ul.disc li ul,
ul.square li ul {
    list-style: inherit inherit inherit;
}

#sidemenu li,
footer.footer .footer_sections_wrap .photo_menu .content ul li,
ul.no-bullet {
    list-style: none;
}

ul.square {
    list-style-type: square;
}

ul.circle {
    list-style-type: circle;
}

ul.disc {
    list-style-type: disc;
}

ol {
    margin-left: 1.4rem;
}

ol li ol,
ol li ul {
    margin-left: 1.25rem;
    margin-bottom: 0;
}

dl dt {
    margin-bottom: 0.3rem;
}

dl dd {
    margin-bottom: 0.75rem;
}

.vcard,
blockquote {
    margin: 0 0 1.25rem;
}

abbr,
acronym {
    text-transform: uppercase;
    font-size: 90%;
    color: #222;
    cursor: help;
}

abbr {
    text-transform: none;
}

abbr[title] {
    border-bottom: 1px dotted #ddd;
}

blockquote {
    padding: 0.5625rem 1.25rem 0 1.1875rem;
    border-left: 1px solid #ddd;
}

blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555;
}

blockquote cite a,
blockquote cite a:visited {
    color: #555;
}

blockquote,
blockquote p {
    line-height: 1.6;
    color: #6f6f6f;
}

.vcard {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 0.625rem 0.75rem;
}

.vcard li {
    margin: 0;
    display: block;
}

.vcard .fn {
    font-size: 0.9375rem;
}

.vevent abbr {
    cursor: default;
    border: none;
    padding: 0 0.0625rem;
}

@media only screen and (min-width: 40.063em) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.4;
    }

    h1 {
        font-size: 2.75rem;
    }

    h2 {
        font-size: 2.3125rem;
    }

    h3 {
        font-size: 1.6875rem;
    }

    h4 {
        font-size: 1.4375rem;
    }

    h5 {
        font-size: 1.125rem;
    }

    h6 {
        font-size: 1rem;
    }
}

.off-canvas-wrap {
    overflow: hidden;
}

.off-canvas-wrap.move-left,
.off-canvas-wrap.move-right {
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
}

.inner-wrap {
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
}

.inner-wrap:after,
.inner-wrap:before {
    content: " ";
    display: table;
}

.tab-bar {
    background: #333;
    color: #fff;
    height: 2.8125rem;
    line-height: 2.8125rem;
    position: relative;
}

.left-small,
.right-small,
.tab-bar-section {
    height: 2.8125rem;
    position: absolute;
    top: 0;
}

.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4,
.tab-bar h5,
.tab-bar h6 {
    color: #fff;
    font-weight: 700;
    line-height: 2.8125rem;
    margin: 0;
}

.tab-bar h1,
.tab-bar h2,
.tab-bar h3,
.tab-bar h4 {
    font-size: 1.125rem;
}

.left-small {
    width: 2.8125rem;
    border-right: solid 1px #1a1a1a;
    left: 0;
}

.right-small {
    width: 2.8125rem;
    border-left: solid 1px #1a1a1a;
    right: 0;
}

.tab-bar-section {
    padding: 0 0.625rem;
    text-align: center;
}

.tab-bar-section.left {
    left: 0;
    right: 2.8125rem;
}

.tab-bar-section.right {
    left: 2.8125rem;
    right: 0;
}

.tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem;
}

.tab-bar .menu-icon {
    text-indent: 2.1875rem;
    width: 2.8125rem;
    height: 2.8125rem;
    display: block;
    padding: 0;
    color: #fff;
    position: relative;
    transform: translate3d(0, 0, 0);
}

.tab-bar .menu-icon span::after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -0.5rem;
    left: 0.90625rem;
    box-shadow: 0 0 0 1px #fff, 0 7px 0 1px #fff, 0 14px 0 1px #fff;
    width: 1rem;
}

.left-off-canvas-menu,
.right-off-canvas-menu {
    width: 15.625rem;
    overflow-x: hidden;
    overflow-y: auto;
    background: #103f56;
    z-index: 1001;
    box-sizing: content-box;
    transition: transform 500ms ease 0s;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.tab-bar .menu-icon span:hover:after {
    box-shadow: 0 0 0 1px #b3b3b3, 0 7px 0 1px #b3b3b3, 0 14px 0 1px #b3b3b3;
}

.left-off-canvas-menu {
    top: 0;
    bottom: 0;
    position: absolute;
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
}

.right-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    top: 0;
    bottom: 0;
    position: absolute;
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    right: 0;
}

.move-left .exit-off-canvas,
.move-right .exit-off-canvas {
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    right: 0;
    -webkit-backface-visibility: hidden;
    transition: background 300ms ease;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1002;
}

.right-off-canvas-menu * {
    -webkit-backface-visibility: hidden;
}

ul.off-canvas-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.left-submenu .back > a,
.right-submenu .back > a,
ul.off-canvas-list li label {
    text-transform: uppercase;
    font-weight: 700;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    padding: 0.3rem 0.9375rem;
    color: #999;
}

ul.off-canvas-list li label {
    display: block;
    font-size: 0.75rem;
    background: #444;
    margin: 0;
}

ul.off-canvas-list li a {
    display: block;
    padding: 0.6666666667rem;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #0c2f41;
    transition: background 300ms ease;
}

ul.off-canvas-list li a:hover {
    background: #242424;
}

.move-right > .inner-wrap {
    -ms-transform: translate(15.625rem, 0);
    -webkit-transform: translate3d(15.625rem, 0, 0);
    -moz-transform: translate3d(15.625rem, 0, 0);
    -ms-transform: translate3d(15.625rem, 0, 0);
    -o-transform: translate3d(15.625rem, 0, 0);
    transform: translate3d(15.625rem, 0, 0);
}

.move-right .exit-off-canvas {
    background: rgba(255, 255, 255, 0.2);
}

@media only screen and (min-width: 40.063em) {
    .tab-bar-section.left {
        text-align: left;
    }

    .tab-bar-section.right {
        text-align: right;
    }

    .move-right .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}

.move-left > .inner-wrap {
    -ms-transform: translate(-15.625rem, 0);
    -webkit-transform: translate3d(-15.625rem, 0, 0);
    -moz-transform: translate3d(-15.625rem, 0, 0);
    -ms-transform: translate3d(-15.625rem, 0, 0);
    -o-transform: translate3d(-15.625rem, 0, 0);
    transform: translate3d(-15.625rem, 0, 0);
}

.move-left .exit-off-canvas {
    background: rgba(255, 255, 255, 0.2);
}

@media only screen and (min-width: 40.063em) {
    .move-left .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}

.offcanvas-overlap .left-off-canvas-menu,
.offcanvas-overlap .right-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003;
}

.offcanvas-overlap .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    transition: background 300ms ease;
    cursor: pointer;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    -webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width: 40.063em) {
    .offcanvas-overlap .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}

.offcanvas-overlap-left .right-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003;
}

.offcanvas-overlap-left .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    transition: background 300ms ease;
    cursor: pointer;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    -webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width: 40.063em) {
    .offcanvas-overlap-left .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}

.offcanvas-overlap-right .left-off-canvas-menu {
    -ms-transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    z-index: 1003;
}

.offcanvas-overlap-right .exit-off-canvas {
    -webkit-backface-visibility: hidden;
    transition: background 300ms ease;
    cursor: pointer;
    box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    -webkit-tap-highlight-color: transparent;
}

@media only screen and (min-width: 40.063em) {
    .offcanvas-overlap-right .exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05);
    }
}

.no-csstransforms .left-off-canvas-menu {
    left: -15.625rem;
}

.no-csstransforms .right-off-canvas-menu {
    right: -15.625rem;
}

.no-csstransforms .move-left > .inner-wrap {
    right: 15.625rem;
}

.no-csstransforms .move-right > .inner-wrap {
    left: 15.625rem;
}

.left-submenu {
    margin: 0;
    background: #103f56;
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
    transition: transform 500ms ease;
}

.left-submenu,
.right-submenu {
    -webkit-backface-visibility: hidden;
    width: 15.625rem;
    top: 0;
    bottom: 0;
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1002;
    box-sizing: content-box;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -ms-transition: -ms-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
}

.left-submenu * {
    -webkit-backface-visibility: hidden;
}

.left-submenu .back > a {
    background: #444;
    margin: 0;
}

.left-submenu .back > a:hover {
    background: #303030;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
}

.left-submenu .back > a:before {
    content: "\AB";
    margin-right: 0.5rem;
    display: inline;
}

.left-submenu.move-right,
.left-submenu.offcanvas-overlap,
.left-submenu.offcanvas-overlap-right {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.right-submenu {
    margin: 0;
    background: #103f56;
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    right: 0;
    transition: transform 500ms ease;
}

.right-submenu * {
    -webkit-backface-visibility: hidden;
}

.right-submenu .back > a {
    background: #444;
    margin: 0;
}

.left-off-canvas-menu ul.off-canvas-list li.has-submenu > a:after,
.right-submenu .back > a:after {
    display: inline;
    content: "\BB";
    margin-left: 0.5rem;
}

.right-submenu .back > a:hover {
    background: #303030;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
}

.right-submenu.move-left,
.right-submenu.offcanvas-overlap,
.right-submenu.offcanvas-overlap-left {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.right-off-canvas-menu ul.off-canvas-list li.has-submenu > a:before {
    content: "\AB";
    margin-right: 0.5rem;
    display: inline;
}

@media only screen {
    .hide-for-large,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-medium,
    .hide-for-medium-only,
    .hide-for-medium-up,
    .hide-for-xlarge,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xxlarge,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .show-for-large-down,
    .show-for-medium-down,
    .show-for-small,
    .show-for-small-down,
    .show-for-small-only,
    .show-for-small-up,
    .show-for-xlarge-down,
    .show-for-xxlarge-down {
        display: inherit !important;
    }

    .hide-for-large-down,
    .hide-for-medium-down,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-small-only,
    .hide-for-small-up,
    .hide-for-xlarge-down,
    .hide-for-xxlarge-down,
    .show-for-large,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-medium,
    .show-for-medium-only,
    .show-for-medium-up,
    .show-for-xlarge,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xxlarge,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none !important;
    }

    .hidden-for-large,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-medium,
    .hidden-for-medium-only,
    .hidden-for-medium-up,
    .hidden-for-xlarge,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xxlarge,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .visible-for-large-down,
    .visible-for-medium-down,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-small-only,
    .visible-for-small-up,
    .visible-for-xlarge-down,
    .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .hidden-for-large-down,
    .hidden-for-medium-down,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-small-only,
    .hidden-for-small-up,
    .hidden-for-xlarge-down,
    .hidden-for-xxlarge-down,
    .visible-for-large,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-medium,
    .visible-for-medium-only,
    .visible-for-medium-up,
    .visible-for-xlarge,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xxlarge,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }

    table.hide-for-large,
    table.hide-for-large-only,
    table.hide-for-large-up,
    table.hide-for-medium,
    table.hide-for-medium-only,
    table.hide-for-medium-up,
    table.hide-for-xlarge,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xxlarge,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.show-for-large-down,
    table.show-for-medium-down,
    table.show-for-small,
    table.show-for-small-down,
    table.show-for-small-only,
    table.show-for-small-up,
    table.show-for-xlarge-down,
    table.show-for-xxlarge-down {
        display: table !important;
    }

    thead.hide-for-large,
    thead.hide-for-large-only,
    thead.hide-for-large-up,
    thead.hide-for-medium,
    thead.hide-for-medium-only,
    thead.hide-for-medium-up,
    thead.hide-for-xlarge,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xxlarge,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.show-for-large-down,
    thead.show-for-medium-down,
    thead.show-for-small,
    thead.show-for-small-down,
    thead.show-for-small-only,
    thead.show-for-small-up,
    thead.show-for-xlarge-down,
    thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.hide-for-large,
    tbody.hide-for-large-only,
    tbody.hide-for-large-up,
    tbody.hide-for-medium,
    tbody.hide-for-medium-only,
    tbody.hide-for-medium-up,
    tbody.hide-for-xlarge,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xxlarge,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.show-for-large-down,
    tbody.show-for-medium-down,
    tbody.show-for-small,
    tbody.show-for-small-down,
    tbody.show-for-small-only,
    tbody.show-for-small-up,
    tbody.show-for-xlarge-down,
    tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.hide-for-large,
    tr.hide-for-large-only,
    tr.hide-for-large-up,
    tr.hide-for-medium,
    tr.hide-for-medium-only,
    tr.hide-for-medium-up,
    tr.hide-for-xlarge,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xxlarge,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.show-for-large-down,
    tr.show-for-medium-down,
    tr.show-for-small,
    tr.show-for-small-down,
    tr.show-for-small-only,
    tr.show-for-small-up,
    tr.show-for-xlarge-down,
    tr.show-for-xxlarge-down {
        display: table-row;
    }

    td.hide-for-large,
    td.hide-for-large-only,
    td.hide-for-large-up,
    td.hide-for-medium,
    td.hide-for-medium-only,
    td.hide-for-medium-up,
    td.hide-for-xlarge,
    td.hide-for-xlarge-only,
    td.hide-for-xlarge-up,
    td.hide-for-xxlarge,
    td.hide-for-xxlarge-only,
    td.hide-for-xxlarge-up,
    td.show-for-large-down,
    td.show-for-medium-down,
    td.show-for-small,
    td.show-for-small-down,
    td.show-for-small-only,
    td.show-for-small-up,
    td.show-for-xlarge-down,
    td.show-for-xxlarge-down,
    th.hide-for-large,
    th.hide-for-large-only,
    th.hide-for-large-up,
    th.hide-for-medium,
    th.hide-for-medium-only,
    th.hide-for-medium-up,
    th.hide-for-xlarge,
    th.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    th.hide-for-xxlarge,
    th.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    th.show-for-large-down,
    th.show-for-medium-down,
    th.show-for-small,
    th.show-for-small-down,
    th.show-for-small-only,
    th.show-for-small-up,
    th.show-for-xlarge-down,
    th.show-for-xxlarge-down {
        display: table-cell !important;
    }
}

@media only screen and (min-width: 40.063em) {
    .hide-for-large,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-small-only,
    .hide-for-xlarge,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xxlarge,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .show-for-large-down,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-medium-only,
    .show-for-medium-up,
    .show-for-small-up,
    .show-for-xlarge-down,
    .show-for-xxlarge-down {
        display: inherit !important;
    }

    .hide-for-large-down,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-medium-only,
    .hide-for-medium-up,
    .hide-for-small-up,
    .hide-for-xlarge-down,
    .hide-for-xxlarge-down,
    .show-for-large,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-small,
    .show-for-small-down,
    .show-for-small-only,
    .show-for-xlarge,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xxlarge,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none !important;
    }

    .hidden-for-large,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-small-only,
    .hidden-for-xlarge,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xxlarge,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .visible-for-large-down,
    .visible-for-medium,
    .visible-for-medium-down,
    .visible-for-medium-only,
    .visible-for-medium-up,
    .visible-for-small-up,
    .visible-for-xlarge-down,
    .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .hidden-for-large-down,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .hidden-for-medium-only,
    .hidden-for-medium-up,
    .hidden-for-small-up,
    .hidden-for-xlarge-down,
    .hidden-for-xxlarge-down,
    .visible-for-large,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-small-only,
    .visible-for-xlarge,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xxlarge,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }

    table.hide-for-large,
    table.hide-for-large-only,
    table.hide-for-large-up,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-small-only,
    table.hide-for-xlarge,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xxlarge,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.show-for-large-down,
    table.show-for-medium,
    table.show-for-medium-down,
    table.show-for-medium-only,
    table.show-for-medium-up,
    table.show-for-small-up,
    table.show-for-xlarge-down,
    table.show-for-xxlarge-down {
        display: table !important;
    }

    thead.hide-for-large,
    thead.hide-for-large-only,
    thead.hide-for-large-up,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-small-only,
    thead.hide-for-xlarge,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xxlarge,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.show-for-large-down,
    thead.show-for-medium,
    thead.show-for-medium-down,
    thead.show-for-medium-only,
    thead.show-for-medium-up,
    thead.show-for-small-up,
    thead.show-for-xlarge-down,
    thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.hide-for-large,
    tbody.hide-for-large-only,
    tbody.hide-for-large-up,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-small-only,
    tbody.hide-for-xlarge,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xxlarge,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.show-for-large-down,
    tbody.show-for-medium,
    tbody.show-for-medium-down,
    tbody.show-for-medium-only,
    tbody.show-for-medium-up,
    tbody.show-for-small-up,
    tbody.show-for-xlarge-down,
    tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.hide-for-large,
    tr.hide-for-large-only,
    tr.hide-for-large-up,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-small-only,
    tr.hide-for-xlarge,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xxlarge,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.show-for-large-down,
    tr.show-for-medium,
    tr.show-for-medium-down,
    tr.show-for-medium-only,
    tr.show-for-medium-up,
    tr.show-for-small-up,
    tr.show-for-xlarge-down,
    tr.show-for-xxlarge-down {
        display: table-row;
    }

    td.hide-for-large,
    td.hide-for-large-only,
    td.hide-for-large-up,
    td.hide-for-small,
    td.hide-for-small-down,
    td.hide-for-small-only,
    td.hide-for-xlarge,
    td.hide-for-xlarge-only,
    td.hide-for-xlarge-up,
    td.hide-for-xxlarge,
    td.hide-for-xxlarge-only,
    td.hide-for-xxlarge-up,
    td.show-for-large-down,
    td.show-for-medium,
    td.show-for-medium-down,
    td.show-for-medium-only,
    td.show-for-medium-up,
    td.show-for-small-up,
    td.show-for-xlarge-down,
    td.show-for-xxlarge-down,
    th.hide-for-large,
    th.hide-for-large-only,
    th.hide-for-large-up,
    th.hide-for-small,
    th.hide-for-small-down,
    th.hide-for-small-only,
    th.hide-for-xlarge,
    th.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    th.hide-for-xxlarge,
    th.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    th.show-for-large-down,
    th.show-for-medium,
    th.show-for-medium-down,
    th.show-for-medium-only,
    th.show-for-medium-up,
    th.show-for-small-up,
    th.show-for-xlarge-down,
    th.show-for-xxlarge-down {
        display: table-cell !important;
    }
}

@media only screen and (min-width: 64.063em) {
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-medium-only,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-small-only,
    .hide-for-xlarge,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xxlarge,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .show-for-large,
    .show-for-large-down,
    .show-for-large-only,
    .show-for-large-up,
    .show-for-medium-up,
    .show-for-small-up,
    .show-for-xlarge-down,
    .show-for-xxlarge-down {
        display: inherit !important;
    }

    .hide-for-large,
    .hide-for-large-down,
    .hide-for-large-only,
    .hide-for-large-up,
    .hide-for-medium-up,
    .hide-for-small-up,
    .hide-for-xlarge-down,
    .hide-for-xxlarge-down,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-medium-only,
    .show-for-small,
    .show-for-small-down,
    .show-for-small-only,
    .show-for-xlarge,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xxlarge,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none !important;
    }

    .hidden-for-medium,
    .hidden-for-medium-down,
    .hidden-for-medium-only,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-small-only,
    .hidden-for-xlarge,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xxlarge,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .visible-for-large,
    .visible-for-large-down,
    .visible-for-large-only,
    .visible-for-large-up,
    .visible-for-medium-up,
    .visible-for-small-up,
    .visible-for-xlarge-down,
    .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .hidden-for-large,
    .hidden-for-large-down,
    .hidden-for-large-only,
    .hidden-for-large-up,
    .hidden-for-medium-up,
    .hidden-for-small-up,
    .hidden-for-xlarge-down,
    .hidden-for-xxlarge-down,
    .visible-for-medium,
    .visible-for-medium-down,
    .visible-for-medium-only,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-small-only,
    .visible-for-xlarge,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xxlarge,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }

    table.hide-for-medium,
    table.hide-for-medium-down,
    table.hide-for-medium-only,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-small-only,
    table.hide-for-xlarge,
    table.hide-for-xlarge-only,
    table.hide-for-xlarge-up,
    table.hide-for-xxlarge,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.show-for-large,
    table.show-for-large-down,
    table.show-for-large-only,
    table.show-for-large-up,
    table.show-for-medium-up,
    table.show-for-small-up,
    table.show-for-xlarge-down,
    table.show-for-xxlarge-down {
        display: table !important;
    }

    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.hide-for-medium-only,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-small-only,
    thead.hide-for-xlarge,
    thead.hide-for-xlarge-only,
    thead.hide-for-xlarge-up,
    thead.hide-for-xxlarge,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.show-for-large,
    thead.show-for-large-down,
    thead.show-for-large-only,
    thead.show-for-large-up,
    thead.show-for-medium-up,
    thead.show-for-small-up,
    thead.show-for-xlarge-down,
    thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.hide-for-medium-only,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-small-only,
    tbody.hide-for-xlarge,
    tbody.hide-for-xlarge-only,
    tbody.hide-for-xlarge-up,
    tbody.hide-for-xxlarge,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.show-for-large,
    tbody.show-for-large-down,
    tbody.show-for-large-only,
    tbody.show-for-large-up,
    tbody.show-for-medium-up,
    tbody.show-for-small-up,
    tbody.show-for-xlarge-down,
    tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.hide-for-medium-only,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-small-only,
    tr.hide-for-xlarge,
    tr.hide-for-xlarge-only,
    tr.hide-for-xlarge-up,
    tr.hide-for-xxlarge,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.show-for-large,
    tr.show-for-large-down,
    tr.show-for-large-only,
    tr.show-for-large-up,
    tr.show-for-medium-up,
    tr.show-for-small-up,
    tr.show-for-xlarge-down,
    tr.show-for-xxlarge-down {
        display: table-row;
    }

    td.hide-for-medium,
    td.hide-for-medium-down,
    td.hide-for-medium-only,
    td.hide-for-small,
    td.hide-for-small-down,
    td.hide-for-small-only,
    td.hide-for-xlarge,
    td.hide-for-xlarge-only,
    td.hide-for-xlarge-up,
    td.hide-for-xxlarge,
    td.hide-for-xxlarge-only,
    td.hide-for-xxlarge-up,
    td.show-for-large,
    td.show-for-large-down,
    td.show-for-large-only,
    td.show-for-large-up,
    td.show-for-medium-up,
    td.show-for-small-up,
    td.show-for-xlarge-down,
    td.show-for-xxlarge-down,
    th.hide-for-medium,
    th.hide-for-medium-down,
    th.hide-for-medium-only,
    th.hide-for-small,
    th.hide-for-small-down,
    th.hide-for-small-only,
    th.hide-for-xlarge,
    th.hide-for-xlarge-only,
    th.hide-for-xlarge-up,
    th.hide-for-xxlarge,
    th.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    th.show-for-large,
    th.show-for-large-down,
    th.show-for-large-only,
    th.show-for-large-up,
    th.show-for-medium-up,
    th.show-for-small-up,
    th.show-for-xlarge-down,
    th.show-for-xxlarge-down {
        display: table-cell !important;
    }
}

@media only screen and (min-width: 90.063em) {
    .hide-for-large,
    .hide-for-large-down,
    .hide-for-large-only,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-medium-only,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-small-only,
    .hide-for-xxlarge,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .show-for-large-up,
    .show-for-medium-up,
    .show-for-small-up,
    .show-for-xlarge,
    .show-for-xlarge-down,
    .show-for-xlarge-only,
    .show-for-xlarge-up,
    .show-for-xxlarge-down {
        display: inherit !important;
    }

    .hide-for-large-up,
    .hide-for-medium-up,
    .hide-for-small-up,
    .hide-for-xlarge,
    .hide-for-xlarge-down,
    .hide-for-xlarge-only,
    .hide-for-xlarge-up,
    .hide-for-xxlarge-down,
    .show-for-large,
    .show-for-large-down,
    .show-for-large-only,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-medium-only,
    .show-for-small,
    .show-for-small-down,
    .show-for-small-only,
    .show-for-xxlarge,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: none !important;
    }

    .hidden-for-large,
    .hidden-for-large-down,
    .hidden-for-large-only,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .hidden-for-medium-only,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-small-only,
    .hidden-for-xxlarge,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .visible-for-large-up,
    .visible-for-medium-up,
    .visible-for-small-up,
    .visible-for-xlarge,
    .visible-for-xlarge-down,
    .visible-for-xlarge-only,
    .visible-for-xlarge-up,
    .visible-for-xxlarge-down {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .hidden-for-large-up,
    .hidden-for-medium-up,
    .hidden-for-small-up,
    .hidden-for-xlarge,
    .hidden-for-xlarge-down,
    .hidden-for-xlarge-only,
    .hidden-for-xlarge-up,
    .hidden-for-xxlarge-down,
    .visible-for-large,
    .visible-for-large-down,
    .visible-for-large-only,
    .visible-for-medium,
    .visible-for-medium-down,
    .visible-for-medium-only,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-small-only,
    .visible-for-xxlarge,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }

    table.hide-for-large,
    table.hide-for-large-down,
    table.hide-for-large-only,
    table.hide-for-medium,
    table.hide-for-medium-down,
    table.hide-for-medium-only,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-small-only,
    table.hide-for-xxlarge,
    table.hide-for-xxlarge-only,
    table.hide-for-xxlarge-up,
    table.show-for-large-up,
    table.show-for-medium-up,
    table.show-for-small-up,
    table.show-for-xlarge,
    table.show-for-xlarge-down,
    table.show-for-xlarge-only,
    table.show-for-xlarge-up,
    table.show-for-xxlarge-down {
        display: table !important;
    }

    thead.hide-for-large,
    thead.hide-for-large-down,
    thead.hide-for-large-only,
    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.hide-for-medium-only,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-small-only,
    thead.hide-for-xxlarge,
    thead.hide-for-xxlarge-only,
    thead.hide-for-xxlarge-up,
    thead.show-for-large-up,
    thead.show-for-medium-up,
    thead.show-for-small-up,
    thead.show-for-xlarge,
    thead.show-for-xlarge-down,
    thead.show-for-xlarge-only,
    thead.show-for-xlarge-up,
    thead.show-for-xxlarge-down {
        display: table-header-group !important;
    }

    tbody.hide-for-large,
    tbody.hide-for-large-down,
    tbody.hide-for-large-only,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.hide-for-medium-only,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-small-only,
    tbody.hide-for-xxlarge,
    tbody.hide-for-xxlarge-only,
    tbody.hide-for-xxlarge-up,
    tbody.show-for-large-up,
    tbody.show-for-medium-up,
    tbody.show-for-small-up,
    tbody.show-for-xlarge,
    tbody.show-for-xlarge-down,
    tbody.show-for-xlarge-only,
    tbody.show-for-xlarge-up,
    tbody.show-for-xxlarge-down {
        display: table-row-group !important;
    }

    tr.hide-for-large,
    tr.hide-for-large-down,
    tr.hide-for-large-only,
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.hide-for-medium-only,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-small-only,
    tr.hide-for-xxlarge,
    tr.hide-for-xxlarge-only,
    tr.hide-for-xxlarge-up,
    tr.show-for-large-up,
    tr.show-for-medium-up,
    tr.show-for-small-up,
    tr.show-for-xlarge,
    tr.show-for-xlarge-down,
    tr.show-for-xlarge-only,
    tr.show-for-xlarge-up,
    tr.show-for-xxlarge-down {
        display: table-row;
    }

    td.hide-for-large,
    td.hide-for-large-down,
    td.hide-for-large-only,
    td.hide-for-medium,
    td.hide-for-medium-down,
    td.hide-for-medium-only,
    td.hide-for-small,
    td.hide-for-small-down,
    td.hide-for-small-only,
    td.hide-for-xxlarge,
    td.hide-for-xxlarge-only,
    td.hide-for-xxlarge-up,
    td.show-for-large-up,
    td.show-for-medium-up,
    td.show-for-small-up,
    td.show-for-xlarge,
    td.show-for-xlarge-down,
    td.show-for-xlarge-only,
    td.show-for-xlarge-up,
    td.show-for-xxlarge-down,
    th.hide-for-large,
    th.hide-for-large-down,
    th.hide-for-large-only,
    th.hide-for-medium,
    th.hide-for-medium-down,
    th.hide-for-medium-only,
    th.hide-for-small,
    th.hide-for-small-down,
    th.hide-for-small-only,
    th.hide-for-xxlarge,
    th.hide-for-xxlarge-only,
    th.hide-for-xxlarge-up,
    th.show-for-large-up,
    th.show-for-medium-up,
    th.show-for-small-up,
    th.show-for-xlarge,
    th.show-for-xlarge-down,
    th.show-for-xlarge-only,
    th.show-for-xlarge-up,
    th.show-for-xxlarge-down {
        display: table-cell !important;
    }
}

@media only screen and (min-width: 120.063em) {
    .hide-for-large,
    .hide-for-large-down,
    .hide-for-large-only,
    .hide-for-medium,
    .hide-for-medium-down,
    .hide-for-medium-only,
    .hide-for-small,
    .hide-for-small-down,
    .hide-for-small-only,
    .hide-for-xlarge,
    .hide-for-xlarge-down,
    .hide-for-xlarge-only,
    .show-for-large-up,
    .show-for-medium-up,
    .show-for-small-up,
    .show-for-xlarge-up,
    .show-for-xxlarge,
    .show-for-xxlarge-down,
    .show-for-xxlarge-only,
    .show-for-xxlarge-up {
        display: inherit !important;
    }

    .hide-for-large-up,
    .hide-for-medium-up,
    .hide-for-small-up,
    .hide-for-xlarge-up,
    .hide-for-xxlarge,
    .hide-for-xxlarge-down,
    .hide-for-xxlarge-only,
    .hide-for-xxlarge-up,
    .show-for-large,
    .show-for-large-down,
    .show-for-large-only,
    .show-for-medium,
    .show-for-medium-down,
    .show-for-medium-only,
    .show-for-small,
    .show-for-small-down,
    .show-for-small-only,
    .show-for-xlarge,
    .show-for-xlarge-down,
    .show-for-xlarge-only {
        display: none !important;
    }

    .hidden-for-large,
    .hidden-for-large-down,
    .hidden-for-large-only,
    .hidden-for-medium,
    .hidden-for-medium-down,
    .hidden-for-medium-only,
    .hidden-for-small,
    .hidden-for-small-down,
    .hidden-for-small-only,
    .hidden-for-xlarge,
    .hidden-for-xlarge-down,
    .hidden-for-xlarge-only,
    .visible-for-large-up,
    .visible-for-medium-up,
    .visible-for-small-up,
    .visible-for-xlarge-up,
    .visible-for-xxlarge,
    .visible-for-xxlarge-down,
    .visible-for-xxlarge-only,
    .visible-for-xxlarge-up {
        position: static !important;
        height: auto;
        width: auto;
        overflow: visible;
        clip: auto;
    }

    .hidden-for-large-up,
    .hidden-for-medium-up,
    .hidden-for-small-up,
    .hidden-for-xlarge-up,
    .hidden-for-xxlarge,
    .hidden-for-xxlarge-down,
    .hidden-for-xxlarge-only,
    .hidden-for-xxlarge-up,
    .visible-for-large,
    .visible-for-large-down,
    .visible-for-large-only,
    .visible-for-medium,
    .visible-for-medium-down,
    .visible-for-medium-only,
    .visible-for-small,
    .visible-for-small-down,
    .visible-for-small-only,
    .visible-for-xlarge,
    .visible-for-xlarge-down,
    .visible-for-xlarge-only {
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        clip: rect(1px, 1px, 1px, 1px);
    }

    table.hide-for-large,
    table.hide-for-large-down,
    table.hide-for-large-only,
    table.hide-for-medium,
    table.hide-for-medium-down,
    table.hide-for-medium-only,
    table.hide-for-small,
    table.hide-for-small-down,
    table.hide-for-small-only,
    table.hide-for-xlarge,
    table.hide-for-xlarge-down,
    table.hide-for-xlarge-only,
    table.show-for-large-up,
    table.show-for-medium-up,
    table.show-for-small-up,
    table.show-for-xlarge-up,
    table.show-for-xxlarge,
    table.show-for-xxlarge-down,
    table.show-for-xxlarge-only,
    table.show-for-xxlarge-up {
        display: table !important;
    }

    thead.hide-for-large,
    thead.hide-for-large-down,
    thead.hide-for-large-only,
    thead.hide-for-medium,
    thead.hide-for-medium-down,
    thead.hide-for-medium-only,
    thead.hide-for-small,
    thead.hide-for-small-down,
    thead.hide-for-small-only,
    thead.hide-for-xlarge,
    thead.hide-for-xlarge-down,
    thead.hide-for-xlarge-only,
    thead.show-for-large-up,
    thead.show-for-medium-up,
    thead.show-for-small-up,
    thead.show-for-xlarge-up,
    thead.show-for-xxlarge,
    thead.show-for-xxlarge-down,
    thead.show-for-xxlarge-only,
    thead.show-for-xxlarge-up {
        display: table-header-group !important;
    }

    tbody.hide-for-large,
    tbody.hide-for-large-down,
    tbody.hide-for-large-only,
    tbody.hide-for-medium,
    tbody.hide-for-medium-down,
    tbody.hide-for-medium-only,
    tbody.hide-for-small,
    tbody.hide-for-small-down,
    tbody.hide-for-small-only,
    tbody.hide-for-xlarge,
    tbody.hide-for-xlarge-down,
    tbody.hide-for-xlarge-only,
    tbody.show-for-large-up,
    tbody.show-for-medium-up,
    tbody.show-for-small-up,
    tbody.show-for-xlarge-up,
    tbody.show-for-xxlarge,
    tbody.show-for-xxlarge-down,
    tbody.show-for-xxlarge-only,
    tbody.show-for-xxlarge-up {
        display: table-row-group !important;
    }

    tr.hide-for-large,
    tr.hide-for-large-down,
    tr.hide-for-large-only,
    tr.hide-for-medium,
    tr.hide-for-medium-down,
    tr.hide-for-medium-only,
    tr.hide-for-small,
    tr.hide-for-small-down,
    tr.hide-for-small-only,
    tr.hide-for-xlarge,
    tr.hide-for-xlarge-down,
    tr.hide-for-xlarge-only,
    tr.show-for-large-up,
    tr.show-for-medium-up,
    tr.show-for-small-up,
    tr.show-for-xlarge-up,
    tr.show-for-xxlarge,
    tr.show-for-xxlarge-down,
    tr.show-for-xxlarge-only,
    tr.show-for-xxlarge-up {
        display: table-row;
    }

    td.hide-for-large,
    td.hide-for-large-down,
    td.hide-for-large-only,
    td.hide-for-medium,
    td.hide-for-medium-down,
    td.hide-for-medium-only,
    td.hide-for-small,
    td.hide-for-small-down,
    td.hide-for-small-only,
    td.hide-for-xlarge,
    td.hide-for-xlarge-down,
    td.hide-for-xlarge-only,
    td.show-for-large-up,
    td.show-for-medium-up,
    td.show-for-small-up,
    td.show-for-xlarge-up,
    td.show-for-xxlarge,
    td.show-for-xxlarge-down,
    td.show-for-xxlarge-only,
    td.show-for-xxlarge-up,
    th.hide-for-large,
    th.hide-for-large-down,
    th.hide-for-large-only,
    th.hide-for-medium,
    th.hide-for-medium-down,
    th.hide-for-medium-only,
    th.hide-for-small,
    th.hide-for-small-down,
    th.hide-for-small-only,
    th.hide-for-xlarge,
    th.hide-for-xlarge-down,
    th.hide-for-xlarge-only,
    th.show-for-large-up,
    th.show-for-medium-up,
    th.show-for-small-up,
    th.show-for-xlarge-up,
    th.show-for-xxlarge,
    th.show-for-xxlarge-down,
    th.show-for-xxlarge-only,
    th.show-for-xxlarge-up {
        display: table-cell !important;
    }
}

.hide-for-portrait,
.show-for-landscape {
    display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
    display: none !important;
}

table.hide-for-landscape,
table.show-for-portrait {
    display: table !important;
}

thead.hide-for-landscape,
thead.show-for-portrait {
    display: table-header-group !important;
}

tbody.hide-for-landscape,
tbody.show-for-portrait {
    display: table-row-group !important;
}

tr.hide-for-landscape,
tr.show-for-portrait {
    display: table-row !important;
}

td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
    display: table-cell !important;
}

@media only screen and (orientation: landscape) {
    .hide-for-portrait,
    .show-for-landscape {
        display: inherit !important;
    }

    .hide-for-landscape,
    .show-for-portrait {
        display: none !important;
    }

    table.hide-for-portrait,
    table.show-for-landscape {
        display: table !important;
    }

    thead.hide-for-portrait,
    thead.show-for-landscape {
        display: table-header-group !important;
    }

    tbody.hide-for-portrait,
    tbody.show-for-landscape {
        display: table-row-group !important;
    }

    tr.hide-for-portrait,
    tr.show-for-landscape {
        display: table-row !important;
    }

    td.hide-for-portrait,
    td.show-for-landscape,
    th.hide-for-portrait,
    th.show-for-landscape {
        display: table-cell !important;
    }
}

@media only screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
        display: inherit !important;
    }

    .hide-for-portrait,
    .show-for-landscape {
        display: none !important;
    }

    table.hide-for-landscape,
    table.show-for-portrait {
        display: table !important;
    }

    thead.hide-for-landscape,
    thead.show-for-portrait {
        display: table-header-group !important;
    }

    tbody.hide-for-landscape,
    tbody.show-for-portrait {
        display: table-row-group !important;
    }

    tr.hide-for-landscape,
    tr.show-for-portrait {
        display: table-row !important;
    }

    td.hide-for-landscape,
    td.show-for-portrait,
    th.hide-for-landscape,
    th.show-for-portrait {
        display: table-cell !important;
    }
}

.show-for-touch {
    display: none !important;
}

.hide-for-touch,
.touch .show-for-touch {
    display: inherit !important;
}

.touch .hide-for-touch {
    display: none !important;
}

.touch table.show-for-touch,
table.hide-for-touch {
    display: table !important;
}

.touch thead.show-for-touch,
thead.hide-for-touch {
    display: table-header-group !important;
}

.touch tbody.show-for-touch,
tbody.hide-for-touch {
    display: table-row-group !important;
}

.touch tr.show-for-touch,
tr.hide-for-touch {
    display: table-row !important;
}

.touch td.show-for-touch,
.touch th.show-for-touch,
td.hide-for-touch,
th.hide-for-touch {
    display: table-cell !important;
}

.print-only {
    display: none !important;
}

@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid;
    }

    * {
        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) ")";
    }

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

    blockquote,
    pre {
        border: 1px solid #999;
    }

    thead {
        display: table-header-group;
    }

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

    @page {
        margin: 0.5cm;
    }

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

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

    .hide-on-print {
        display: none !important;
    }

    .print-only {
        display: block !important;
    }

    .hide-for-print {
        display: none !important;
    }

    .show-for-print {
        display: inherit !important;
    }

    table.show-for-print {
        display: table !important;
    }

    thead.show-for-print {
        display: table-header-group !important;
    }

    tbody.show-for-print {
        display: table-row-group !important;
    }

    tr.show-for-print {
        display: table-row !important;
    }

    td.show-for-print,
    th.show-for-print {
        display: table-cell !important;
    }
}

a,
a:hover {
    -webkit-transition: color 250ms;
    -moz-transition: color 250ms;
    transition: color 250ms;
}

a:active,
a:focus {
    outline: 0;
    text-decoration: none;
}

.page-header {
    height: 460px;
    margin-bottom: -130px;
    position: relative;
    top: -130px;
    width: 100%;
}

@media only screen and (max-width: 40em) {
    .page-header {
        height: auto;
        margin-bottom: 0;
        top: 0;
    }
}

.page-header div {
    background-size: cover;
    height: 100%;
    width: 100%;
}

ul {
    font-size: inherit;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto;
}

.alignright {
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignleft,
a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignleft,
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

header.banner {
    background: rgba(255, 255, 255, 0.8);
    height: 50px;
    position: relative;
    z-index: 10;
}

@media only screen and (min-width: 64.063em) {
    header.banner {
        height: 130px;
    }
}

header.banner .brand {
    display: block;
    float: left;
    left: 0;
    max-width: 210px;
    position: relative;
    top: 5px;
}

header.banner .top_menu {
    text-align: right;
}

header.banner .language,
header.banner .nav-top {
    display: inline-block;
    border-bottom: 1px solid #676767;
    padding-bottom: 10px;
    margin-top: 20px;
    margin-right: -5px;
}

header.banner .language .back,
header.banner .nav-top .back {
    display: none;
}

header.banner .language ul,
header.banner .nav-top ul {
    margin: 0;
}

header.banner .language li,
header.banner .nav-top li {
    display: inline-block;
    margin-right: 30px;
}

header.banner .language li:last-child,
header.banner .nav-top li:last-child {
    margin-right: 0;
}

header.banner .language li.active a,
header.banner .nav-top li.active a {
    color: #938043;
}

header.banner .language li a,
header.banner .nav-top li a {
    color: #676767;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
    letter-spacing: 1.2px;
}

header.banner .language li a:hover,
header.banner .language li.current-lang a,
header.banner .nav-top li a:hover {
    color: #938043;
}

header.banner .nav-top li:last-child {
    margin-right: 40px;
}

header.banner .language li {
    margin-right: 10px;
    position: relative;
}

header.banner .language li:first-child:before {
    content: "";
    height: 50%;
    position: absolute;
    right: -7px;
    top: 7px;
    border-right: 1px solid #938043;
}

header.banner .nav-main {
    float: right;
    position: relative;
    top: 37px;
}

header.banner .nav-main li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
}

header.banner .nav-main li:last-child {
    margin-right: 0;
}

header.banner .nav-main li.dropdown .dropdown-menu {
    background: rgba(255, 255, 255, 0.8);
    margin-left: 0;
    position: absolute;
    top: 36px;
    padding: 0 15px 10px;
    width: 120%;
    left: -10%;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
    -moz-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
    transition: visibility 0s linear 0.5s, opacity 0.5s linear;
    bottom: auto !important;
    right: auto !important;
    overflow: hidden !important;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

header.banner .nav-main li.dropdown .dropdown-menu li {
    border-bottom: 1px solid #938043;
    display: block;
    margin-right: 0;
    padding-bottom: 5px;
    padding-top: 7px;
    position: relative;
}

header.banner .nav-main li.dropdown .dropdown-menu li.back {
    display: none;
}

header.banner .nav-main li.dropdown .dropdown-menu li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

header.banner .nav-main li.dropdown .dropdown-menu li.new:after {
    content: "(NEW)";
    font-family: "Playfair Display", serif;
    color: #938043;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 1.2px;
    margin-left: 5px;
    position: absolute;
    top: 12px;
}

header.banner .nav-main li.dropdown .dropdown-menu li a {
    color: #676767;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 10px;
}

header.banner .nav-main li.dropdown .dropdown-menu li a:hover {
    color: #938043;
}

header.banner .nav-main li.dropdown .caret {
    background: url(../../images/dropdown.png) center -23px no-repeat;
    display: inline-block;
    height: 17px;
    margin-left: 5px;
    position: relative;
    top: 2px;
    width: 17px;
    -webkit-transition: background-position 250ms;
    -moz-transition: background-position 250ms;
    transition: background-position 250ms;
}

header.banner .nav-main li.dropdown:hover .caret {
    background: url(../../images/dropdown.png) center 0 no-repeat;
    -webkit-transition: background-position 250ms;
    -moz-transition: background-position 250ms;
    transition: background-position 250ms;
}

header.banner .nav-main li.dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

header.banner .nav-main li a {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #938043;
    padding-bottom: 20px;
}

#sidemenu ul.off-canvas-list li a,
.home .home_intro .section1 h1,
.home .home_intro .section2 h2,
.home .portrait_home .cta a,
.home .portrait_home h2,
footer.footer .footer_nav_wrap ul li a,
footer.footer .title {
    text-transform: uppercase;
    letter-spacing: 1px;
}

header.banner .nav-main li a:hover {
    color: #676767;
}

header.banner #gomenu {
    position: absolute;
    right: 10px;
    top: 14px;
}

@media only screen and (min-width: 64.063em) {
    header.banner #gomenu {
        display: none;
    }
}

header.banner #gomenu span {
    position: relative;
    margin-top: 8px;
    margin-bottom: 8px;
    user-select: none;
}

.home #carousel .owl-controls,
header.banner #gomenu span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

header.banner #gomenu span,
header.banner #gomenu span:after,
header.banner #gomenu span:before {
    display: block;
    width: 25px;
    height: 3px;
    background-color: #938043;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

header.banner #gomenu span:after,
header.banner #gomenu span:before {
    position: absolute;
    content: "";
}

header.banner #gomenu span:before {
    top: -8px;
}

header.banner #gomenu span:after {
    top: 8px;
}

header.banner .small_brand {
    display: block;
    position: absolute;
    top: 17px;
    width: 100px;
}

.move-left #gomenu span {
    background-color: transparent !important;
}

.move-left #gomenu span:before {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

.move-left #gomenu span:after {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

#sidemenu,
#sidemenu .right-submenu {
    padding-top: 30px;
}

#sidemenu .right-submenu.move-left {
    -webkit-transform: translate3d(1.1rem, 0, 0);
    -moz-transform: translate3d(1.1rem, 0, 0);
    -ms-transform: translate3d(1.1rem, 0, 0);
    -o-transform: translate3d(1.1rem, 0, 0);
    transform: translate3d(1.1rem, 0, 0);
}

#sidemenu .language {
    margin-left: 1.1rem;
    margin-bottom: 15px;
}

#sidemenu .language li {
    display: inline-block;
}

#sidemenu .language li a {
    color: #676767 !important;
    font-family: "Playfair Display", serif;
    padding: 0 5px !important;
}

#sidemenu .language li.current-lang a {
    color: #938043 !important;
}

#sidemenu .language li:first-child {
    position: relative;
}

#sidemenu .language li:first-child:after {
    border-right: 1px solid #676767;
    content: "";
    height: 16px;
    position: absolute;
    right: -2px;
    top: 5px;
}

#sidemenu li.back a {
    background: 0 0 !important;
    border: none !important;
    font-style: italic;
}

#sidemenu ul.off-canvas-list li a {
    border-bottom: medium none;
    color: #fff;
    display: block;
    font-weight: 300;
    padding: 5px;
}

#sidemenu ul.off-canvas-list li a:hover {
    background: 0 0;
}

footer.footer {
    background: #103f56;
}

footer.footer .title {
    font-family: "Playfair Display", serif;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
}

footer.footer .footer_sections_wrap {
    padding: 40px 0;
}

@media only screen and (min-width: 40.063em) {
    footer.footer .title {
        font-size: 24px;
    }

    footer.footer .footer_sections_wrap .row {
        height: 240px;
    }
}

footer.footer .footer_sections_wrap .socials {
    border-right: 1px solid #fff;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-right: -4px;
}

footer.footer .footer_sections_wrap .socials .title {
    font-size: 20px;
}

@media only screen and (min-width: 40.063em) {
    footer.footer .footer_sections_wrap .socials .title {
        font-size: 24px;
    }
}

footer.footer .footer_sections_wrap .socials .content {
    margin-top: 65px;
    padding-bottom: 65px;
}

footer.footer .footer_sections_wrap .socials .content ul {
    margin: 0;
    text-align: center;
}

footer.footer .footer_sections_wrap .socials .content ul li {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    border: 1px solid #fff;
    background: 0 0;
    margin: 0 10px 20px;
    -webkit-transition: background 250ms;
    -moz-transition: background 250ms;
    transition: background 250ms;
}

footer.footer .footer_sections_wrap .socials .content ul li a {
    display: block;
    height: 100%;
    text-indent: -9999px;
    width: 100%;
    -webkit-transition: background-position 250ms;
    -moz-transition: background-position 250ms;
    transition: background-position 250ms;
}

footer.footer .footer_sections_wrap .socials .content ul li.facebook a {
    background: url(../../images/facebook.png) center 8px no-repeat;
}

footer.footer .footer_sections_wrap .socials .content ul li.twitter a {
    background: url(../../images/twitter.png) center 11px no-repeat;
}

footer.footer .footer_sections_wrap .socials .content ul li.instagram a {
    background: url(../../images/instagram.png) center 11px no-repeat;
}

footer.footer .footer_sections_wrap .socials .content ul li.pinterest a {
    background: url(../../images/pinterest.png) center 10px no-repeat;
}

footer.footer .footer_sections_wrap .socials .content ul li:hover {
    background: #fff;
    -webkit-transition: background 250ms;
    -moz-transition: background 250ms;
    transition: background 250ms;
}

footer.footer .footer_sections_wrap .socials .content ul li:hover a {
    -webkit-transition: background-position 250ms;
    -moz-transition: background-position 250ms;
    transition: background-position 250ms;
}

footer.footer .footer_sections_wrap .socials .content ul li:hover.facebook a {
    background-position: center -25px;
}

footer.footer .footer_sections_wrap .socials .content ul li:hover.instagram a,
footer.footer .footer_sections_wrap .socials .content ul li:hover.twitter a {
    background-position: center -32px;
}

footer.footer .footer_sections_wrap .socials .content ul li:hover.pinterest a {
    background-position: center -30px;
}

footer.footer .footer_sections_wrap .photo_menu {
    border-right: 1px solid #fff;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-right: -4px;
    text-align: center;
}

footer.footer .footer_sections_wrap .photo_menu .content {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: left;
}

footer.footer .footer_sections_wrap .photo_menu .content .title {
    text-align: left;
    margin-bottom: 20px;
}

footer.footer .footer_sections_wrap .photo_menu .content ul {
    margin: 0;
}

footer.footer .footer_sections_wrap .photo_menu .content ul li a {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 12px;
}

footer.footer .footer_sections_wrap .photo_menu .content ul li a:hover {
    font-weight: 700;
}

footer.footer .footer_sections_wrap .contact {
    height: 100%;
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-right: -4px;
    text-align: center;
}

footer.footer .footer_sections_wrap .contact .content {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: left;
}

footer.footer .footer_sections_wrap .contact .content .title {
    text-align: left;
    margin-bottom: 20px;
}

footer.footer .footer_sections_wrap .contact .content a {
    color: #fff;
    font-weight: 300;
    font-size: 13px;
}

footer.footer .footer_sections_wrap .contact .content a:hover {
    color: #938043;
}

footer.footer .footer_sections_wrap .contact .content .address,
footer.footer .footer_sections_wrap .contact .content .email {
    position: relative;
    margin-bottom: 20px;
}

footer.footer .footer_sections_wrap .contact .content .address:after,
footer.footer .footer_sections_wrap .contact .content .email:after {
    background: #fff;
    bottom: -12px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 15px;
}

footer.footer .footer_nav_wrap {
    background: #938043;
    padding: 15px 0;
}

footer.footer .footer_nav_wrap ul {
    margin: 0;
    text-align: center;
}

footer.footer .footer_nav_wrap ul li {
    display: inline-block;
    margin: 0 20px;
}

footer.footer .footer_nav_wrap ul li a {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
}

footer.footer .footer_nav_wrap ul li a:hover {
    color: #103f56;
}

footer.footer .footer_copyright_wrap {
    background: #cccbcb;
    text-align: center;
    padding: 10px 0;
}

footer.footer .footer_copyright_wrap .copyright {
    color: #676767;
    font-weight: 300;
    font-size: 11px;
}

.home .main {
    padding: 0;
}

.home .entry-content-asset {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
}

.home .entry-content-asset iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home .home_image,
.home .home_text_bg {
    position: relative;
}

.home .home_image {
    background-image: url(../../images/bghome.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    height: 825px;
    top: -160px;
    width: 100%;
    margin-bottom: -160px;
}

#main_slider {
    width: 100%;
    position: absolute;
    height: 100vh;
    top: 0;
    width: 100%;
}

.home #main_slider + .bottom_wrap {
    top: calc(100vh - 160px);
    margin-bottom: calc(100vh - 160px);
    position: relative;
}

#main_slider .bx-controls-direction a {
    position: absolute;
    top: 50%;
    color: white;
    padding: 15px;
    font-size: 35px;
    transform: translateY(-50%);
}

#main_slider .bx-controls-direction a:hover {
    color: #103f56;
}

#main_slider .bx-controls-direction a.bx-prev {
    left: 0;
}

#main_slider .bx-controls-direction a.bx-next {
    right: 0;
}

#main_slider .bx-controls-direction a.disabled {
    display: none;
}

#main_slider .bx-wrapper,
#main_slider .bx-viewport,
#main_slider .bx-viewport .bxslider,
#main_slider .bx-viewport .bxslider .slide {
    height: 100% !important;
    position: relative;
}

#main_slider .slide_content {
    position: absolute;
    z-index: 3;
    top: calc(50% - 80px);
    transform: translateY(-50%);
    width: 100%;
    padding: 0 50px;
    text-align: center;
}

#main_slider .title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 50px;
    color: #103f56;
}

#main_slider .content {
    font-size: 20px;
    margin-bottom: 15px;
    color: black;
}

#main_slider .link a {
    border: 1px solid #938043;
    display: inline-block;
    padding: 10px 20px;
    background: #938043;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 1px;
    transition: background-color 250ms, color 250ms;
}

#main_slider .link a:hover {
    color: black;
    background-color: transparent;
    transition: background-color 250ms, color 250ms;
}

#main_slider .bx-viewport .bxslider .slide .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-repeat: no-repeat;
    height: 100%;
    background-position: center center;
    background-size: cover;
}

#main_slider .bx-viewport {
    transform: translatez(0);
}

.home .home_text_bg .half1 {
    background-color: #103f56;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.home .home_text_bg .half2 {
    background-color: #fff;
    height: 100%;
    right: 0;
    position: absolute;
    width: 50%;
    z-index: 1;
}

.home .home_text_bg .home_text_wrap {
    max-width: 90rem;
    background: #103f56;
    position: relative;
    z-index: 2;
}

.home .portrait_home {
    background: #103f56;
    min-height: 100px;
    padding: 50px 0;
    color: #fff;
    text-align: center;
}

.home .portrait_home .content {
    margin-bottom: 15px;
}

.home .portrait_home .video {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    position: relative;
}

.portrait_home .content + [data-readmore-toggle] {
    display: block;
    width: 100%;
    font-size: 12px;
    margin: -15px 0 25px 0;
    text-align: right;
    color: white;
}

.portrait_home .content + [data-readmore-toggle]:hover {
    text-decoration: underline;
}

.home .entry-content-asset,
.home .wp-video {
    position: relative;
    width: 100%;
    margin-top: auto;
}

.entry-content-asset p {
    margin-bottom: 0;
}

.home .entry-content-asset iframe,
.home .entry-content-asset .fb_iframe_widget,
.home .mejs-container {
}

.home .portrait_home .content p:last-of-type {
    margin-bottom: 0;
}

.home .portrait_home .content p:last-of-type + iframe {
    margin-top: 0;
}

.home .portrait_home h2 {
    margin: 0 0 15px;
    font-family: "Playfair Display", serif;
    font-size: 24px;
    color: #fff;
    text-align: left;
}

.home .portrait_home .content,
.home .portrait_home .content P {
    font-weight: 300;
    text-align: justify;
    font-size: 14px;
}

.home .portrait_home .content P {
    margin-bottom: 14px;
}

.home .portrait_home .cta {
    display: inline-block;
    background: #103f56;
    border: 1px solid #fff;
    margin-top: 20px;
    transition: background 250ms;
}

.home .portrait_home .cta,
.home .portrait_home .cta:hover {
    -webkit-transition: background 250ms;
    -moz-transition: background 250ms;
}

.home .portrait_home .cta:hover {
    background: #fff;
    transition: background 250ms;
}

.home .portrait_home .cta:hover a {
    color: #103f56;
}

.home .portrait_home .cta a {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 300;
    padding: 15px 35px;
}

.home .home_intro {
    background: #fff;
    min-height: 100px;
    position: relative;
    top: -90px;
    margin-bottom: -90px;
    padding: 50px;
}

@media only screen and (min-width: 64.063em) {
    .home .home_intro {
        padding: 60px 50px 0 80px;
    }
}

.home .home_intro .arrow {
    background: url(../../images/home_down.png) center 0 no-repeat;
    content: "";
    height: 75px;
    left: 50%;
    margin-left: -47px;
    position: absolute;
    top: -43px;
    width: 93px;
    display: block;
    cursor: pointer;
}

.home .home_intro .section1 {
    margin-bottom: 35px;
    padding-bottom: 20px;
    position: relative;
}

.home .home_intro .section1:after {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    width: 35%;
    border-bottom: 2px solid #938043;
}

.home .home_intro .section1 h1 {
    margin: 0 0 15px;
    color: #676767;
    font-family: "Playfair Display", serif;
    font-size: 24px;
}

.home .home_intro .section1 .content {
    color: #676767;
    font-weight: 300;
    font-size: 14px;
    text-align: justify;
}

.home .home_intro .section1 .content P {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 14px;
    text-align: justify;
}

.home .home_intro .section2 {
    margin-bottom: 35px;
    padding-bottom: 20px;
}

.home .home_intro .section2 h2 {
    margin: 0 0 15px;
    color: #938043;
    font-family: "Playfair Display", serif;
    font-size: 24px;
    font-style: italic;
}

.home .home_intro .section2 .content {
    color: #676767;
    font-weight: 300;
    font-size: 14px;
    text-align: justify;
}

.home .home_intro .section2 .content P {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 14px;
    text-align: justify;
}

#about_page .person.even .content_wrap,
.home #carousel .owl-item,
.home #latest_blog .image .hover {
    text-align: center;
}

.home #carousel {
    height: 460px;
    background: url(../../images/bghomeslides.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.home #carousel .owl-next,
.home #carousel .owl-prev {
    height: 92px;
    margin-top: -46px;
    position: absolute;
    top: 50%;
    width: 52px;
    text-indent: -9999px;
    -webkit-transition: background-position 250ms;
    -moz-transition: background-position 250ms;
    transition: background-position 250ms;
}

.home #carousel .owl-next:hover,
.home #carousel .owl-prev:hover {
    -webkit-transition: background-position 250ms;
    -moz-transition: background-position 250ms;
    transition: background-position 250ms;
}

.home #carousel .owl-prev {
    background: url(../../images/carousel_prev.png) 0 -107px no-repeat;
    left: 0;
}

.home #carousel .owl-prev:hover {
    background-position: 0 0;
}

.home #carousel .owl-next {
    background: url(../../images/carousel_next.png) 0 -107px no-repeat;
    right: 0;
}

.home #carousel .owl-next:hover {
    background-position: 0 0;
}

.home #carousel .owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.home #carousel .owl-carousel {
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    margin: 0 auto;
    max-width: 90rem;
    -ms-touch-action: pan-y;
}

.home #carousel .owl-carousel .owl-wrapper {
    display: none;
    position: relative;
}

.home #carousel .owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    width: 100%;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.home #carousel .owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.home #carousel .owl-carousel .owl-item {
    float: left;
}

.home #carousel .owl-controls .owl-buttons div,
.home #carousel .owl-controls .owl-page {
    cursor: pointer;
}

.home #carousel .owl-controls {
    -khtml-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

.home #carousel .grabbing {
    cursor: url(../../images/grabbing.png) 8 8, move;
}

.home #carousel .owl-carousel .owl-item,
.home #carousel .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);
}

.home #carousel .owl-item .item {
    border: 1px solid #fff;
    border-radius: 250px;
    width: 100%;
    max-width: 250px;
    height: auto;
    max-height: 250px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    -webkit-transition: border 250ms;
    -moz-transition: border 250ms;
    transition: border 250ms;
}

.home #carousel .owl-item .item:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.home #carousel .owl-item .item:hover {
    border: 1px solid #938043;
    -webkit-transition: border 250ms;
    -moz-transition: border 250ms;
    transition: border 250ms;
}

.home #carousel .owl-item .item:hover .innerwrap {
    background: #938043;
    -webkit-transition: background 250ms;
    -moz-transition: background 250ms;
    transition: background 250ms;
}

.home #carousel .owl-item .item:hover .innerwrap .title:after,
.home #carousel .owl-item .item:hover .innerwrap .title:before {
    background: #fff;
    -webkit-transition: background 250ms;
    -moz-transition: background 250ms;
    transition: background 250ms;
}

.home #carousel .owl-item .item:hover .innerwrap .title a {
    color: #fff;
    -webkit-transition: color 250ms;
    -moz-transition: color 250ms;
    transition: color 250ms;
}

.home #carousel .owl-item .item .innerwrap {
    background: #fff;
    border-radius: 250px;
    bottom: 2%;
    height: 96%;
    left: 2%;
    position: absolute;
    right: 2%;
    top: 2%;
    width: 96%;
    -webkit-transition: background 250ms;
    -moz-transition: background 250ms;
    transition: background 250ms;
}

.home #carousel .owl-item .item .innerwrap .title {
    position: absolute;
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    top: 50%;
    margin-top: -15px;
}

.home #carousel .owl-item .item .innerwrap .title:after,
.home #carousel .owl-item .item .innerwrap .title:before {
    background: #938043;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -17px;
    position: absolute;
    width: 35px;
    -webkit-transition: background 250ms;
    -moz-transition: background 250ms;
    transition: background 250ms;
}

.home #carousel .owl-item .item .innerwrap .title:before {
    top: -16px;
}

.home #carousel .owl-item .item .innerwrap .title:after {
    bottom: -16px;
}

.home #carousel .owl-item .item .innerwrap .title a {
    display: block;
    font-family: "Playfair Display", serif;
    font-size: 26px;
    letter-spacing: 0.8px;
    color: #676767;
    text-transform: uppercase;
    -webkit-transition: color 250ms;
    -moz-transition: color 250ms;
    transition: color 250ms;
}

.home #latest_blog {
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}

@media only screen and (min-width: 64.063em) {
    .home #latest_blog {
        padding-left: 0;
        padding-right: 0;
    }
}

.home #latest_blog .recent_blog {
    color: #676767;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 1px;
    font-family: "Playfair Display", serif;
    margin: 35px 0;
}

.home #latest_blog .title {
    margin-bottom: 7px;
}

.home #latest_blog .title a {
    color: #676767;
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
    font-size: 16px;
    letter-spacing: 1px;
}

.home #latest_blog .excerpt {
    font-weight: 300;
    color: #676767;
    font-size: 13px;
}

#about_page .person.even .content,
#about_page .person.even .name {
    color: #fff;
}

.home #latest_blog .image {
    border: 1px solid #938043;
    padding: 3px;
    position: relative;
    margin-bottom: 15px;
}

#about_page .person.even .content_wrap .email,
#about_page .person.even .image {
    border: 1px solid #fff;
}

.home #latest_blog .image a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    max-height: 250px;
}

.home #latest_blog .image img {
    width: 100%;
    height: auto;
}

.home #latest_blog .image .hover {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(147, 128, 67, 0.7);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 250ms;
    -moz-transition: opacity 250ms;
    transition: opacity 250ms;
}

.home #latest_blog .image .hover img {
    height: 68px;
    left: 50%;
    margin-left: -34px;
    margin-top: -34px;
    position: absolute;
    top: 50%;
    width: 68px;
}

.home #latest_blog .image:hover .hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: opacity 250ms;
    -moz-transition: opacity 250ms;
    transition: opacity 250ms;
}

#about_page {
    margin: 0 -15px;
}

#about_page .content_wrap,
#about_page .image_wrap {
    display: inline-block;
    float: none;
    margin-right: -4px;
    vertical-align: middle;
}

#about_page .person {
    padding: 65px 20px;
}

#about_page .person.even {
    background: #938043;
}

#about_page .person.even .image_wrap {
    margin-top: 30px;
}

@media only screen and (min-width: 40.063em) {
    #about_page .person {
        padding: 65px 0;
    }

    #about_page .person.even .image_wrap {
        margin-top: 0;
    }

    #about_page .person.even .content_wrap {
        text-align: right;
    }
}

#about_page .person.even .content_wrap a {
    color: #103f56;
}

#about_page .person.even .content_wrap .email a,
#about_page .person.even .content_wrap a:hover {
    color: #fff;
}

#about_page .person.even .content_wrap .email:hover {
    border: 1px solid #fff;
    background: #fff;
}

#about_page .person.even .content_wrap .email:hover a {
    color: #938043;
}

#about_page .person.odd .content_wrap {
    text-align: center;
}

@media only screen and (min-width: 40.063em) {
    #about_page .person.odd .content_wrap {
        text-align: left;
    }
}

#about_page .image_wrap,
#gallery h1,
.investment_page .investment .book_now {
    text-align: center;
}

#about_page .person.odd .image_wrap {
    margin-bottom: 30px;
}

@media only screen and (min-width: 40.063em) {
    #about_page .person.odd .image_wrap {
        margin-bottom: 0;
    }
}

#about_page .image_wrap .image {
    border: 1px solid #938043;
    border-radius: 330px;
    display: inline-block;
    height: 330px;
    overflow: hidden;
    padding: 10px;
    width: 330px;
}

#about_page .image_wrap .image .imagebg {
    background-position: center center;
    background-size: cover;
    border-radius: 330px;
    height: 100%;
    width: 100%;
}

#about_page .content_wrap .name {
    color: #676767;
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 24px;
    margin-bottom: 20px;
}

#about_page .content_wrap .content {
    color: #676767;
    font-size: 13px;
    font-weight: 300;
}

#about_page .content_wrap .content P {
    font-size: 13px;
    font-weight: 300;
}

#about_page .content_wrap .content a {
    color: #938043;
}

#about_page .content_wrap .content a:hover {
    color: #103f56;
}

#about_page .content_wrap .email {
    margin-top: 20px;
    border: 1px solid #676767;
    display: inline-block;
    background: 0 0;
    transition: background 250ms, border 250ms;
}

#about_page .content_wrap .email,
#about_page .content_wrap .email:hover {
    -webkit-transition: background 250ms, border 250ms;
    -moz-transition: background 250ms, border 250ms;
}

#about_page .content_wrap .email a {
    color: #676767;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 300;
    padding: 10px 20px;
    display: block;
    font-size: 15px;
}

#about_page .content_wrap .email:hover {
    border: 1px solid #938043;
    background: #938043;
    transition: background 250ms, border 250ms;
}

#about_page .content_wrap .email:hover a {
    color: #fff;
}

.investment_page .main {
    padding: 0;
}

.investment_page .bxslider {
    height: 100% !important;
    margin: 0;
}

.investment_page .bxslider li {
    height: 100%;
}

.investment_page .bx-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
}

.investment_page .bx-wrapper img {
    max-width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.investment_page .bx-wrapper .bx-viewport {
    transform: translatez(0);
    height: 100% !important;
}

.investment_page .bx-wrapper .bx-viewport,
.portrait_page .bx-wrapper .bx-viewport {
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
}

.investment_page .bg {
    background-position: center center;
    background-size: cover;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}

.investment_page .bx-controls {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    text-align: center;
}

.investment_page .bx-controls .bx-pager-item {
    display: inline-block;
    margin: 0 5px;
}

.investment_page .bx-controls-direction {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

.investment_page .bx-controls-direction a {
    color: white;
    font-size: 40px;
    display: block;
    line-height: 40px;
    position: absolute;
    top: -20px;
}

.investment_page .bx-controls-direction a:hover {
    color: #938043;
}

.investment_page .bx-controls-direction a.bx-prev {
    left: 15px;
}

.investment_page .bx-controls-direction a.bx-next {
    right: 15px;
}

.investment_page .bx-pager {
    max-width: calc(100% - 90px);
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.investment_page .bx-controls .bx-pager-item .bx-pager-link {
    background: 0 0;
    border: 1px solid #fff;
    border-radius: 25px;
    display: block;
    height: 7px;
    text-indent: -9999px;
    width: 7px;
    box-shadow: 0 0 24px #676767;
    -webkit-transition: background 250ms;
    -moz-transition: background 250ms;
    transition: background 250ms;
}

.investment_page .bx-controls .bx-pager-item .bx-pager-link.active,
.investment_page .bx-controls .bx-pager-item .bx-pager-link:hover {
    background: #fff;
    -webkit-transition: background 250ms;
    -moz-transition: background 250ms;
    transition: background 250ms;
}

.investment_page .intro {
    font-weight: 300;
    color: #676767;
    font-size: 13px;
    padding: 50px 0 80px;
}

.investment_page .intro.no-intro {
    padding: 30px 0;
}

.investment_page .intro h1 {
    color: #676767;
    margin: 0;
    font-family: "Playfair Display", serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 24px;
}

.investment_page .intro P {
    font-size: 13px;
    font-weight: 300;
}

.investment_page .intro .column1 {
    margin-top: -30px;
    padding-top: 40px;
}

.investment_page .intro .column2 {
    padding-top: 10px;
}

.investment_page .investment .content_wrap,
.investment_page .investment .image_wrap {
    min-height: 350px;
}

@media only screen and (max-width: 40em) {
    .investment_page .investment .image_wrap {
        height: auto !important;
        min-height: 100px;
    }
}

.investment_page .investment.even {
    padding-top: 0.9375rem;
}

.investment_page .investment.odd {
    padding-bottom: 0.9375rem;
}

@media only screen and (min-width: 40.063em) {
    .investment_page .intro .column1 {
        border-right: 1px solid #938043;
    }

    .investment_page .investment.even {
        padding-top: 0;
    }

    .investment_page .investment.odd {
        padding-bottom: 0;
    }
}

.investment_page .investment.grey {
    background: #c3c2c2;
}

.investment_page .investment.blue {
    background: #103f56;
}

.investment_page .investment.blue .content,
.investment_page .investment.blue .subtitle,
.investment_page .investment.blue .title {
    color: #fff;
}

.investment_page .investment.blue .bar {
    background: #fff;
}

.investment_page .investment.blue .book_now a {
    border-color: #fff;
    color: #fff;
}

.investment_page .investment.blue .book_now a:hover {
    border-color: #938043;
    color: #938043;
}

.investment_page .investment.gold {
    background: #938043;
}

.investment_page .investment.gold .bar,
.investment_page .investment.white {
    background: #fff;
}

.investment_page .investment.gold .content,
.investment_page .investment.gold .subtitle,
.investment_page .investment.gold .title {
    color: #fff;
}

.investment_page .investment.gold .book_now a {
    border-color: #fff;
    color: #fff;
}

.investment_page .investment.gold .book_now a:hover {
    border-color: #103f56;
    color: #103f56;
}

.investment_page .investment .content_wrap {
    padding: 75px 75px 45px;
}

.investment_page .investment .title {
    font-size: 32px;
    color: #676767;
    margin: 0;
    font-family: "Playfair Display", serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.investment_page .investment .book_now a {
    border: 1px solid #676767;
    color: #676767;
    display: inline-block;
    margin: 10px 0 0;
    padding: 10px 20px;
    letter-spacing: 1px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 300;
    -webkit-transition: border 250ms;
    -moz-transition: border 250ms;
    transition: border 250ms;
}

.investment_page .investment .book_now a:hover {
    border-color: #938043;
    color: #938043;
    -webkit-transition: border 250ms;
    -moz-transition: border 250ms;
    transition: border 250ms;
}

.investment_page .investment .subtitle {
    font-size: 28px;
    color: #676767;
    margin: 0;
    font-family: "Playfair Display", serif;
    letter-spacing: 1px;
    font-style: italic;
}

.investment_page .investment .bar {
    height: 2px;
    width: 25px;
    background: #676767;
    margin: 15px 0;
}

.investment_page .investment .content {
    font-weight: 300;
    color: #676767;
    font-size: 14px;
}

.investment_page .investment .content P {
    font-size: 14px;
    font-weight: 300;
}

#gallery h1 {
    font-family: "Playfair Display", serif;
    color: #676767;
    font-size: 24px;
    text-transform: uppercase;
}

#gallery .description,
#gallery .description p {
    font-size: 13px;
    font-weight: 300;
    line-height: 30px;
}

#gallery .description {
    color: #676767;
}

#gallery #gallery_list {
    margin-top: 50px;
}

#gallery #gallery_list.loading {
    background: url(../../images/loading.gif) center top no-repeat;
    min-height: 50px;
}

#gallery #gallery_list.loading .grid-item {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 250ms;
    -moz-transition: opacity 250ms;
    transition: opacity 250ms;
}

#gallery .grid-item,
#gallery .grid-sizer {
    width: 100%;
    margin-bottom: 30px;
    -ms-transition-property: top, left, opacity;
    -o-transition-property: top, left, opacity;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 250ms;
}

#gallery .grid-item,
#gallery .grid-item img,
#gallery .grid-sizer,
#gallery .grid-sizer img {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: opacity 250ms;
    -moz-transition: opacity 250ms;
}

@media only screen {
    #gallery .grid-item,
    #gallery .grid-sizer {
        width: 48%;
    }
}

@media only screen and (min-width: 40.063em) {
    #gallery .grid-item,
    #gallery .grid-sizer {
        width: 30%;
    }
}

#gallery .grid-item img,
#gallery .grid-sizer img {
    transition: opacity 250ms;
    opacity: 1;
    filter: alpha(opacity=100);
}

#gallery .grid-item img.not-loaded,
#gallery .grid-sizer img.not-loaded {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 250ms;
    -moz-transition: opacity 250ms;
    transition: opacity 250ms;
}

#gallery .grid-item {
    background: url(../../images/loading_form.gif) center center no-repeat;
}

#gallery .gutter-sizer {
    width: 0;
}

@media only screen {
    #gallery .gutter-sizer {
        width: 4%;
    }
}

@media only screen and (min-width: 40.063em) {
    #gallery .gutter-sizer {
        width: 5%;
    }
}

#gallery .grid-item:hover img {
    -webkit-transition: opacity 250ms;
    -moz-transition: opacity 250ms;
    transition: opacity 250ms;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
}

.gallery_page {
}

.gallery_page .fancybox-image,
.gallery_page .fancybox-inner,
.gallery_page .fancybox-nav,
.gallery_page .fancybox-nav span,
.gallery_page .fancybox-outer,
.gallery_page .fancybox-skin,
.gallery_page .fancybox-tmp,
.gallery_page .fancybox-wrap,
.gallery_page .fancybox-wrap iframe,
.gallery_page .fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}

.gallery_page .fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.gallery_page .fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.gallery_page .fancybox-opened {
    z-index: 8030;
}

.gallery_page .fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.gallery_page .fancybox-inner,
.gallery_page .fancybox-outer {
    position: relative;
}

.gallery_page .fancybox-inner {
    overflow: hidden;
}

.gallery_page .fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.gallery_page .fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.gallery_page .fancybox-iframe,
.gallery_page .fancybox-image {
    display: block;
    width: 100%;
    height: 100%;
}

.gallery_page .fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

.gallery_page #fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -24px;
    margin-left: -24px;
    cursor: pointer;
    z-index: 8060;
}

.gallery_page #fancybox-loading div {
    width: 48px;
    height: 48px;
    background-image: url(../../images/loading.gif);
}

.gallery_page .fancybox-close {
    background: url(../../images/close_gallery.png) center center no-repeat;
    cursor: pointer;
    height: 36px;
    position: fixed;
    right: 20px;
    top: 20px;
    width: 36px;
    z-index: 8040;
}

.gallery_page .fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: url(../../images/blank.gif);
    -webkit-tap-highlight-color: transparent;
    z-index: 8040;
}

.gallery_page .fancybox-prev {
    left: 0;
}

.gallery_page .fancybox-next {
    right: 0;
}

.gallery_page .fancybox-nav span {
    cursor: pointer;
    height: 92px;
    margin-top: -46px;
    position: fixed;
    top: 50%;
    width: 52px;
    z-index: 8040;
}

.gallery_page .fancybox-prev span {
    left: 0;
    background: url(../../images/left_gallery.png) center center no-repeat;
}

.gallery_page .fancybox-next span {
    right: 0;
    background: url(../../images/right_gallery.png) center center no-repeat;
}

.gallery_page .fancybox-nav:hover span {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
}

.gallery_page .fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.gallery_page .fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.gallery_page .fancybox-lock body {
    overflow: hidden !important;
}

.gallery_page .fancybox-lock-test {
    overflow-y: hidden !important;
}

.gallery_page .fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(255, 255, 255, 0.75);
}

.gallery_page .fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.gallery_page .fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.gallery_page .fancybox-title {
    visibility: hidden;
    font: 400 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.portrait_page #beforeafter h2,
.portrait_page #middle .text,
.portrait_page #video_player .video_placeholder .video_content .title,
.portrait_page .intro h1 {
    font-family: "Playfair Display", serif;
}

.gallery_page .fancybox-opened .fancybox-title {
    visibility: visible;
}

.gallery_page .fancybox-title-float-wrap {
    bottom: 5%;
    margin-bottom: -35px;
    position: absolute;
    right: 0;
    text-align: right;
    width: 100%;
    z-index: 8050;
}

.gallery_page .fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: 0;
    padding: 2px 20px;
    background: 0 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
    white-space: nowrap;
}

.gallery_page .fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.gallery_page .fancybox-title-inside-wrap {
    padding-top: 10px;
}

.gallery_page .fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
}

.portrait_page .main {
    padding: 0;
}

.portrait_page .page-header {
    height: 460px;
    position: relative;
}

@media only screen and (max-width: 40em) {
    .portrait_page .page-header {
        height: auto;
        margin-bottom: 0;
        top: 0;
    }
}

.portrait_page .page-header:after {
    background: url(../../images/home_down.png) center 0 no-repeat;
    content: "";
    display: block;
    height: 75px;
    left: 50%;
    margin-left: -47px;
    position: absolute;
    bottom: -32px;
    width: 93px;
}

.portrait_page .intro {
    font-weight: 300;
    color: #676767;
    font-size: 13px;
    padding: 50px 0 80px;
}

.portrait_page .intro h1 {
    color: #676767;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 24px;
}

.portrait_page .intro P {
    font-size: 13px;
    font-weight: 300;
}

.portrait_page .intro .column1 {
    margin-top: -30px;
    padding-top: 40px;
}

.portrait_page .intro .column2 {
    padding-top: 10px;
}

.portrait_page .bxslider {
    height: 100% !important;
    margin: 0;
}

.portrait_page .bxslider li {
    height: 100%;
}

.portrait_page .bx-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    float: none;
}

.portrait_page .bx-wrapper img {
    max-width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}

.portrait_page .bx-wrapper .bx-viewport {
    transform: translatez(0);
    height: 100% !important;
}

.portrait_page #beforeafter {
    background-color: #ddd;
    padding: 50px 40px;
}

@media only screen and (min-width: 40.063em) {
    .portrait_page .intro .column1 {
        border-right: 1px solid #938043;
    }

    .portrait_page #beforeafter {
        padding: 50px 0;
    }
}

.portrait_page #beforeafter h2 {
    color: #676767;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
    padding: 0 0 30px;
}

.portrait_page #beforeafter .bx-next,
.portrait_page #beforeafter .bx-prev {
    height: 92px;
    margin-top: -46px;
    position: absolute;
    top: 50%;
    width: 52px;
    text-indent: -9999px;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transition: background-position 250ms;
    -moz-transition: background-position 250ms;
    transition: background-position 250ms;
}

.portrait_page #beforeafter .bx-next:hover,
.portrait_page #beforeafter .bx-prev:hover {
    -webkit-transition: background-position 250ms;
    -moz-transition: background-position 250ms;
    transition: background-position 250ms;
}

.portrait_page #beforeafter .bx-prev {
    background: url(../../images/before_after_prev.png) 0 -107px no-repeat;
    left: -45px;
}

.portrait_page #beforeafter .bx-prev:hover {
    background-position: 0 0;
}

.portrait_page #beforeafter .bx-next {
    background: url(../../images/before_after_next.png) 0 -107px no-repeat;
    right: -44px;
}

.portrait_page #beforeafter .bx-next:hover {
    background-position: 0 0;
}

@media only screen and (min-width: 40.063em) {
    .portrait_page #beforeafter .bx-next,
    .portrait_page #beforeafter .bx-prev {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .portrait_page #beforeafter .bx-prev {
        left: -52px;
    }

    .portrait_page #beforeafter .bx-next {
        right: -51px;
    }
}

.portrait_page #beforeafter #bx-pager {
    position: relative;
    height: 85px;
    width: 100%;
    margin-top: 30px;
    overflow: hidden;
}

.portrait_page #beforeafter #bx-pager .pager_wrap {
    height: 85px;
    left: 0;
    position: relative;
    top: 0;
    white-space: nowrap;
}

.portrait_page #beforeafter #bx-pager a {
    position: relative;
    width: 127px;
    height: 85px;
    display: inline-block;
    font-size: 0;
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -webkit-transition: opacity 250ms;
    -moz-transition: opacity 250ms;
    transition: opacity 250ms;
}

.portrait_page #beforeafter #bx-pager a.active,
.portrait_page #beforeafter #bx-pager a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: opacity 250ms;
    -moz-transition: opacity 250ms;
    transition: opacity 250ms;
}

.portrait_page #middle {
    background-color: #938043;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 70px 0;
}

.portrait_page #middle .text {
    color: #fff;
    font-style: italic;
    font-size: 22px;
    letter-spacing: 1px;
}

@media only screen and (min-width: 40.063em) {
    .portrait_page #middle .text {
        font-size: 32px;
    }
}

.portrait_page #middle .button_go a {
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 30px;
    padding: 10px 20px;
}

.portrait_page #middle .button_go a:hover {
    background: #fff;
    border: 1px solid #938043;
    color: #938043;
}

.portrait_page #video_player {
    width: 100%;
    overflow: hidden;
}

.portrait_page #video_player video {
    display: block;
    width: 100%;
}

.portrait_page #video_player .vjs-caption-settings,
.portrait_page #video_player .vjs-control-bar,
.portrait_page #video_player .vjs-hidden,
.portrait_page #video_player .vjs-text-track-display {
    display: none !important;
}

.portrait_page #video_player .vjs-big-play-button {
    display: none;
}

.portrait_page #video_player .video_placeholder {
    width: 100%;
    position: relative;
}

.portrait_page #video_player .video_placeholder .overlay {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.portrait_page #video_player .video_placeholder img.placeholder {
    width: 100%;
    height: auto;
}

.portrait_page #video_player .video_placeholder #pause_button {
    display: none;
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.portrait_page #video_player .video_placeholder .video_content {
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 3;
}

.portrait_page #video_player .video_placeholder .video_content #play_button {
    height: 68px;
    width: 67px;
    margin: 30px auto 0;
    cursor: pointer;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: opacity 250ms;
    -moz-transition: opacity 250ms;
    transition: opacity 250ms;
}

.portrait_page
    #video_player
    .video_placeholder
    .video_content
    #play_button:hover {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -webkit-transition: opacity 250ms;
    -moz-transition: opacity 250ms;
    transition: opacity 250ms;
}

.portrait_page #video_player .video_placeholder .video_content .title {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 2px;
}

@media only screen and (min-width: 40.063em) {
    .portrait_page #video_player .video_placeholder .video_content .title {
        font-size: 32px;
    }
}

.portrait_page #video_player .video_placeholder .video_content .subtitle {
    font-family: "Playfair Display", serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    font-style: italic;
    letter-spacing: 2px;
}

@media only screen and (min-width: 40.063em) {
    .portrait_page #video_player .video_placeholder .video_content .subtitle {
        font-size: 21px;
    }
}

.portrait_page
    #video_player
    .video_placeholder
    .video_content
    .video_content_wrap {
    text-align: center;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.portrait_page #packages {
    background-color: #ddd;
    padding-bottom: 50px;
}

.portrait_page #packages .row {
    max-width: 87.5rem;
}

.portrait_page #packages .package {
    padding: 10px;
}

.portrait_page #packages .package .wrap_box {
    padding: 15%;
}

.portrait_page #packages .package .wrap_box .price,
.portrait_page #packages .package .wrap_box .title {
    font-family: "Playfair Display", serif;
    text-transform: uppercase;
    text-align: left;
    padding: 0;
}

.portrait_page #packages .package .wrap_box .title {
    color: #676767;
    margin: 0;
    letter-spacing: 1px;
    font-size: 32px;
    line-height: 32px;
}

.portrait_page #packages .package .wrap_box .price {
    color: #676767;
    margin: 0 0 25px;
    letter-spacing: 0;
    font-style: italic;
    font-size: 24px;
    position: relative;
}

.portrait_page #packages .package .wrap_box .content,
.portrait_page #packages .package .wrap_box .content P {
    font-weight: 300;
    color: #676767;
    font-size: 14px;
}

.portrait_page #packages .package .wrap_box .price:after {
    background: #676767;
    bottom: -10px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 25px;
}

.portrait_page #packages .package .wrap_box .content li {
    list-style: disc;
}

.portrait_page #packages .package .wrap_box .book_wrap {
    text-align: center;
    margin-top: 30px;
}

.portrait_page #packages .package .wrap_box .book_wrap .book {
    border: 1px solid #676767;
    color: #676767;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-top: 30px;
    padding: 10px 30px;
    cursor: pointer;
    text-transform: uppercase;
    transition: color 250ms, border-color 250ms, background 250ms;
}

.portrait_page #packages .package .wrap_box .book_wrap .book,
.portrait_page #packages .package .wrap_box .book_wrap .book:hover {
    -webkit-transition: color 250ms, border-color 250ms, background 250ms;
    -moz-transition: color 250ms, border-color 250ms, background 250ms;
}

.portrait_page #packages .package .wrap_box .book_wrap .book:hover {
    background: #fff;
    border: 1px solid #938043;
    color: #938043;
    transition: color 250ms, border-color 250ms, background 250ms;
}

.portrait_page #packages .package.package1 {
    background-color: #c3c2c2;
}

.portrait_page #packages .package.package1 .wrap_box {
    border: 1px solid #000;
}

.portrait_page #packages .package.package2 .wrap_box,
.portrait_page #packages .package.package3 .wrap_box {
    border: 1px solid #fff;
}

.portrait_page #packages .package.package2 {
    background-color: #103f56;
}

.portrait_page #packages .package.package2 .content,
.portrait_page #packages .package.package2 .price,
.portrait_page #packages .package.package2 .title {
    color: #fff;
}

.portrait_page #packages .package.package2 .price:after {
    background-color: #fff;
}

.portrait_page #packages .package.package2 .book_wrap .book {
    color: #fff;
    border-color: #fff;
}

.portrait_page #packages .package.package3 {
    background-color: #938043;
}

.portrait_page #packages .package.package3 .content,
.portrait_page #packages .package.package3 .price,
.portrait_page #packages .package.package3 .title {
    color: #fff;
}

.portrait_page #packages .package.package3 .price:after {
    background-color: #fff;
}

.portrait_page #packages .package.package3 .book_wrap .book {
    color: #fff;
    border-color: #fff;
}

.portrait_page #image_slider_bottom #current_image {
    width: 100%;
}

.portrait_page #image_slider_bottom #current_image img {
    width: 100%;
    height: auto;
    display: none;
}

.portrait_page #image_slider_bottom #current_image img.active,
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
    display: block;
}

.portrait_page #image_slider_bottom #bottom_pager {
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 50px;
}

.portrait_page #image_slider_bottom #bottom_pager a {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
    -webkit-transition: opacity 250ms;
    -moz-transition: opacity 250ms;
    transition: opacity 250ms;
}

.portrait_page #image_slider_bottom #bottom_pager a.active,
.portrait_page #image_slider_bottom #bottom_pager a:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: opacity 250ms;
    -moz-transition: opacity 250ms;
    transition: opacity 250ms;
}

.ps-container {
    -ms-touch-action: none;
    overflow: hidden !important;
}

.ps-container.ps-in-scrolling {
    pointer-events: none;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #999;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #999;
}

.ps-container > .ps-scrollbar-x-rail {
    display: none;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
    -o-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    bottom: 3px;
    height: 8px;
}

.ps-container > .ps-scrollbar-x-rail,
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    position: absolute;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
    background-color: #938043;
    border-radius: 4px;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    bottom: 0;
    height: 8px;
}

.ps-container > .ps-scrollbar-y-rail {
    display: none;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
    -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
    -o-transition: background-color 0.2s linear, opacity 0.2s linear;
    transition: background-color 0.2s linear, opacity 0.2s linear;
    right: 3px;
    width: 8px;
}

.ps-container > .ps-scrollbar-y-rail,
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    position: absolute;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #938043;
    border-radius: 4px;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    right: 0;
    width: 8px;
}

.ps-container:hover.ps-in-scrolling {
    pointer-events: none;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-x
    > .ps-scrollbar-x-rail
    > .ps-scrollbar-x {
    background-color: #999;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-y
    > .ps-scrollbar-y-rail
    > .ps-scrollbar-y {
    background-color: #999;
}

.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
    opacity: 0.6;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
    background-color: #938043;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
    background-color: #999;
}

.contact_page .main {
    padding: 0;
}

.contact_page #map_wrap {
    height: 450px;
    width: 100%;
    left: 0;
    top: 0;
    position: relative;
}

.contact_page #map_wrap #map {
    height: 450px;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute !important;
}

.contact_page .scrollmobile {
    height: 480px;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    z-index: 2;
}

@media only screen and (min-width: 40.063em) {
    .contact_page .scrollmobile {
        display: none;
    }
}

.contact_page #contact_page {
    margin-top: 60px;
    padding-bottom: 50px;
}

.contact_page #contact_page .contact {
    height: 100%;
}

.contact_page #contact_page .contact .content {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: left;
}

@media only screen and (max-width: 40em) {
    .contact_page #contact_page .contact .content {
        border-bottom: 1px solid #938043;
        margin: 0 auto 20px;
    }
}

.contact_page #contact_page .contact .content .title {
    text-align: left;
    margin-bottom: 40px;
    font-family: "Playfair Display", serif;
    color: #676767;
    font-size: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 15px;
}

.contact_page #contact_page .contact .content a {
    color: #676767;
    font-weight: 300;
    font-size: 13px;
}

.contact_page #contact_page .contact .content a:hover {
    color: #938043;
}

.contact_page #contact_page .contact .content .address,
.contact_page #contact_page .contact .content .email {
    position: relative;
    margin-bottom: 20px;
}

.contact_page #contact_page .contact .content .address:after,
.contact_page #contact_page .contact .content .email:after {
    background: #938043;
    bottom: -12px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 15px;
    display: none;
}

@media only screen and (min-width: 40.063em) {
    .contact_page #contact_page .contact .content .address:after,
    .contact_page #contact_page .contact .content .email:after {
        display: block;
    }
}

@media only screen and (max-width: 40em) {
    .contact_page #contact_page .floatleft {
        margin-right: 18px;
        vertical-align: top;
        display: inline-block;
    }

    .contact_page #contact_page .floatleft.phone_number {
        padding-bottom: 20px;
    }
}

.single-post #comments .date,
.single-post #comments .divvert,
.single-post #comments .media-heading {
    display: inline-block;
    vertical-align: middle;
}

.contact_page #contact_page .contact_form {
    min-height: 300px;
}

.contact_page #contact_page .contact_form .gform_confirmation_message {
    color: #676767;
    font-size: 15px;
    margin-top: 30px;
    text-align: center;
}

.contact_page #contact_page .contact_form .gform_wrapper {
    margin: 0 auto;
}

@media only screen and (min-width: 40.063em) {
    .contact_page #contact_page .contact_form {
        border-left: 1px solid #938043;
    }

    .contact_page #contact_page .contact_form .gform_wrapper {
        max-width: 65%;
    }
}

.contact_page #contact_page .contact_form .gform_wrapper .gfield_label {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    text-indent: -9999px;
    top: 0;
    width: 15px;
}

.contact_page
    #contact_page
    .contact_form
    .gform_wrapper
    .gfield_label
    .gfield_required {
    font-size: 13px;
    left: 0;
    position: absolute;
    text-indent: 0;
    top: 0;
    color: #676767;
}

.contact_page
    #contact_page
    .contact_form
    .gform_wrapper
    .gfield_label.active
    .gfield_required {
    color: #938043;
}

.contact_page #contact_page .contact_form .gform_wrapper .gfield {
    position: relative;
}

.contact_page #contact_page .contact_form .gform_wrapper .gfield input,
.contact_page #contact_page .contact_form .gform_wrapper .gfield textarea {
    font-size: 14px;
    font-weight: 300;
    color: #676767;
    padding: 10px;
    border: 1px solid #676767;
    width: 100% !important;
}

.contact_page
    #contact_page
    .contact_form
    .gform_wrapper
    .gfield
    input::-webkit-input-placeholder,
.contact_page
    #contact_page
    .contact_form
    .gform_wrapper
    .gfield
    textarea::-webkit-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    text-transform: uppercase !important;
    letter-spacing: 1px;
    color: #676767;
}

.contact_page
    #contact_page
    .contact_form
    .gform_wrapper
    .gfield
    input:-moz-placeholder,
.contact_page
    #contact_page
    .contact_form
    .gform_wrapper
    .gfield
    textarea:-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    text-transform: uppercase !important;
    letter-spacing: 1px;
    color: #676767;
}

.contact_page
    #contact_page
    .contact_form
    .gform_wrapper
    .gfield
    input::-moz-placeholder,
.contact_page
    #contact_page
    .contact_form
    .gform_wrapper
    .gfield
    textarea::-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    text-transform: uppercase !important;
    letter-spacing: 1px;
    color: #676767;
}

.contact_page
    #contact_page
    .contact_form
    .gform_wrapper
    .gfield
    input:-ms-input-placeholder,
.contact_page
    #contact_page
    .contact_form
    .gform_wrapper
    .gfield
    textarea:-ms-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    text-transform: uppercase !important;
    letter-spacing: 1px;
    color: #676767;
}

.contact_page #contact_page .contact_form .gform_wrapper .gfield input:focus,
.contact_page
    #contact_page
    .contact_form
    .gform_wrapper
    .gfield
    textarea:focus {
    color: #938043;
    border: 2px solid #938043;
}

.contact_page #contact_page .contact_form .gform_wrapper .validation_message {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: normal;
}

#page h1,
.blog_page #blog_list .entry-title,
.blog_page .header_blog .title h1,
.blog_page .post-nav a,
.contact_page #contact_page .contact_form .gform_wrapper .gform_button,
.single-post #comments .media-heading,
.single-post #respond h3,
.single-post #respond input#submit,
.single-post #respond textarea#submit,
.single-post .comment_count {
    letter-spacing: 1px;
    text-transform: uppercase;
}

.contact_page #contact_page .contact_form .gform_wrapper div.validation_error {
    border-bottom: 2px solid #938043;
    border-top: 2px solid #938043;
    clear: both;
    color: #938043;
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 1.6em;
    padding: 1em 0;
    width: 97.5%;
}

.contact_page #contact_page .contact_form .gform_wrapper li.gfield.gfield_error,
.contact_page
    #contact_page
    .contact_form
    .gform_wrapper
    li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: #938043;
    border-bottom: 1px solid #c89797;
    border-top: 1px solid #c89797;
    margin-bottom: 0.375em !important;
    padding: 0;
}

.contact_page #contact_page .contact_form .gform_wrapper li.date,
.contact_page #contact_page .contact_form .gform_wrapper li.email,
.contact_page #contact_page .contact_form .gform_wrapper li.fname,
.contact_page #contact_page .contact_form .gform_wrapper li.lname {
    width: 48.5%;
    float: left;
    margin-top: 10px;
    margin-bottom: 20px;
}

.contact_page #contact_page .contact_form .gform_wrapper li.fname,
.contact_page #contact_page .contact_form .gform_wrapper li.lname {
    margin-top: 0;
    margin-bottom: 0;
}

.contact_page #contact_page .contact_form .gform_wrapper li.email,
.contact_page #contact_page .contact_form .gform_wrapper li.fname {
    margin-right: 2.3%;
}

.contact_page #contact_page .contact_form .gform_wrapper li.date,
.contact_page #contact_page .contact_form .gform_wrapper li.lname {
    clear: right;
}

.contact_page #contact_page .contact_form .gform_wrapper li.hear {
    margin-bottom: 20px;
}

.contact_page #contact_page .contact_form .gform_wrapper li.hear,
.contact_page #contact_page .contact_form .gform_wrapper li.message {
    width: 99%;
}

.contact_page #contact_page .contact_form .gform_wrapper .gform_footer {
    text-align: center;
}

.contact_page #contact_page .contact_form .gform_wrapper .gform_button {
    background: #938043;
    border: none;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    padding: 15px 30px;
    text-align: center;
    -webkit-transition: background 250ms;
    -moz-transition: background 250ms;
    transition: background 250ms;
}

.contact_page #contact_page .contact_form .gform_wrapper .gform_button:hover {
    background: #676767;
    -webkit-transition: background 250ms;
    -moz-transition: background 250ms;
    transition: background 250ms;
}

.contact_page .ui-datepicker-header {
    color: #938043 !important;
}

.blog_page .wrap {
    padding-left: 30px;
    padding-right: 30px;
}

.blog_page .post-nav {
    padding-bottom: 60px;
}

.blog_page .post-nav .previous {
    text-align: left;
}

.blog_page .post-nav .next {
    text-align: right;
}

.blog_page .post-nav a {
    color: #938043;
    font-size: 15px;
    font-family: "Playfair Display", serif;
}

.blog_page .post-nav a:hover {
    color: #676767;
}

.blog_page .header_blog {
    padding-top: 60px;
}

.blog_page .header_blog .title h1 {
    color: #676767;
    font-size: 24px;
    margin: 0;
    font-family: "Playfair Display", serif;
}

.blog_page .header_blog .searchform {
    position: relative;
    text-align: right;
    right: 20px;
}

.blog_page .header_blog .searchform .search-form {
    position: relative;
    width: 100%;
    max-width: 450px;
    display: inline-block;
}

.blog_page .header_blog .searchform .search-field {
    width: 100%;
    color: #676767;
    font-weight: 300;
    font-size: 13px;
    border: 1px solid #676767;
    padding: 5px 10px;
}

.blog_page .header_blog .searchform .search-field::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #676767;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.blog_page .header_blog .searchform .search-field:-moz-placeholder {
    text-transform: uppercase;
    color: #676767;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.blog_page .header_blog .searchform .search-field::-moz-placeholder {
    text-transform: uppercase;
    color: #676767;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.blog_page .header_blog .searchform .search-field:-ms-input-placeholder {
    text-transform: uppercase;
    color: #676767;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.blog_page .header_blog .searchform .search-field:focus {
    border: 1px solid #938043;
}

.blog_page
    .header_blog
    .searchform
    .search-field:focus::-webkit-input-placeholder {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
}

.blog_page .header_blog .searchform .search-field:focus:-moz-placeholder {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
}

.blog_page .header_blog .searchform .search-field:focus::-moz-placeholder {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
}

.blog_page .header_blog .searchform .search-field:focus:-ms-input-placeholder {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
}

.blog_page .header_blog .searchform .search-submit {
    background: url(../../images/search.png) center center no-repeat;
    border: none;
    height: 20px;
    position: absolute;
    right: -10px;
    text-indent: -9999px;
    top: 6px;
    width: 20px;
}

.blog_page #blog_list {
    margin-top: 50px;
    padding-bottom: 80px;
}

.blog_page #blog_list.loading {
    background: url(../../images/loading.gif) center top no-repeat;
    min-height: 50px;
}

.blog_page #blog_list.loading .grid-item {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 250ms;
    -moz-transition: opacity 250ms;
    transition: opacity 250ms;
}

.blog_page #blog_list .image {
    padding: 5px;
    position: relative;
    margin-bottom: 15px;
    max-height: 254px;
    overflow: hidden;
}

.blog_page #blog_list .image a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.blog_page #blog_list .image img {
    width: 100%;
    height: auto;
}

.blog_page #blog_list .image .hover {
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(147, 128, 67, 0.7);
    text-align: center;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: opacity 250ms;
    -moz-transition: opacity 250ms;
    transition: opacity 250ms;
}

.blog_page #blog_list .image .hover img {
    height: 68px;
    left: 50%;
    margin-left: -34px;
    margin-top: -34px;
    position: absolute;
    top: 50%;
    width: 68px;
}

.blog_page #blog_list .image:hover .hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: opacity 250ms;
    -moz-transition: opacity 250ms;
    transition: opacity 250ms;
}

.blog_page #blog_list .entry-title {
    padding: 0 15px;
    color: #676767;
    font-size: 16px;
    font-family: "Playfair Display", serif;
}

.blog_page #blog_list .entry-title a {
    color: #676767;
}

.blog_page #blog_list .entry-title a:hover {
    color: #938043;
}

.blog_page #blog_list .entry-summary {
    color: #676767;
    padding: 0 15px;
    font-size: 13px;
}

.blog_page #blog_list .entry-summary p {
    font-size: 13px;
}

.blog_page #blog_list .entry-meta {
    margin-top: 15px;
    padding: 10px 15px 0;
    color: #938043;
    position: relative;
}

.blog_page #blog_list .entry-meta a {
    color: #938043;
}

.blog_page #blog_list .entry-meta a:hover {
    color: #676767;
}

.blog_page #blog_list .entry-meta div {
    width: auto;
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
}

.blog_page #blog_list .entry-meta .barvert {
    margin: 0 5px;
    text-align: center;
}

.blog_page #blog_list .entry-meta:before {
    content: "";
    height: 2px;
    left: 15px;
    position: absolute;
    top: 0;
    width: 30px;
    background: #676767;
}

.blog_page .grid-item,
.blog_page .grid-sizer {
    background-color: #fff;
}

@media only screen {
    .blog_page .grid-item,
    .blog_page .grid-sizer {
        width: 45%;
    }
}

@media only screen and (min-width: 40.063em) {
    .blog_page .grid-item,
    .blog_page .grid-sizer {
        width: 30%;
    }
}

@media only screen and (max-width: 22.5rem) {
    .blog_page .grid-item,
    .blog_page .grid-sizer {
        width: 100%;
        margin-bottom: 20px;
    }
}

.blog_page .grid-item {
    -webkit-transition-property: top, left, opacity;
    -moz-transition-property: top, left, opacity;
    -ms-transition-property: top, left, opacity;
    -o-transition-property: top, left, opacity;
    transition-property: top, left, opacity;
    border: 1px solid #938043;
    padding-bottom: 15px;
}

@media only screen {
    .blog_page .gutter-sizer {
        width: 5%;
    }
}

@media only screen and (max-width: 22.5rem) {
    .blog_page .gutter-sizer {
        width: 0;
    }
}

.single-post .wrap {
    padding-left: 30px;
    padding-right: 30px;
}

.single-post .post {
    padding-top: 60px;
}

.single-post .entry-title {
    color: #676767;
    font-size: 24px;
    text-transform: uppercase;
    font-family: "Playfair Display", serif;
    letter-spacing: 1px;
}

.single-post .entry-content {
    color: #676767;
    font-size: 13px;
}

.single-post .entry-content p {
    font-size: 13px;
}

.single-post .entry-meta {
    margin-top: 15px;
    padding: 10px 0 0;
    color: #938043;
    position: relative;
}

.single-post .entry-meta a {
    color: #938043;
}

.single-post .entry-meta a:hover {
    color: #676767;
}

.single-post .entry-meta div {
    width: auto;
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
}

.single-post .entry-meta .barvert {
    margin: 0 5px;
    text-align: center;
}

.single-post .entry-meta:before {
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px;
    background: #676767;
}

.single-post .entry-meta.entry-footer {
    margin: 0;
    padding: 0;
}

.single-post .entry-meta.entry-footer:before {
    display: none;
}

.single-post .comment_count {
    color: #676767;
    font-size: 20px;
    font-family: "Playfair Display", serif;
}

.single-post .comment_count span {
    font-size: 24px;
}

.single-post .divider {
    width: 100%;
    background: #938043;
    height: 1px;
    margin: 60px 0;
}

.single-post .divider.small-divider {
    margin: 30px 0;
}

.single-post #respond {
    padding-bottom: 30px;
}

.single-post #respond #cancel-comment-reply-link {
    color: #938043;
    font-size: 13px;
}

.single-post #respond #cancel-comment-reply-link:hover {
    color: #676767;
}

.single-post #respond h3 {
    color: #676767;
    font-size: 20px;
    font-family: "Playfair Display", serif;
    margin: 0;
}

.single-post #respond input,
.single-post #respond textarea {
    width: 100%;
    color: #676767;
    font-weight: 300;
    font-size: 13px;
    border: 1px solid #676767;
    padding: 5px 10px;
    margin-bottom: 15px;
}

.single-post #respond input::-webkit-input-placeholder,
.single-post #respond textarea::-webkit-input-placeholder {
    text-transform: uppercase;
    color: #676767;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.single-post #respond input:-moz-placeholder,
.single-post #respond textarea:-moz-placeholder {
    text-transform: uppercase;
    color: #676767;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.single-post #respond input::-moz-placeholder,
.single-post #respond textarea::-moz-placeholder {
    text-transform: uppercase;
    color: #676767;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.single-post #respond input:-ms-input-placeholder,
.single-post #respond textarea:-ms-input-placeholder {
    text-transform: uppercase;
    color: #676767;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: 1px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}

.single-post #respond input:focus,
.single-post #respond textarea:focus {
    border: 1px solid #938043;
}

.single-post #respond input:focus::-webkit-input-placeholder,
.single-post #respond textarea:focus::-webkit-input-placeholder {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
}

.single-post #respond input:focus:-moz-placeholder,
.single-post #respond textarea:focus:-moz-placeholder {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
}

.single-post #respond input:focus::-moz-placeholder,
.single-post #respond textarea:focus::-moz-placeholder {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
}

.single-post #respond input:focus:-ms-input-placeholder,
.single-post #respond textarea:focus:-ms-input-placeholder {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    filter: alpha(opacity=70);
}

.single-post #respond input#submit,
.single-post #respond textarea#submit {
    width: auto;
    border-color: #938043;
    background: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 15px 25px;
    margin-top: 25px;
    -webkit-transition: background 250ms, color 250ms;
    -moz-transition: background 250ms, color 250ms;
    transition: background 250ms, color 250ms;
}

.single-post #comments #respond,
.single-post #comments li ul {
    margin-top: 30px;
}

.single-post #respond input#submit:hover,
.single-post #respond textarea#submit:hover {
    background: #938043;
    color: #fff;
    -webkit-transition: background 250ms, color 250ms;
    -moz-transition: background 250ms, color 250ms;
    transition: background 250ms, color 250ms;
}

.single-post #respond .submit {
    text-align: center;
}

.single-post #comments {
    padding-bottom: 50px;
}

.single-post #comments li {
    list-style: none;
    margin-bottom: 30px;
    border-bottom: 1px solid #938043;
    padding-bottom: 15px;
}

.single-post #comments li ul li {
    border: none;
    padding: 0;
    margin: 0;
}

.single-post #comments .media-heading {
    color: #676767;
    font-family: "Playfair Display", serif;
    font-size: 15px;
    margin: 0;
}

.single-post #comments .divvert {
    color: #938043;
    font-size: 14px;
    margin: 0 5px;
}

.single-post #comments .date a {
    color: #938043;
    font-size: 14px;
}

.single-post #comments .date a:hover {
    color: #676767;
}

.single-post #comments .comment-reply-link {
    color: #938043;
    font-size: 13px;
    display: block;
}

.single-post #comments .comment-reply-link:hover,
.single-post #comments .comment_text a {
    color: #676767;
}

.single-post #comments .comment_text {
    font-size: 13px;
    color: #676767;
}

.single-post #comments .comment_text p {
    font-size: 13px;
}

.single-post #comments .comment_awaiting {
    color: #938043;
    font-size: 13px;
    font-style: italic;
}

.single-post .social {
    display: inline-block;
}

.single-post .social div {
    vertical-align: top;
    margin-right: 10px;
}

#page {
    padding: 70px 30px 50px;
}

#page h1 {
    color: #676767;
    margin: 0 0 30px;
    font-family: "Playfair Display", serif;
    font-size: 24px;
}

#page .content,
#page .content p {
    font-size: 15px;
    font-weight: 300;
}

/*css for 26-03-2016 Anirban*/

.innerouter {
    padding: 35px 0;
}

.innerpart {
    padding: 10px 5%;
    text-align: center;
}

.innerpart .name {
    color: #676767;
    font-family: "Playfair Display", serif;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.innerpart P {
    font-size: 13px;
    font-weight: 300;
}

.pdfpart {
    width: 206px;
    margin: 10px 6px;
    display: inline-block;
}

.pdflink {
    padding: 10px 0;
    font-size: 13px;
    font-weight: 300;
}

.pdflink a {
    color: #676767;
}

.pdflink a:hover {
    color: #938043;
}

a.download {
    border: 1px solid #938043;
    color: #676767;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    margin-top: 10px;
    padding: 6px 17px;
}

.logininner {
    width: 400px;
    margin: 15px auto 50px auto;
}

.logininner .name {
    color: #676767;
    font-family: "Playfair Display", serif;
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.forminner {
    margin: 20px 0 0 0;
    padding: 25px;
    border: 1px solid #f3f3f3;
    background: #f9f9f9;
}

.formfield {
    border: 1px solid #676767;
    color: #676767;
    font-size: 14px;
    font-weight: 300;
    padding: 10px;
    width: 100% !important;
    height: 42px;
    margin-bottom: 20px;
}

.formfieldarea {
    border: 1px solid #676767;
    color: #676767;
    font-size: 14px;
    font-weight: 300;
    padding: 10px;
    width: 100% !important;
    height: 122px;
    margin-bottom: 20px;
}

.subbutt {
    background: #938043 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    padding: 12px 30px;
    text-align: center;
    transition: background 250ms ease 0s;
}

.subbutt:hover {
    background: #676767;
}

.textpart {
    font-size: 13px;
    padding: 0 0 25px 0;
    text-align: left;
}

.view {
    width: 180px;
    height: 203px;
    margin: 10px;
    float: left;
    border: 5px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    -webkit-box-shadow: 0px 0px 4px #a3a3a3;
    -moz-box-shadow: 0px 0px 4px #a3a3a3;
    box-shadow: 0px 0px 4px #a3a3a3;
    cursor: default;
    background: #fff url(../images/bgimg.jpg) no-repeat center center;
}

.view .mask,
.view .content {
    width: 170px;
    height: 194px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.view img {
    position: relative;
}

.view .icon {
    color: #fff;
    text-align: center;
    position: relative;
    margin: 80px 0 0 0;
}

.view-first img {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view-first .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    background-color: rgba(147, 128, 87, 0.8);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.view-first .icon {
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.view-first:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.view-first:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view-first:hover .icon {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.view-first .icon a {
    display: block;
    width: 180px;
    height: 203px;
}

label#password-error,
label#username-error {
    color: #e70808;
    display: block !important;
    font-size: 13px;
    text-align: left;
}

@media screen and (max-width: 600px) {
    .logininner {
        width: 94%;
        margin: 0 3%;
    }
}

p.errormsg {
    color: red;
    text-align: left;
}

p.error_msg {
    color: red;
    text-align: left;
}

#latest_blog.latest_blog_home {
    margin-bottom: 50px;
}

#latest_blog.latest_blog_home h3 {
    margin-bottom: 15px !important;
}

#latest_blog.latest_blog_home .home1 {
    padding: 0 40px;
}

#latest_blog.latest_blog_home .home3 {
    padding: 0 40px;
}

#fb5 {
    opacity: 1 !important;
}

#fb5 #fb5-footer #fb5-logo {
    display: none !important;
}

#fb5-ajax.fb5-lightbox #fb5-close-lightbox i {
    color: #938043;
}

#fb5 .fb5-preloader {
    display: block;
}

.woocommerce div.product .product_title {
    margin-top: 50px;
    font-family: "Playfair Display", serif;
}

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt {
    color: white !important;
}

.woocommerce a {
    color: #103f56;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    outline: 0;
    line-height: 1;
    padding: 8px;
    border-radius: 3px;
    box-shadow: none;
    border: 1px solid #ccc;
}

.woocommerce-MyAccount-navigation ul {
    margin: 0;
}

.woocommerce-MyAccount-navigation li.is-active {
    font-weight: bold;
}

.woocommerce-MyAccount-navigation li {
    list-style: none;
}

.woocommerce-account h2 {
    color: #676767;
    font-family: "Playfair Display", serif;
}

.woocommerce div.product div.summary {
    padding: 0 20px;
}

.woocommerce div.product div.images {
    margin-bottom: 0;
}

.custom-add-to-cart {
    border: none !important;
    text-align: center;
}

.custom-add-to-cart a {
    background: #103f56 !important;
    color: white !important;
}

.custom-add-to-cart a:hover {
    background: #938043 !important;
}

.custom-add-to-cart .amount {
    display: block;
    margin-top: 3px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    margin: 2em 0 2em 0 !important;
}

header .top_circle_present {
    max-width: calc(1400px - 230px);
    padding-right: 115px;
    position: relative;
}

header .top_circle {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    overflow: hidden;
    background: #938043;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 14px;
    position: absolute;
    text-align: center;
    top: -35px;
    right: 0;
    border: 1px solid #938043;
    text-transform: uppercase;
    transition: background-color 250ms;
}

header .top_circle:hover {
    background-color: white;
    transition: background-color 250ms;
}

header .top_circle a {
    height: 100%;
    width: 100%;
    display: block;
}

header .top_circle.fr {
    font-size: 13px;
    width: 110px;
    height: 110px;
}

header .top_circle:hover .wrapper_top_circle {
    color: black;
    transition: color 250ms;
}

header .top_circle .wrapper_top_circle {
    color: white;
    display: block;
    padding: 10px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: color 250ms;
}

aside .social {
    display: inline-block;
    margin-top: 20px;
    padding-left: 20px;
}

header .social {
    display: inline-block;
    border-bottom: 1px solid #676767;
    padding-bottom: 10px;
    margin-top: 20px;
    padding-left: 40px;
}

aside .social ul,
header .social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

aside .social ul li,
header .social ul li {
    display: inline-block;
    margin: 0 5px;
}

aside .social ul li:first-child,
header .social ul li:first-child {
    margin-left: 0;
}

aside .social ul li:last-child,
header .social ul li:last-child {
    margin-right: 0;
}

aside .social ul li a,
header .social ul li a {
    color: #938043;
}

aside .social ul li a:hover,
header .social ul li a:hover {
    color: #676767;
}

@media only screen and (min-width: 1024px) {
    .portrait_home .large-6 {
        width: 50%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-direction: column;
    }
}

@media only screen and (max-width: 1500px) {
    .home .portrait_home {
        padding: 50px;
    }
}

@media only screen and (max-width: 768px) {
    #main_slider .title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1025px) {
    .home #main_slider + .bottom_wrap {
        top: calc(100vh - 50px);
        margin-bottom: calc(100vh - 50px);
    }
}

#award {
    width: 115px;
    position: absolute;
    text-align: center;
    top: -35px;
    right: 110px;
}

#award img {
    width: 100%;
    height: auto;
    display: block;
}

@media (min-width: 1025px) {
    #award a {
        display: block;
    }
}

@media (min-width: 1025px) and (max-width: 1045px) {
    #award a {
        max-width: 90px;
        left: 210px;
    }
}
