@charset "UTF-8";

/*--------------------------------------------------------------
* Reset
--------------------------------------------------------------*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: none;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

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

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

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

:focus {
    outline: 0;
}

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

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
}

a {
    text-decoration: none;
    position: relative;
    color: #000;
}

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

/*!
 * Bootstrap v3.3.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:1024px) {
    .container {
        width: 970px
    }
}

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

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

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

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1024px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {

    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    content: " ";
    display: table
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Layout
   12.1 Header
   12.2 Navigation
   12.3 Main content
   12.4 Regular Content
   12.5 Posts
   12.6 Pages
   12.7 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 Media Queries

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
    height: 100%;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

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

.clearfix:after {
    clear: both;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.logged-in #page #main-header {
    top: 32px;
}

.logged-in #page .wrapper {
    top: 112px !important;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/
p {
    text-align: left;
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 500;
}

blockquote {
    float: left;
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 15px solid #eee;
}

blockquote p {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
    color: #494949;
}

.bold-title {
    float: left;
    width: 100%;
    font-size: 30px;
    line-height: 46px;
    text-align: left;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    padding-bottom: 50px;
}

.intro-text {
    padding: 70px 0;
}

.parallax-section.intro-text {
    padding: 0;
}

.intro-text h2 {
    float: left;
    width: 100%;
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.41);
    color: #fff;
    font-size: 46px;
    letter-spacing: -2px;
    font-family: 'Poppins', sans-serif;
    line-height: 60px;
    text-align: left;
    font-weight: bold;
}

/*--------------------------------------------------------------
13.0 Links
--------------------------------------------------------------*/
a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #ffffff;
    font-family: 'Questrial', sans-serif;
    font-size: 12px;
}

#page {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    word-wrap: break-word;
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/
.site-header {
    position: absolute;
    width: 100%;
    height: 80px;
    top: 0;
    background: #fff;
    left: 0;
    padding: 0 40px;
    /* border-bottom: 1px solid #eee; */
    box-shadow: 0 0 65px rgba(0, 0, 0, 0.07);
    z-index: 10000;
}

.site-header .header-logo-wrapper {
    float: left;
    padding: 20px 20px;
    height: 160px;
    width: 160px;
}

.site-header .header-logo-wrapper a.custom-logo-link img {
    width: auto;
    height: 120px !important;
    float: left;
    box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.2), 0 6px 20px 0 rgba(255, 255, 255, 0.19);
    border-radius: 0px 0px 40px 0px;
    position: relative;
    z-index: 10000;
}

.minified {
    position: fixed;
    top: 0;
    height: 50px;
    animation: slideDown 0.35s ease-out;
}

.minified #site-navigation.nav-wrapper {
    height: 50px;
}

.minified ul.navbar-nav li {
    font-size: smaller;
}

.minified ul.navbar-nav li a {
    margin-top: 17px;
}

.minified.site-header .header-logo-wrapper {
    width: 100px;
    height: 100px;
}

.minified.site-header .header-logo-wrapper a.custom-logo-link img {
    height: 60px !important;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

/*--------------------------------------------------------------
12.0 Navigations
--------------------------------------------------------------*/

#site-navigation.nav-wrapper {
    float: right;
    position: relative;
    padding: 0;
    height: 80px;
    z-index: 1000;
}

#site-navigation.nav-wrapper .header-navigation-wrapper {
    height: 100%;
}

#site-navigation nav {
    height: 100%;
}

.navbar {
    position: relative;
    z-index: 200;
    color: #999999;
    background: #ffffff;
    padding: 18px 0;
}

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

.navbar:after {
    clear: both;
}

.navbar a {
    color: inherit;
}

.navbar .header-inner {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

ul.navbar-nav {
    list-style: none;
    margin: 0;
    height: 100%;
}

ul.navbar-nav li {
    display: inline-block;
    height: 100%;
}

ul.navbar-nav li:hover {
    background-color: rgba(0, 0, 0, 0.04);
    transition: all 1000ms ease-in-out;
    -webkit-transition-delay: all 1000ms ease-in-out;
    -moz-transition-delay: all 1000ms ease-in-out;
    -ms-transition-delay: all 1000ms ease-in-out;
    -o-transition-delay: all 1000ms ease-in-out;
}

ul.navbar-nav li.selected {
    border-top: 5px solid #000000;
}


ul.navbar-nav li a {
    text-decoration: none;
    font-weight: bold;
    font-size: small;
    text-transform: uppercase;
    height: auto;
    display: block;
    width: auto;
    padding: 0 1em;
    color: #999999;
    text-align: center;
    margin-top: 32px;
    transition: all 250ms ease-in-out;
    -webkit-transition-delay: all 250ms ease-in-out;
    -moz-transition-delay: all 250ms ease-in-out;
    -ms-transition-delay: all 250ms ease-in-out;
    -o-transition-delay: all 250ms ease-in-out;
}

ul.navbar-nav li.selected a {
    margin-top: 50px;
}

ul.navbar-nav li a:hover {
    color: #222222;
    transition: color 250ms ease-in-out;
    -webkit-transition-delay: color 250ms ease-in-out;
    -moz-transition-delay: color 250ms ease-in-out;
    -ms-transition-delay: color 250ms ease-in-out;
    -o-transition-delay: color 250ms ease-in-out;
}

#site-navigation.nav-wrapper .header-navigation-wrapper .nav-button-wrap {
    display: none;
}

#site-navigation.nav-wrapper .header-navigation-wrapper .nav-button-wrap .nav-button {
    display: block;
    width: 30px;
    height: 30px;
    caret-color: transparent;
}

.nav-button-wrap .nav-button span {
    caret-color: transparent;
}

/*--------------------------------------------------------------
12.3 Main Content
--------------------------------------------------------------*/

#page.site .wrapper {
    position: absolute;
    width: 100%;
    height: calc(100% - 80px);
    top: 80px;
    left: 0;
}

.wrapper .hero-wrapper {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 30;
}

.wrapper .content-wrapper {
    width: 100%;
    position: relative;
    z-index: 4;
    float: left;
    box-shadow: 0px 16px 52px 0px rgba(0, 0, 0, 0.04);
    background: #fff;
}

.page-content .content-wrapper {
    padding: 40px 80px;
}

/* Media container - images and videos */
.media-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.image-holder {
    position: absolute;
    width: 100%;
    height: 100% !important;
    display: block;
    overflow: hidden !important;
    top: 0;
    left: 0;
    padding: 0 !important;
}

.image-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 0;
    z-index: -1;
}

.image-container img {
    object-fit: contain;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: .5;
}

/* Hero text and link content */

.hero-content-holder {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin: 0 0 0 0;
    display: block;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.hero-info {
    border-left: 1px solid rgba(255, 255, 255, 0.41);
    padding: 30px 30px 30px 30px;
    color: #ffffff;
    margin: 0 4em;
    font-family: 'Poppins', sans-serif;
}

.hero-info h2 {
    display: inline-block;
    margin: 0;
    max-width: 750px;
    font-size: 4.1em;
    font-family: 'Poppins', sans-serif;
    line-height: 74px;
    text-transform: uppercase;
    text-align: left;
    font-weight: bold;
    padding-bottom: 20px;
}

.hero-info p {
    display: inline-block;
    text-align: left;
    font-weight: normal;
    margin: 0;
    color: #fff;
    font-family: 'Questrial', sans-serif;
    font-size: 12px;
    font-weight: 800;
    line-height: 24px;
    padding-bottom: 10px;
}

.hero-info a.btn {
    display: inline-block;
    color: #fff;
    background: #292929;
    padding: 25px 50px;
    position: relative;
    margin-top: 10px;
    font-family: 'Questrial', sans-serif;
    font-size: .9em;
    font-weight: bold;
    text-transform: uppercase;
    transition: all .3s linear;
    text-decoration: none;
}

.hero-info a.btn:hover {
    padding-left: 60px;

}

.hero-info a.btn:hover::before {
    width: 20px;

}

.hero-info a.btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 20px;
    height: 1px;
    width: 0;
    transition: all .3s linear;
    background-color: #fff;
}

/*--------------------------------------------------------------
12.4 Regular Content
--------------------------------------------------------------*/

section {
    float: left;
    width: 100%;
    padding: 100px 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
    color: #000000;
}

section h3 {
    float: left;
    width: 100%;
    font-size: 30px;
    line-height: 46px;
    text-align: left;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
}

section p {
    text-align: left;
    font-size: 12px;
    line-height: 24px;
    padding-bottom: 10px;
    font-weight: 500;
}

section a.btn {
    display: inline-block;
    color: #fff;
    background: #292929;
    padding: 25px 50px;
    position: relative;
    margin-top: 10px;
    font-size: .9em;
    font-weight: bold;
    text-transform: uppercase;
    transition: all .3s linear;
}

.container .partial-content-text {
    position: relative;
    display: inline-block;
    width: 55%;
    margin-right: 4%;
    vertical-align: top;
}

.container .partial-content-headline {
    position: relative;
    display: inline-block;
    width: 30%;
    margin-right: 4%;
    vertical-align: top;
}

.container .partial-content-headline .excerpt {
    color: #999;
}

.container .partial-content-headline h3 {
    margin-bottom: 10px;
}

.container .partial-content-boxes {
    position: relative;
    display: inline-block;
    width: 65%;
}

.container .partial-content-boxes .text-content-box {
    width: 45%;
    margin: 5% 4% 0 0;
    height: auto;
    background-color: #eee;
    border-top: 1px #292929 solid;
    padding: 3%;
    display: inline-block;
}

.container .partial-content-boxes .text-content-box:last-child {
    margin-right: 0;
}

.container .partial-content-media {
    position: relative;
    display: inline-block;
    width: 40%;
    vertical-align: top;
}

.container .partial-content-media img {
    width: 100%;
    height: auto;
}

.container .column-1of3 {
    width: 30%;
}

.container .column-2of3 {
    width: 60%;
}

/* Various styling elements for the home page content accesories */

.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
}

.pr-tags {
    margin-bottom: 30px;
    padding: 22px 20px;
    border: 1px solid #eee;
    background: #f9f9f9;
}

.pr-tags span,
.pr-tags ul,
.pr-tags ul li {
    float: left;
}

.pr-tags span {
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    padding-right: 20px;
    font-weight: 800;
    border-right: 1px solid #ccc;
}

.pr-tags ul {
    padding-left: 20px;
}

.pr-tags ul li {
    margin-right: 10px;
}

.pr-tags ul li a {
    font-style: italic;
    color: #999;
}

.pr-tags ul li a:hover {
    color: #000;
}

/*-----item hover ------------------------------------------------*/
.line-gal {
    margin-bottom: 30px;
}

.box-item {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

.line-gal .box-item {
    margin-bottom: 20px;
}

.box-item a.popup-image {
    position: absolute;
    top: -50px;
    opacity: 0;
    right: 0;
    width: 70px;
    height: 70px;
    background: #fff;
    line-height: 70px;
    z-index: 5;
    color: #000;
    font-size: 12px;
    transition: all .3s linear;
    transition-delay: 0.1s;
}

.box-item img {
    position: relative;
    z-index: 1;
    transform: translateZ(0);
    transition: all 2000ms cubic-bezier(.19, 1, .22, 1) 0ms;
}

.box-item .overlay {
    opacity: 0;
    z-index: 4;
    transition: all.3s linear;
}

.box-item:hover .overlay,
.gallery-item:hover .overlay {
    opacity: 0.3;
}

.box-item:hover img,
.gallery-item:hover img {
    transform: scale(1.15);
}

.respimg {
    width: 100%;
    height: auto;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.1;
    z-index: 2
}

/*--------------------------------------------------------------
18.0 Media queries
--------------------------------------------------------------*/

@media (max-width: 991px) {

    /* Display the menu button for mobile devices */
    .site-header {
        padding: 0 40px;
    }

    #site-navigation.nav-wrapper .nav-button-wrap {
        position: relative;
        margin-top: 25px;
        display: block;
    }

    .minified #site-navigation.nav-wrapper .nav-button-wrap {
        margin-top: 10px;
    }

    .nav-button-wrap .nav-button {
        position: relative;
        cursor: pointer;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        caret-color: transparent;
        margin-left: auto;
        margin-right: 0;
    }

    .nav-button-wrap .nav-button span {
        position: absolute;
        text-align: center;
        background-color: #424242;
        height: 3px;
        width: 30px;
        border-radius: 8px;
        transition: all 250ms ease-in-out;
        -webkit-transition-delay: all 250ms ease-in-out;
        -moz-transition-delay: all 250ms ease-in-out;
        -ms-transition-delay: all 250ms ease-in-out;
        -o-transition-delay: all 250ms ease-in-out;
        caret-color: transparent;
    }


    .nav-button-wrap .nav-button:hover span {
        background-color: #000000;
        transition: all 250ms ease-in;
        -webkit-transition-delay: all 250ms ease-in;
        -moz-transition-delay: all 250ms ease-in;
        -ms-transition-delay: all 250ms ease-in;
        -o-transition-delay: all 250ms ease-in;
    }

    .nav-button-wrap .nav-button span:nth-child(1) {
        width: 20px;
        transform: translateY(-10px);
        left: 0;
    }

    .nav-button-wrap .nav-button span:nth-child(3) {
        transform: translateY(10px);
        width: 15px;
        left: 0;
    }

    .nav-button-wrap .nav-button.menu-open span:nth-child(1) {
        transform: translateY(0) rotate(315deg);
        width: 25px;
    }

    .nav-button-wrap .nav-button.menu-open span:nth-child(2) {
        transform: translateX(50px);
    }

    .nav-button-wrap .nav-button.menu-open span:nth-child(3) {
        width: 25px;
        transform: translateY(0) rotate(-315deg);
    }

    /* Rearrange menu for mobile screens */
    .menu-bar-visible {
        display: block !important;
    }

    #site-navigation.nav-wrapper .header-navigation-wrapper {
        display: none;
        width: 100%;
        top: 80px;
        left: 0;
        height: auto;
        border-left: 1px solid #eee;
        border-bottom: 1px solid #eee;
        border-right: 1px solid #eee;
        background-color: #fff;
    }

    .site-header .header-logo-wrapper a.custom-logo-link img {
        height: 100px !important;
    }

    ul.navbar-nav {
        padding: 1em 125px 1em 30px;
    }

    ul.navbar-nav li {
        display: block;
        height: auto;
    }

    ul.navbar-nav li a {
        text-align: left;
        margin: 2em 0;
        padding: 0;
        font-weight: bold;
        font-size: 0.7em;
        color: #000000;
    }

    ul.navbar-nav li a:last-child {
        margin-bottom: 1em;
    }

    /* Page content styling */
    .page-content .content-wrapper {
        padding: 20px 40px;
    }

    /* Hero text and link content */

    .hero-info {
        color: #ffffff;
        margin: 0 3em;
    }

}

@media (max-width: 767px) {

    /*  Header for smaller mobile devices */
    .site-header {
        padding: 0 20px;
    }

    /* Page content styling */
    .page-content .content-wrapper {
        padding: 10px 20px;
    }

    .site-header .header-logo-wrapper a.custom-logo-link img {
        height: 90px !important;
    }

    /* Hero text and link content */

    .hero-info {
        color: #ffffff;
        margin: 0 2em;
    }

    ul.navbar-nav {
        padding: 1em 60px 1em 20px;
    }

}