@font-face {
    font-family: Futura;
    src: url(fonts/futura/FuturaStd-Medium.otf);
  }

@font-face {
    font-family: FuturaBook;
    src: url(fonts/futura/FuturaStd-Book.otf);
}

.menu-font {
    font-family: 'FuturaBook', serif;
    color: #b9935a !important;
    font-size: 1.5rem;
}

.menuactive{
    font-weight: bold;   
}

img.wp-smiley,
img.emoji {
    display: inline !important;
    border: 0 !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -.1em !important;
    background: none !important;
    padding: 0 !important
}

div.wpcf7 {
    margin: 0;
    padding: 0
}

div.wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14
}

div.wpcf7-mail-sent-ng {
    border: 2px solid red
}

div.wpcf7-spam-blocked {
    border: 2px solid orange
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700
}

.wpcf7-form-control-wrap {
    position: relative
}

span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    font-weight: normal;
    display: block
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid red;
    background: #fff;
    padding: .2em .8em
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
    content: " "
}

.wpcf7-display-none {
    display: none
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(../../../../plugins/contact-form-7/images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: 0;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible
}

div.wpcf7 div.ajax-error {
    display: none
}

div.wpcf7 .placeheld {
    color: #888
}

div.wpcf7 .wpcf7-recaptcha iframe {
    margin-bottom: 0
}

div.wpcf7 input[type="file"] {
    cursor: pointer
}

div.wpcf7 input[type="file"]:disabled {
    cursor: default
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
    font-family: 'FontAwesome';
    src: url(fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}


/*! 1.0 normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
footer,
header,
nav,
section {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

figcaption,
figure,
main {
    display: block
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

abbr[title] {
    border-bottom: 0;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details,
menu {
    display: block
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[hidden] {
    display: none
}

* {
    box-sizing: border-box
}

*:before,
*:after {
    box-sizing: border-box
}

html {
    font-size: 14px
}

body {
    color: #4a4a4a;
    background: #fff;
    line-height: 1.8;
    font-size: 1rem;
    font-family: 'Futura', serif;
    height: 100%;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.loaded {
    height: auto;
    overflow: visible
}

.preloader {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1000;
    visibility: visible;
    -webkit-transition: all .6s ease-out .4s;
    transition: all .6s ease-out .4s
}

.loaded .preloader {
    visibility: hidden;
    opacity: 0
}

.spinner {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #b9935a;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 1.8s infinite ease-in-out;
    animation: bounce 1.8s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

@-webkit-keyframes bounce {
    0%,
    100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes bounce {
    0%,
    100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0)
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0)
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    text-rendering: optimizeLegibility
}

h1 {
    font-size: 2.369em;
    line-height: 1.22222222222;
    letter-spacing: -.071428rem;
    margin: 1.139721em 0 .379907em
}

h2 {
    font-size: 1.777em;
    line-height: 1.416666;
    margin: 1.51875em 0 .50625em
}

h3 {
    font-size: 1.333em;
    line-height: 1.5;
    margin: 2.025em 0 .675em
}

h4 {
    font-size: 1em;
    margin: 0
}

h5,
h6 {
    text-transform: uppercase;
    letter-spacing: .142857rem;
    margin: 2.7em 0 .9em
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

p {
    margin: 0 0 1.8em
}

dfn,
cite,
em,
i {
    font-style: italic
}

blockquote {
    font-size: 1.125em;
    line-height: 1.7;
    font-style: italic;
    text-align: center;
    margin: 2em 3em
}

blockquote p {
    margin: 0 0 1.5em
}

blockquote:before,
blockquote:after {
    display: block;
    font-family: 'Futura', serif;
    font-size: 4.7777777em;
    font-style: normal;
    line-height: 1;
    color: #efefef;
    height: .4418604em
}

blockquote:before {
    content: '\201C';
    margin-bottom: .1395348em
}

blockquote:after {
    content: '\201D';
    margin-top: .1395348em
}

blockquote cite,
blockquote small {
    color: #bababa;
    display: block;
    font-size: 1rem;
    line-height: 1.75
}

blockquote>:last-child {
    margin: 0
}

pre {
    background-color: rgba(0, 0, 0, .01);
    border: 1px solid #eaeaea;
    max-width: 100%;
    overflow: auto;
    padding: 1em 1.5em;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

.uppercase-text {
    font-family: Raleway, 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: .178571em;
    font-size: .8571428rem;
    font-style: normal
}

.gray-text {
    color: #bababa
}

.small-text {
    font-size: .875em
}

.large-text {
    font-size: 1.25em
}

.large-p-text {
    font-size: 1.625em;
    line-height: 1.7
}

.large-pp-text {
    font-size: 2em;
    line-height: 1.55
}

.text-box {
    position: relative;
    padding: 2.142857em;
    border: 1px solid #e1e1e1;
    margin: 0 0 2.142857em
}

.text-box:after {
    content: '';
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 3px;
    right: 3px;
    border: 1px solid;
    border-color: inherit
}

.text-box>:first-child {
    margin-top: 0
}

.text-box>:last-child {
    margin-bottom: 0
}

.text-box>* {
    position: relative;
    z-index: 1
}

hr {
    margin: 2.7em;
    border: 0;
    border-top: 1px solid #eee
}

ul,
ol {
    margin: 0 0 1.8em
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

ul li,
ol li {
    margin: 0 0 .875em
}

li>ul,
li>ol {
    margin-bottom: 0
}

dl {
    margin: 0 0 1.8em
}

dd {
    margin: 0 0 1.8em
}

table,
th,
td {
    border: 1px solid rgba(51, 51, 51, .1)
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.8em;
    table-layout: fixed;
    width: 100%
}

caption,
th,
td {
    font-weight: normal;
    text-align: left
}

th {
    border-width: 0 1px 1px 0
}

td {
    border-width: 0 1px 1px 0
}

th,
td {
    padding: .71428571em
}

.gist table {
    width: inherit
}

img {
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

.avatar {
    border-radius: 100%
}

figure {
    margin: 0
}

del {
    opacity: .8
}

.menu-icon {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: 8px;
    margin-bottom: 8px
}

.menu-icon,
.menu-icon:before,
.menu-icon:after {
    display: inline-block;
    height: 2px;
    width: 21px;
    background: #333
}

.menu-icon:before,
.menu-icon:after {
    content: '';
    left: 0;
    position: absolute
}

.menu-icon:before {
    top: -7px
}

.menu-icon:after {
    bottom: -7px
}

.fa-googleplus:before {
    content: "\f0d5"
}

.fa-bloglovin:before {
    content: "\f004"
}

.fa-vkontakte:before {
    content: "\f189"
}

.fa-f500px:before {
    content: "\f26e"
}

.fa-email:before {
    content: "\f003"
}

button,
input,
select,
textarea {
    background-color: #fafafa;
    border-radius: 0;
    font-size: 1rem;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline
}

textarea {
    line-height: 1.8
}

button,
input {
    line-height: normal
}

input,
textarea,
select {
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid rgba(51, 51, 51, .08);
    color: #333
}

input:focus,
textarea:focus,
select:focus {
    background-color: #fff;
    border: 1px solid rgba(51, 51, 51, .3)
}

input:focus {
    outline: 2px solid #c1c1c1;
    outline: 2px solid rgba(51, 51, 51, .3)
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
    cursor: default;
    opacity: .5
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #cbb78f;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-family: 'Raleway', 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: .178571em;
    font-size: .78571428rem;
    line-height: 1.45454545;
    padding: 1.36363636em 1.636363em 1.36363636em 1.772727em;
    vertical-align: top
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    background-color: #bba579;
    outline: 0
}

input[type="search"] {
    -webkit-appearance: textfield
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
    padding: 1em
}

textarea {
    overflow: auto;
    vertical-align: top
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
    outline: 0
}

select {
    padding: 1em
}

label {
    cursor: pointer;
    font-size: 1rem
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0
}

fieldset {
    border-color: rgba(51, 51, 51, .08);
    border-style: solid;
    border-width: 1px
}

legend {
    font-size: 1rem;
    font-weight: bold;
    padding: 0 10px
}

.post-password-form label {
    color: #bababa
}

.post-password-form input[type="password"] {
    width: 14rem;
    margin-bottom: .714285rem
}

.search-form .search-wrap {
    position: relative
}

.search-form .search-field {
    display: block;
    width: 100%;
    -webkit-appearance: none
}

.search-form .search-submit {
    position: absolute;
    top: 50%;
    right: .714285em;
    margin-top: calc(1px - 0.5em);
    padding: 0;
    background: transparent;
    color: #b1b1b1;
    font-size: 1.1428571rem;
    line-height: 1
}

.search-form .search-submit:hover {
    color: #555
}

.required {
    color: #ff5a3a
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: rgba(0, 0, 0, 0.5)
}

a:focus {
    outline: 0
}

a:hover>img {
    opacity: .7
}

.taxonomy-description a,
.entry-meta a,
.page-content a,
.entry-content a,
.author-info a,
.comment-navigation a,
.image-navigation a,
.comment-content a,
.pingback .comment-body>a,
.comment-meta a,
.logged-in-as a,
.widget_calendar a,
.textwidget a {
    color: #b9935a
}

.taxonomy-description a:hover,
.cat-links a:hover,
.entry-meta a:hover,
.page-content a:hover,
.entry-content a:hover,
.author-info a:hover,
.comment-navigation a:hover,
.image-navigation a:hover,
.comment-content a:hover,
.comment-meta a:hover,
.logged-in-as a:hover,
.widget_calendar a:hover,
.textwidget a:hover,
.portfolio-grid .portfolio-cats a:hover {
    color: #a9874a
}

a,
a:after,
a:before,
input,
textarea,
button,
select {
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

a>img {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.menu-icon,
.menu-icon:before,
.menu-icon:after {
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out
}

.alignleft {
    display: inline;
    float: left
}

.alignright {
    display: inline;
    float: right
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: .4375em 2em 2em 0
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: .4375em 0 2em 2em
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: .4375em margin-bottom: 2em
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.25em
}

.list-item-row:after,
.entry-content:after,
.comment-content:after,
.page-content:after,
.comment-navigation:after,
.nav-links:after,
.widget-areas:after,
.textwidget:after,
.clearfix:after {
    content: '';
    display: table;
    clear: both
}

.sidebar {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40%;
    background-color: #766b5f;
    background-size: cover;
    color: #ccc
}

.admin-bar .sidebar {
    top: 32px
}

.sidebar-right .sidebar {
    left: auto;
    right: 0
}

.custom-background .sidebar:before {
    content: '';
    background: #000;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: opacity .4s ease-out;
    transition: opacity .4s ease-out
}

.sidebar a {
    color: #fff
}

.sidebar a:hover {
    color: #dbca9e
}

.sidebar-inner {
    position: relative;
    z-index: 5;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 8% 9%
}

.site-header,
.visible-nav {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.site-header,
.site-info {
    text-align: center;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.nav-open .toggle-buttons {
    position: relative;
    z-index: 20
}

.site-info .social-profiles {
    margin-bottom: 1em
}

.sidebar-layout-3 .site-header {
    justify-content: flex-end
}

.sidebar-layout-3 .site-header+.site-info {
    margin-top: 1em
}

.sidebar-layout-4 .site-header {
    display: block;
    flex-grow: 0
}

.sidebar-layout-4 .site-header+.site-info {
    margin-top: auto
}

.toggle-buttons {
    align-self: flex-start;
    line-height: 1;
    font-size: 18px
}

.sidebar-right .toggle-buttons {
    align-self: flex-end
}

.nav-toggle,
.search-toggle,
.toggle-buttons .search-form {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px
}

.nav-toggle {
    font-size: 0
}

.nav-toggle .menu-icon,
.nav-toggle .menu-icon:before,
.nav-toggle .menu-icon:after {
    background: #fff
}

.nav-toggle:hover .menu-icon,
.nav-toggle:hover .menu-icon:before,
.nav-toggle:hover .menu-icon:after {
    background: #dbca9e
}

.toggle-buttons .search-toggle {
    color: #fff
}

.toggle-buttons .search-toggle:hover {
    color: #dbca9e
}

.toggle-buttons .search-form {
    position: relative;
    width: 0;
    -webkit-transition: width .4s ease-out;
    transition: width .4s ease-out
}

.search-open .toggle-buttons .search-form {
    width: 220px
}

.toggle-buttons .search-form:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: rgba(204, 204, 204, 0.4)
}

.toggle-buttons .search-field {
    background: transparent;
    padding: 0;
    color: inherit;
    border: 0
}

.toggle-buttons .search-submit {
    display: none
}

.toggle-buttons .search-field::-webkit-input-placeholder {
    color: inherit
}

.toggle-buttons .search-field::-moz-placeholder {
    color: inherit;
    opacity: 1
}

.toggle-buttons .search-field:-ms-input-placeholder {
    color: inherit
}

.toggle-buttons .search-field:-moz-placeholder {
    color: inherit
}

.sidebar-nav {
    text-align: center
}

.hidden-nav.sidebar-nav {
    display: flex;
    position: absolute;
    z-index: 0;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.nav-open .hidden-nav.sidebar-nav {
    visibility: visible;
    opacity: 1;
    z-index: 15
}

.sidebar-nav .nav-container {
    margin: auto
}

.sidebar-nav ul,
.top-nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.sidebar-nav .nav-menu li:last-child {
    margin: 0
}

.sidebar-nav .nav-menu>li {
    font-size: 1.8571428em;
    line-height: 1.3;
    margin: 0 0 .461538em
}

.sidebar-nav .nav-menu>li>a {
    color: #fff
}

.sidebar-nav .nav-menu>li>a:hover,
.sidebar-nav .nav-menu>.current-menu-item>a {
    color: #dbca9e
}

.sidebar-nav .menu-item-has-children>a {
    position: relative
}

.sidebar-nav .menu-item-has-children>a:after {
    content: '\f107';
    position: absolute;
    top: 50%;
    right: -1em;
    margin-top: -.5em;
    font-family: 'FontAwesome';
    speak: none;
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    opacity: .7
}

.sidebar-nav .menu-item-has-children>a:hover:after {
    opacity: 1
}

.sidebar-nav .sub-menu {
    display: none;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: .8571428em
}

.sidebar-nav .sub-menu a {
    color: #ccc
}

.sidebar-nav .sub-menu a:hover {
    color: #fff
}

.sidebar-nav .sub-menu li {
    margin-bottom: .5em
}

.sidebar-nav .close-canvas-nav {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 20px;
    line-height: 1;
    color: #fff
}

.sidebar-nav .close-canvas-nav:hover {
    color: #ccc
}

.site-identity {
    max-width: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.site-identity>:last-child {
    margin: 0
}

.site-title {
    font-size: 2rem;
    line-height: 1.35;
    font-weight: 700;
    letter-spacing: 0;
    margin: 0 0 .357142em;
    color: #fff
}

.tagline {
    margin: 0 0 1.4285714em
}

.site-title+.social-profiles {
    margin: 1.4285714em 0 0
}

.header-image {
    margin: 0 0 1.8em;
    overflow: hidden
}

.header-image img {
    max-width: 13em;
    height: auto;
    width: 100%;
    transform: translateZ(0)
}

.rounded img {
    border-radius: 100%
}

.social-profiles a {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.25);
    width: 3em;
    height: 3em;
    border-radius: 100%;
    text-align: center;
    margin: .214285em
}

.social-profiles i {
    line-height: 2.857142em;
    line-height: calc(3em - 2px)
}

.sidebar .social-profiles {
    color: #fff
}

.sidebar .social-profiles a,
.sidebar .social-profiles a:hover {
    color: inherit
}

.sidebar .social-profiles a:hover {
    border: 1px solid rgba(255, 255, 255, 0.5)
}

.site-info>*,
.site-header>* {
    margin-bottom: 1.8em
}

.site-info>:last-child,
.site-header>:last-child,
.custom-sidebar-section>:last-child {
    margin-bottom: 0
}

.top-nav {
    border-bottom: 1px solid #f2f2f2;
    padding: 1.785714rem 5rem;
    background: #fff;
    text-transform: uppercase;
    letter-spacing: .181818em;
    font-size: .785714em;
    text-align: center
}

.top-nav .nav-menu li {
    position: relative;
    margin: 0
}

.top-nav .nav-menu>li {
    display: inline-block
}

.top-nav .nav-menu>li>a {
    position: relative;
    display: inline-block;
    padding: .636363em 1.363636em;
    color: #333
}

.top-nav .nav-menu>li>a:first-letter {
    padding-left: .181818em
}

.top-nav .nav-menu>li>a:hover {
    color: #a9874a
}

.top-nav .nav-menu>li>a:after {
    content: '';
    position: absolute;
    right: -2.5px;
    top: 50%;
    margin-top: -2.5px;
    width: 5px;
    height: 5px;
    background: #e5d1ad;
    border-radius: 100%
}

.top-nav .nav-menu>:last-child>a:after {
    display: none
}

.top-nav .nav-menu .sub-menu {
    position: absolute;
    top: 100%;
    left: 10px;
    background: #f6f6f6;
    width: 19em;
    margin-top: .454545em;
    padding: 1.090909em 0;
    z-index: 50;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.top-nav .nav-menu .sub-menu:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: .454545em;
    margin-top: -.454545em
}

.top-nav .nav-menu .sub-menu>li>a {
    display: inline-block;
    padding: .545454em 2.272727em;
    color: #333
}

.top-nav .nav-menu .sub-menu>li>a:hover {
    color: #a9874a
}

.top-nav .nav-menu li:hover>.sub-menu {
    visibility: visible;
    opacity: 1
}

.top-nav .sub-menu li>.sub-menu {
    top: 0;
    left: 100%;
    margin-top: -1.090909em;
    margin-left: 2px
}

.top-nav .sub-menu li>.sub-menu:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -3px;
    width: 2px
}

.top-nav-toggle {
    display: none
}

.site-content {
    background-color: #fff;
    /* margin-left: 40%; */
    margin-left: 0;
    overflow: hidden;
    word-wrap: break-word
}

.page-template-full-width-page .site-content {
    margin: 0
}

.sidebar-right .site-content {
    margin-right: 40%;
    margin-left: 0
}

.page-template-full-width-page.sidebar-right .site-content {
    margin: 0
}

.page-header {
    text-align: center
}

.page-header .author-avatar {
    margin: 0 0 1.8rem
}

.section-title,
.page-title,
.widget-title {
    font-size: 1.142857rem;
    letter-spacing: 0;
    margin: 0 0 1.5em
}

.section-title:only-child,
.page-title:only-child,
.widget-title:only-child {
    margin: 0
}

.taxonomy-description>:last-child {
    margin-bottom: 0
}

.navigation,
.inner-box {
    padding: 1.642857rem 5.357142rem
}

.navigation,
.inner-box,
.content-area {
    border-bottom: 1px solid #f2f2f2
}

.site-content>:last-child,
.site-main>:last-child {
    border: 0
}

.content-container,
.nav-links {
    width: 100%;
    max-width: 750px;
    margin: 0 auto
}

.content-container.large-container {
    max-width: 900px
}

.flex-row {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.flex-3c {
    margin-left: -10px;
    margin-right: -10px
}

.flex-row .flex-item {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    padding-left: 15px;
    padding-right: 15px
}

.flex-3c .flex-item {
    max-width: 33.3333333333%;
    -webkit-flex-basis: 33.3333333333%;
    flex-basis: 33.3333333333%;
    padding-left: 10px;
    padding-right: 10px
}

.entry-header {
    text-align: center;
    margin-bottom: 2.142857em
}

.sticky-badge {
    display: inline-block;
    background: #d3c4a6;
    padding: .6em 1.1em .6em 1.35em;
    font-family: 'Raleway', 'Open Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .25em;
    font-size: .71428571rem;
    color: #fff;
    margin: 0 0 2.4em
}

.cat-links {
    position: relative;
    display: block;
    font-family: 'Raleway', 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: .227272em;
    font-size: .785714em;
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem
}

.cat-links:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 2em;
    margin-left: -1.090909em;
    height: 2px;
    background: #eee
}

.entry-title {
    font-size: 2.285714rem;
    line-height: 1.4;
    font-weight: normal;
    margin: 0 0 .375em;
    letter-spacing: -.015625em
}

.post-thumbnail,
.entry-attachment {
    display: block;
    margin-bottom: 2.5em
}

.post-thumbnail.has-caption {
    margin-bottom: 0
}

.post-thumbnail-caption {
    margin-bottom: 2.5em
}

.post-thumbnail img,
..entry-attachment img {
    display: block;
    margin: 0 auto
}

.post-meta,
.post-date,
.comment-meta,
.portfolio-grid .portfolio-cats a {
    font-style: italic;
    color: #bababa
}

.post-meta+.post-meta:before {
    content: '\2022';
    margin: 0 1em;
    font-size: .571428em;
    vertical-align: middle;
    color: #d5d5d5
}

.page-content,
.entry-content,
.section-content {
    font-size: 1.142857rem
}

.entry-summary>:last-child,
.section-content>:last-child {
    margin: 0
}

.entry-content>h1:first-child,
.entry-content>h2:first-child,
.entry-content>h3:first-child,
.entry-content>h4:first-child,
.entry-content>h5:first-child,
.entry-content>h6:first-child,
.entry-summary>h1:first-child,
.entry-summary>h2:first-child,
.entry-summary>h3:first-child,
.entry-summary>h4:first-child,
.entry-summary>h5:first-child,
.entry-summary>h6:first-child,
.page-content>h1:first-child,
.page-content>h2:first-child,
.page-content>h3:first-child,
.page-content>h4:first-child,
.page-content>h5:first-child,
.page-content>h6:first-child,
.comment-content>h1:first-child,
.comment-content>h2:first-child,
.comment-content>h3:first-child,
.comment-content>h4:first-child,
.comment-content>h5:first-child,
.comment-content>h6:first-child,
.section-content>h1:first-child,
.section-content>h2:first-child,
.section-content>h3:first-child,
.section-content>h4:first-child,
.section-content>h5:first-child,
.section-content>h6:first-child {
    margin-top: 0
}

.entry-content a img,
.entry-summary a img,
.comment-content a img,
.textwidget a img {
    display: block
}

.page-links {
    text-align: center;
    margin-bottom: 1.8em;
    font-style: italic
}

.tags-list {
    margin-bottom: 1.8em
}

.tags-list a,
.tagcloud a {
    display: inline-block;
    padding: .142857em .714285em;
    border: 1px solid #e7e7e7;
    color: #b1b1b1;
    margin-right: .357142em;
    margin-bottom: .357142em;
    border-radius: 3px
}

.tagcloud a {
    font-size: 1rem !important;
    margin-right: 0
}

.tags-list a:hover,
.tagcloud a:hover {
    border-color: #ccc;
    color: #414141
}

.entry-more {
    display: table;
    width: 100%;
    margin-top: -.357142rem
}

.entry-more .more-wrap,
.entry-more .share-buttons {
    display: table-cell;
    vertical-align: middle
}

.entry-more .share-buttons {
    text-align: right
}

.more-link {
    font-style: italic
}

.share-buttons a {
    display: inline-block;
    margin-right: 3px;
    background: #f5f5f5;
    width: 3.142857em;
    height: 3.142857em;
    border-radius: 100%;
    font-size: 1rem;
    text-align: center;
    color: #333
}

.share-buttons a:hover {
    color: #fff;
    background: #d3c4a6
}

.share-buttons i {
    line-height: 3.142857em
}

.share-buttons .wdb-facebook-button:hover {
    background: #3b5998
}

.share-buttons .wdb-twitter-button:hover {
    background: #00aced
}

.share-buttons .wdb-google-button:hover {
    background: #dd4b39
}

.share-buttons .wdb-pinterest-button:hover {
    background: #cb2027
}

.share-buttons .wdb-tumblr-button:hover {
    background: #32506d
}

.share-buttons .wdb-vk-button:hover {
    background: #45668e
}

.author-info .author-avatar {
    float: left
}

.author-avatar img {
    max-width: 7.142857em
}

.has-avatar .author-description {
    margin-left: 8.928571em
}

.author-bio {
    margin: 0 0 1.4285714em
}

.author-link {
    font-style: italic
}

.related-post .post-thumbnail {
    margin-bottom: 1rem
}

.related-post-content a {
    font-size: 1.142857rem;
    line-height: 1.6
}

.posts-grid .hentry {
    position: relative;
    text-align: center;
    margin-bottom: 40px
}

.posts-grid .post-thumbnail {
    margin-bottom: 2em
}

.posts-grid .has-post-thumbnail .sticky-badge {
    position: absolute;
    top: 0;
    left: 15px
}

.posts-grid .cat-links {
    padding-bottom: 0;
    margin-bottom: .90909em
}

.posts-grid .cat-links:after {
    display: none
}

.posts-grid .entry-header {
    margin-bottom: 1.2857142em
}

.posts-grid .entry-title {
    font-size: 1.714285em;
    line-height: 1.4
}

.list-item-row {
    margin-left: -15px;
    margin-right: -15px
}

.list-item .post-thumbnail,
.list-item-content {
    padding-left: 15px;
    padding-right: 15px
}

.list-item .post-thumbnail {
    float: right;
    width: 33.333333333%
}

.has-post-thumbnail .list-item-content {
    float: left;
    width: 66.666666666%
}

.list-item-content .sticky-badge {
    margin: 0 0 1.5em
}

.list-item-content .entry-title {
    font-size: 1.857142em;
    line-height: 1.4;
    margin: 0 0 .19230769em
}

.list-item-content .entry-summary {
    margin-top: 1.4285714em
}

.pagination {
    text-align: center
}

.page-numbers {
    display: inline-block;
    vertical-align: middle;
    width: 3.142857em;
    height: 3.142857em;
    line-height: 3.142857em;
    text-align: center;
    background: #f5f5f5;
    color: #333;
    border-radius: 100%
}

.page-numbers i {
    line-height: 2.75em;
    font-size: 1.142857em
}

.page-numbers:hover,
.page-numbers.current {
    color: #fff;
    background: #d3c4a6
}

.page-numbers.dots {
    background: none
}

.page-numbers.dots:hover {
    color: inherit
}

.page-numbers.current {
    font-weight: bold
}

.post-navigation .nav-previous,
.post-navigation .nav-next,
.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.image-navigation .nav-previous,
.image-navigation .nav-next {
    width: 50%
}

.post-navigation .nav-previous,
.comment-navigation .nav-previous,
.image-navigation .nav-previous {
    float: left
}

.post-navigation .nav-next,
.comment-navigation .nav-next,
.image-navigation .nav-next {
    float: right;
    text-align: right
}

.post-navigation .nav-meta {
    display: block;
    font-family: 'Raleway', 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: .227272em;
    font-size: .785714rem;
    margin-bottom: .272727em;
    color: #b1b1b1
}

.post-navigation .post-title {
    font-size: 1.142857rem
}

.comment-navigation {
    margin-bottom: 1.428571rem
}

.comment-navigation,
.image-navigation,
.nav-link {
    font-style: italic
}

.entry-footer+.image-navigation {
    margin-top: 1.8em
}

.not-found .search-form {
    margin-bottom: 1.8em
}

.format-video .post-thumbnail,
.format-audio .post-thumbnail {
    position: relative
}

.format-video .post-thumbnail:after,
.format-audio .post-thumbnail:after {
    content: '';
    font-family: 'FontAwesome';
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -1.25em;
    margin-left: -1.25em;
    width: 2.5em;
    height: 2.5em;
    background: rgba(255, 255, 255, 0.85);
    text-align: center;
    border-radius: 100%;
    font-size: 2.8571428rem;
    line-height: 2.5em;
    color: #cdbd87
}

.format-video .post-thumbnail:after {
    content: "\f04b";
    padding-left: .25em
}

.format-audio .post-thumbnail:after {
    content: "\f001"
}

.related-post.format-video .post-thumbnail:after,
.related-post.format-audio .post-thumbnail:after,
.list-item.format-video .post-thumbnail:after,
.list-item.format-audio .post-thumbnail:after {
    font-size: 1.428257rem
}

.comment-list,
.comment-list .children {
    list-style: none;
    margin: 0;
    padding: 0
}

.comment-list .children {
    margin-top: 1.8em;
    margin-left: 5em
}

.comment-list li {
    margin-bottom: 1.8em
}

.comment-author {
    font-family: 'Raleway', 'Open Sans', sans-serif;
    font-size: 1rem;
    margin: 0 0 .5em;
    letter-spacing: 0;
    text-transform: none
}

.comment-list .bypostauthor .fn:after {
    content: 'Author';
    margin-left: 5px;
    font-family: 'Futura', serif;
    font-weight: normal;
    font-style: italic;
    color: #bababa
}

.comment-avatar {
    width: 3.571428em;
    float: left;
    margin-top: .357142em
}

.entry-comment {
    margin-left: 5em
}

.avatars-disabled .entry-comment {
    margin-left: 0
}

.comment-awaiting-moderation {
    margin-bottom: .5em;
    font-style: italic;
    color: #54ab16
}

.comment-notes,
.logged-in-as {
    font-style: italic
}

.comment-respond {
    margin-top: 2.142857em
}

.comment-respond:only-child {
    margin-top: 0
}

.comment-footer {
    display: table;
    width: 100%;
    margin-top: -1em
}

.comment-footer .comment-metadata,
.comment-footer .reply {
    display: table-cell;
    vertical-align: middle
}

.comment-footer .comment-metadata {
    font-size: .857142em
}

.comment-footer .reply {
    text-align: right
}

.comment-reply-link {
    display: inline-block;
    font-family: 'Raleway', 'Open Sans', sans-serif;
    font-size: .642857rem;
    text-transform: uppercase;
    letter-spacing: .111111em;
    padding: .555555em 1.222222em .555555em 1.333333em;
    color: #414141;
    border-radius: 3px;
    border: 1px solid #e7e7e7
}

.comment-reply-link:hover {
    border-color: #ccc
}

.no-comments {
    background: #f5f5f5;
    padding: 1em 1.428571em;
    font-style: italic;
    border-radius: 3px
}

.comment-reply-title small i {
    font-size: 1.142857em
}

.comment-reply-title small a {
    color: #b1b1b1
}

.comment-reply-title small a:hover {
    color: #333
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
    width: 100%
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    max-width: 22em
}

.comment-form .form-submit {
    margin-bottom: 0
}

.entry-content .wp-smiley,
.entry-summary .wp-smiley,
.comment-content .wp-smiley,
.textwidget .wp-smiley {
    border: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0
}

embed,
iframe,
object,
video {
    margin-bottom: 2.5em;
    max-width: 100%;
    vertical-align: middle
}

p>embed,
p>iframe,
p>object,
p>video {
    margin-bottom: 0
}

.wp-audio-shortcode,
.wp-video,
.wp-playlist.wp-audio-playlist {
    font-size: 1rem;
    margin-top: 0;
    margin-bottom: 1.8em
}

.wp-playlist.wp-playlist {
    padding-bottom: 0
}

.wp-playlist .wp-playlist-tracks {
    margin-top: 0
}

.wp-playlist-item .wp-playlist-caption {
    border-bottom: 0;
    padding: .625em 0
}

.wp-playlist-item .wp-playlist-item-length {
    top: .625em
}

.wp-caption {
    margin-bottom: 1.8em;
    max-width: 100%
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0
}

.wp-caption-text,
.entry-caption {
    color: #a1a1a1;
    font-size: 1rem;
    line-height: 1.7;
    padding: 1em 0 0
}

.wp-caption.aligncenter .wp-caption-text {
    text-align: center
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 1.8em
}

.gallery .gallery-item {
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px
}

.gallery.wild-book-custom-gallery {
    display: block;
    margin-left: 0;
    margin-right: 0
}

.gallery.wild-book-custom-gallery .gallery-item {
    padding-left: 0;
    padding-right: 0
}

.gallery-columns-2,
.gallery-columns-3,
.gallery-columns-4 {
    margin-left: -15px;
    margin-right: -15px
}

.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item,
.gallery-columns-4 .gallery-item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px
}

.gallery-columns-2 .gallery-item {
    flex-basis: 50%;
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%
}

.gallery-columns-4 .gallery-item {
    flex-basis: 25%;
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    flex-basis: 20%;
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    flex-basis: 16.66666666%;
    max-width: 16.6666666%
}

.gallery-columns-7 .gallery-item {
    flex-basis: 14.2857142%;
    max-width: 14.2857142%
}

.gallery-columns-8 .gallery-item {
    flex-basis: 12.5%;
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    flex-basis: 11.111111%;
    max-width: 11.111111%
}

.gallery-icon img {
    margin: 0 auto
}

.gallery-columns-5>.gallery-item,
.gallery-columns-6>.gallery-item,
.gallery-columns-7>.gallery-item,
.gallery-columns-8>.gallery-item,
.gallery-columns-9>.gallery-item {
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 15px
}

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none
}

.gallery-caption {
    font-size: .857142rem;
    line-height: 1.5;
    padding: .833333em 0 0
}

.masonry-gallery {
    flex-basis: 100%;
    margin-left: -5px;
    margin-right: -5px
}

.gallery-columns-2 .masonry-gallery,
.gallery-columns-3 .masonry-gallery,
.gallery-columns-4 .masonry-gallery {
    margin-left: -10px;
    margin-right: -10px
}

.masonry-gallery .gallery-item {
    display: block;
    padding: 0 5px;
    margin-bottom: 10px
}

.gallery-columns-2 .masonry-gallery .gallery-item,
.gallery-columns-3 .masonry-gallery .gallery-item,
.gallery-columns-4 .masonry-gallery .gallery-item {
    padding: 0 10px;
    margin-bottom: 20px
}

.carousel-gallery .gallery-item {
    width: 100%;
    max-width: 100%;
    padding: 0;
    display: block;
    margin-bottom: 0
}

.carousel-gallery .gallery-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4)
}

.gallery-columns-3 .carousel-gallery .gallery-caption,
.gallery-columns-4 .carousel-gallery .gallery-caption {
    padding: 10px
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -1.5rem
}

.owl-carousel .owl-nav .owl-prev {
    left: 30px
}

.owl-carousel .owl-nav .owl-next {
    right: 30px
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    background-color: rgba(0, 0, 0, 0.15);
    color: #fff;
    font-size: 1.3rem;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    border-radius: 3px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    background-color: rgba(0, 0, 0, 0.35)
}

.owl-dots {
    text-align: center;
    margin-top: 1rem
}

.owl-dots .owl-dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #eee;
    border-radius: 100%;
    margin: 0 2px
}

.owl-dots .owl-dot.active,
.owl-dots .owl-dot:hover {
    background-color: #e6d5b3
}

.carousel-gallery.owl-carousel .owl-item img {
    display: block;
    max-width: 100%;
    width: auto
}

.tiled-gallery {
    margin-bottom: 1.8em !important
}

.widget-areas {
    margin-left: -15px;
    margin-right: -15px
}

.widget-area {
    float: left;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px
}

.widget {
    margin: 0 0 2.5em;
    line-height: 1.7
}

.widget:last-child,
.widget:only-child {
    margin: 0
}

.widget-title {
    margin-bottom: 1em
}

.widget_archive ul,
.widget_categories ul,
.widget_links ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_about_me ul,
.widget_advanced_recent_posts ul,
.wildbook-widget-recent-posts ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
    margin-bottom: .714285em
}

.widget_archive ul li:last-child,
.widget_categories ul li:last-child,
.widget_links ul li:last-child,
.widget_meta ul li:last-child,
.widget_nav_menu ul li:last-child,
.widget_pages ul li:last-child,
.widget_recent_comments ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_advanced_recent_posts ul li:last-child {
    margin-bottom: 0
}

.widget .post-date,
.wildbook-widget-recent-posts .post-date {
    display: block;
    font-size: .857142em
}

.widget_calendar .calendar_wrap {
    max-width: 450px
}

.widget_calendar caption {
    font-style: italic
}

.widget_calendar table th,
.widget_calendar table td {
    text-align: center
}

.widget_archive ul,
.widget_categories ul,
.widget_recent_comments ul {
    color: #bababa;
    font-style: italic
}

.widget_archive a,
.widget_categories a,
.widget_recent_comments a,
.widget_recent_comments .comment-author-link {
    font-style: normal
}

.widget_categories .children,
.widget_nav_menu .sub-menu {
    margin: .714285em 0 0 1.071428em
}

.widget_categories .children a:before,
.widget_nav_menu .sub-menu a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    background: #ccc;
    border-radius: 100%;
    margin-right: 10px;
    margin-top: -2px
}

.textwidget>:only-child,
.textwidget>:last-child {
    margin-bottom: 0
}

.wdb-widget-about-me>* {
    margin: 0 0 1em
}

.wdb-widget-about-me .social-profiles a {
    border-color: rgba(0, 0, 0, 0.13)
}

.wdb-widget-about-me .social-profiles a:hover {
    color: inherit;
    border-color: rgba(0, 0, 0, 0.25)
}

.wdb-instagram-feed .instagram-pics {
    list-style: none;
    margin: 0 -3px 1em -3px;
    padding: 0
}

.wdb-instagram-feed .instagram-pics li {
    float: left;
    width: 33.33333333333333333333333%;
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 6px
}

.wdb-instagram-feed p {
    font-style: italic
}

.wildbook-widget-recent-posts ul li {
    margin-bottom: 1.5rem
}

.wildbook-widget-recent-posts .post-thumbnail {
    float: left;
    margin: 0;
    width: 5rem
}

.wildbook-widget-recent-posts .has-post-thumbnail .widget-post-content {
    margin-left: 6.428571rem
}

.wildbook-widget-recent-posts .format-video .post-thumbnail:after,
.wildbook-widget-recent-posts .format-audio .post-thumbnail:after {
    font-size: 1em
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px
}

.hentry .portfolio-grid {
    margin-top: 20px
}

.portfolio-grid .portfolio-post {
    margin-bottom: 30px
}

.portfolio-grid .portfolio-post .post-thumbnail {
    margin-bottom: 1.14285714em;
    text-align: center
}

.portfolio-grid .portfolio-post .entry-header {
    margin-bottom: 0
}

.portfolio-grid .portfolio-post .entry-title {
    font-size: 1.142857rem;
    margin: 0
}

.wdb-newsletter-form {
    text-align: center
}

.wdb-newsletter-form-wrap {
    display: inline-block
}

.mc4wp-alert {
    font-style: italic;
    margin-top: 1.8em
}

.mc4wp-notice {
    color: #3d78d6
}

.mc4wp-success {
    color: #619e22
}

.mc4wp-error {
    color: #e85c5c
}

@media(min-width:1600px) {
    html {
        font-size: 16px
    }
    .navigation,
    .inner-box {
        padding-top: 5.5rem;
        padding-bottom: 5.5rem
    }
    .flex-row {
        margin-left: -20px;
        margin-right: -20px
    }
    .flex-row .flex-item {
        padding-left: 20px;
        padding-right: 20px
    }
    .flex-3c {
        margin-left: -15px;
        margin-right: -15px
    }
    .flex-3c .flex-item {
        padding-left: 15px;
        padding-right: 15px
    }
    .posts-grid .hentry {
        margin-bottom: 50px
    }
    .posts-grid .has-post-thumbnail .sticky-badge {
        left: 20px
    }
    .portfolio-grid .portfolio-post {
        margin-bottom: 40px
    }
    .widget-areas {
        margin-left: -25px;
        margin-right: -25px
    }
    .widget-area {
        padding-right: 25px;
        padding-left: 25px
    }
}

@media(min-width:1920px) {
    html {
        font-size: 17px
    }
    .content-container,
    .nav-links {
        max-width: 800px
    }
    .flex-row {
        margin-left: -25px;
        margin-right: -25px
    }
    .flex-row .flex-item {
        padding-left: 25px;
        padding-right: 25px
    }
    .flex-3c {
        margin-left: -20px;
        margin-right: -20px
    }
    .flex-3c .flex-item {
        padding-left: 20px;
        padding-right: 20px
    }
    .top-nav .nav-menu li {
        font-size: .82352941rem
    }
    .posts-grid .hentry {
        margin-bottom: 60px
    }
    .posts-grid .has-post-thumbnail .sticky-badge {
        left: 25px
    }
    .portfolio-grid .portfolio-post {
        margin-bottom: 50px
    }
}

@media(min-width:2500px) {
    html {
        font-size: 22px
    }
    .site-identity {
        max-width: 800px
    }
    .content-container,
    .nav-links {
        max-width: 950px
    }
    .content-container.large-container {
        max-width: 1050px
    }
    .top-nav .nav-menu>li>a:after {
        right: -3px;
        margin-top: -3px;
        width: 6px;
        height: 6px
    }
}

@media(max-width:1199px) {
    .search-open .toggle-buttons .search-form {
        width: 150px
    }
}

@media(min-width:992px) and (max-width:1199px) {
    html {
        font-size: 12px
    }
    .top-nav .nav-menu>li>a:after {
        right: -2px;
        margin-top: -2px;
        width: 4px;
        height: 4px
    }
}

@media(min-width:992px) {
    .page-template-full-width-page .sidebar {
        display: none
    }
    .off-canvas-nav {
        display: none
    }
    .nav-open.custom-background .sidebar:before {
        opacity: .7
    }
    .sidebar-layout-4 .toggle-buttons {
        display: none
    }
    .nav-open .site-header,
    .nav-open .site-info {
        opacity: 0;
        visibility: hidden
    }
    .top-nav .nav-menu {
        display: block !important
    }
    .sticky-nav .top-nav {
        position: fixed;
        top: 0;
        /* left: 40%; */
        left: 0;
        right: 0;
        z-index: 20
    }
    .sidebar-right.sticky-nav .top-nav {
        left: 0;
        right: 40%
    }
    .page-template-full-width-page.sticky-nav .top-nav,
    .page-template-full-width-page.sidebar-right.sticky-nav .top-nav {
        left: 0;
        right: 0
    }
    .sticky-nav.admin-bar .top-nav {
        top: 32px
    }
    .sticky-nav .site-content {
        padding-top: 5.928571em
    }
}

@media(max-width:991px) {
    .site {
        overflow: hidden
    }
    .wrapper {
        position: relative;
        z-index: 10;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out
    }
    .nav-open .wrapper {
        -webkit-transform: translateX(400px);
        transform: translateX(400px)
    }
    .off-canvas-nav {
        display: flex;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        width: 400px;
        background: #222;
        z-index: 0;
        overflow-y: auto;
        visibility: hidden;
        -webkit-transition: visibility 0s linear .3s;
        transition: visibility 0s linear .3s
    }
    .nav-open .off-canvas-nav {
        visibility: visible;
        -webkit-transition-delay: 0s;
        transition-delay: 0s
    }
    .off-canvas-nav .nav-menu {
        padding: 60px
    }
    .sidebar-right .site-content {
        margin-right: 0
    }
    .sidebar .sidebar-nav,
    .visible-nav {
        display: none
    }
    .sidebar {
        position: relative;
        top: 0;
        width: 100%
    }
    .sidebar-inner {
        display: block;
        height: auto;
        padding: 5% 7%
    }
    .admin-bar .sidebar {
        top: 0
    }
    .site-header {
        display: block;
        margin: 3em 0
    }
    .top-nav-toggle {
        display: block;
        padding: 2.272727em 0;
        border-bottom: 1px solid #f2f2f2;
        color: #333
    }
    .top-nav-toggle:hover {
        color: #a9874a
    }
    .top-nav {
        padding: 0;
        border: 0
    }
    .top-nav .nav-menu {
        position: static;
        background: #fff;
        text-align: left;
        z-index: 50;
        box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.08);
        display: none
    }
    .top-nav .nav-menu li {
        border-bottom: 1px solid #f2f2f2
    }
    .top-nav .nav-menu li:last-child {
        border-bottom: 0
    }
    .top-nav .nav-menu>li>a,
    .top-nav .nav-menu .sub-menu>li>a {
        display: block;
        padding: 1.363636em 2.727272em;
        color: #333
    }
    .top-nav .nav-menu>li>a:hover,
    .top-nav .nav-menu .sub-menu>li>a:hover {
        color: rgba(0, 0, 0, 0.5)
    }
    .top-nav .nav-menu a>span {
        position: relative;
        padding-left: 15px
    }
    .top-nav .nav-menu a>span:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -2px;
        width: 4px;
        height: 4px;
        background: #ddd;
        border-radius: 100%
    }
    .top-nav .nav-menu>li {
        display: block
    }
    .top-nav .nav-menu>li>a:after {
        display: none
    }
    .top-nav .nav-menu .sub-menu {
        width: auto;
        padding: 0;
        position: static;
        visibility: visible;
        opacity: 1;
        border-top: 1px solid #f2f2f2;
        background: #fff;
        margin: 0
    }
    .top-nav .nav-menu .sub-menu>li .sub-menu {
        margin: 0
    }
    .top-nav .nav-menu .sub-menu li a {
        padding-left: 4.090909em
    }
    .top-nav .nav-menu .sub-menu .sub-menu a {
        padding-left: 5.90909em
    }
    .top-nav .nav-menu .sub-menu .sub-menu .sub-menu a {
        padding-left: 7.727272em
    }
    .top-nav .nav-menu .sub-menu .sub-menu .sub-menu .sub-menu a {
        padding-left: 9.545454em
    }
    .sticky-nav .site-content {
        padding-top: 0 !important
    }
    .site-content {
        margin-left: 0
    }
    .flex-row {
        margin-left: -20px;
        margin-right: -20px
    }
    .flex-row .flex-item {
        padding-left: 20px;
        padding-right: 20px
    }
    .flex-3c {
        margin-left: -15px;
        margin-right: -15px
    }
    .flex-3c .flex-item {
        padding-left: 15px;
        padding-right: 15px
    }
    .posts-grid .hentry {
        margin-bottom: 50px
    }
    .posts-grid .has-post-thumbnail .sticky-badge {
        left: 20px
    }
    .portfolio-grid .portfolio-post {
        margin-bottom: 40px
    }
}

@media(max-width:767px) {
    html {
        font-size: 12px
    }
    .admin-bar .off-canvas-nav {
        top: 46px
    }
    .flex-row {
        display: block;
        margin-left: 0;
        margin-right: 0
    }
    .flex-row .flex-item {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0
    }
    .entry-more,
    .entry-more .more-wrap,
    .entry-more .share-buttons {
        display: block
    }
    .entry-more .more-wrap+.share-buttons {
        margin-top: 1.8em
    }
    .entry-more .share-buttons {
        text-align: left
    }
    .related-post:after {
        content: '';
        display: table;
        clear: both
    }
    .related-post+.related-post {
        margin-top: 1.6666666em
    }
    .related-post .post-thumbnail {
        width: 8rem;
        float: left;
        margin: 0
    }
    .has-post-thumbnail .related-post-content {
        margin-left: 9.5rem
    }
    .list-item-row {
        margin: 0
    }
    .list-item .post-thumbnail,
    .list-item-content {
        padding: 0;
        float: none;
        width: 100%
    }
    .has-post-thumbnail .list-item-content {
        width: 100%
    }
    .post-navigation .nav-previous,
    .post-navigation .nav-next,
    .comment-navigation .nav-previous,
    .comment-navigation .nav-next,
    .image-navigation .nav-previous,
    .image-navigation .nav-next {
        float: none;
        text-align: left;
        width: 100%
    }
    .post-navigation .nav-previous+.nav-next {
        margin-top: 1.8em
    }
    .comment-list .children {
        margin-left: 2em
    }
    .comment-footer,
    .comment-footer .comment-metadata,
    .comment-footer .reply {
        display: block
    }
    .comment-footer .comment-metadata,
    .comment-footer .reply {
        text-align: right
    }
    .comment-footer .reply {
        margin-top: 5px
    }
    .widget-areas {
        margin-left: 0;
        margin-right: 0
    }
    .widget-area {
        float: none;
        width: 100%;
        padding-right: 0;
        padding-left: 0
    }
    .widget-area+.widget-area {
        margin-top: 2.5em
    }
    .posts-grid .hentry {
        margin-bottom: 40px
    }
    .posts-grid .has-post-thumbnail .sticky-badge {
        left: 0
    }
    .portfolio-grid .portfolio-post {
        margin-bottom: 30px
    }
    .last-0>:last-child {
        margin-bottom: 0
    }
    .gallery .gallery-item {
        padding-left: 6px;
        padding-right: 6px;
        margin-bottom: 15px
    }
    .gallery-columns-4 .gallery-item,
    .gallery-columns-5 .gallery-item,
    .gallery-columns-6 .gallery-item,
    .gallery-columns-7 .gallery-item,
    .gallery-columns-8 .gallery-item,
    .gallery-columns-9 .gallery-item {
        flex-basis: 33.3333333333%;
        max-width: 33.333333333%
    }
    .gallery .masonry-gallery {
        margin-left: -5px;
        margin-right: -5px
    }
    .gallery .masonry-gallery .gallery-item {
        padding-left: 5px;
        padding-right: 5px
    }
    .gallery-columns-4 .masonry-gallery .gallery-item,
    .gallery-columns-5 .masonry-gallery .gallery-item,
    .gallery-columns-6 .masonry-gallery .gallery-item,
    .gallery-columns-7 .masonry-gallery .gallery-item,
    .gallery-columns-8 .masonry-gallery .gallery-item,
    .gallery-columns-9 .masonry-gallery .gallery-item {
        max-width: 33.33333333333%
    }
    .owl-carousel .owl-nav .owl-prev {
        left: 15px
    }
    .owl-carousel .owl-nav .owl-next {
        right: 15px
    }
    .wdb-newsletter-form input {
        width: 100%
    }
    .wdb-newsletter-form input+input {
        margin-top: 1rem
    }
}

@media(min-width:768px) {
    .list-item .post-thumbnail {
        margin: 0
    }
    .last-0>:nth-last-child(2),
    .last-0>:nth-last-child(1) {
        margin-bottom: 0
    }
    .flex-3c.last-0>:nth-last-child(3) {
        margin-bottom: 0
    }
}

@media(max-width:480px) {
    .nav-open .wrapper {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    .off-canvas-nav {
        width: 100%
    }
    blockquote {
        margin-left: 0;
        margin-right: 0
    }
    .navigation,
    .inner-box {
        padding-left: 3rem;
        padding-right: 3rem
    }
    .author-info .author-avatar {
        float: none;
        margin-bottom: 2em
    }
    .has-avatar .author-description {
        margin-left: 0
    }
}

.header-image img {
    max-width: 24em;
    height: auto
}

.header-image {
    margin-bottom: 2em
}

.sidebar {
    color: #e0e0e0
}

.site {
    visibility: hidden
}

.loaded .site {
    visibility: visible
}

.sidebar {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll
}

.custom-background .sidebar:before {
    opacity: .35
}


/*
You can add your own CSS here.

Click the help icon above to learn more.
*/

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(../../../../themes/wildbook/css/owl.video.play.html) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}