/*------------------------------------------------------------------
[Main Theme Styles :: unpacked version comes with download ]

Project:	    Swirly Love - Wedding Theme
Author: 	    Christina Arasmo // EDITED: Eileena Long
Version:	    1.01
Last change:	10.28.18 - month day year 
Primary use:	Wedding / Love
-------------------------------------------------------------------*/

body:after {
    display: none;
    content: url(../images/main-image-mask-green.png)url(../images/main-image-mask-ivory.png)url(../images/main-image-mask-purple.png)url(../images/main-image-mask-gold.png)
}

#preloader,
.header-embellishment-bottom,
.header-embellishment-top,
.slide-panel {
    background-color: #fff
}

.the-couple-mask {
    background-image: url(../images/main-image-mask-white.png)
}

.header-initials {
    color: #fff
}

.nav-wrapper a {
    color: #aaa
}

.go-to-top,
.go-to-top:focus,
.go-to-top:hover,
.nav-wrapper .active a,
.nav-wrapper .fauxactive a,
.nav-wrapper a:hover {
    color: #fff
}

.veggieburger .lines,
.veggieburger .lines:after,
.veggieburger .lines:before {
    background: #fff
}

.header-right .nav-wrapper-mobile-vertical-center {
    border-right: 2px solid #fff
}

.header-left .nav-wrapper-mobile-vertical-center {
    border-left: 2px solid #fff
}

.feature-even {
    background: #eee
}

.divider:before {
    background-image: -webkit-radial-gradient(#fff, #fff 65%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0));
    background-image: radial-gradient(#fff, #fff 65%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0))
}

.divider-last-even:before {
    background-image: -webkit-radial-gradient(#eee, #eee 65%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0));
    background-image: radial-gradient(#eee, #eee 65%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0))
}


#preloader {
    z-index: 99999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    transition: all .5s ease-in-out;
    border: 10px solid #000
}

#preloader>div {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -50px;
    text-align: center
}

#preloader>div>span {
    font-size: 100px
}

.ie8 #preloader,
.ie9 #preloader {
    display: none
}

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

html {
    -ms-overflow-style: scrollbar
}

body {
    position: relative;
    line-height: 1.6;
    overflow-x: hidden
}

@media (max-width:240px) {
    body {
        font-size: 14px;
        line-height: 1.4
    }
}

@media (min-width:1200px) {
    body {
        font-size: 17px;
        line-height: 1.8
    }
}

body.header-right {
    padding-right: 60px
}

@media (min-width:600px) {
    body.header-right {
        padding-right: 100px
    }
}

@media (min-width:1000px) {
    body.header-right {
        padding-right: 250px
    }
}

@media (min-width:1200px) {
    body.header-right {
        padding-right: 300px
    }
}

body.header-left {
    padding-left: 60px
}

@media (min-width:600px) {
    body.header-left {
        padding-left: 100px
    }
}

@media (min-width:1000px) {
    body.header-left {
        padding-left: 250px
    }
}

@media (min-width:1200px) {
    body.header-left {
        padding-left: 300px
    }
}

.btn {
    white-space: normal
}

.btn-hg {
    padding: 10px 15px;
    font-size: 16px
}

@media (min-width:600px) {
    .btn-hg {
        padding: 20px 35px;
        font-size: 25px
    }
}

@media (max-width:320px) {
    .btn-lg {
        padding: 10px 15px;
        font-size: 16px
    }
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
    outline: 0;
    outline-offset: 0
}

.btn-primary {
    background-color: #000;
    border-color: #000;
    color: #fff
}

.btn.btn-primary.active,
.btn.btn-primary:active,
.btn.btn-primary:focus,
.btn.btn-primary:hover {
    background-color: transparent;
    color: #000;
    border-color: #000;
    -webkit-box-shadow: none;
    box-shadow: none
}


.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: transparent;
    color: #000;
    border-color: #000;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    border-color: #000;
    color: #000;
    background: 0 0
}

.btn.btn-default.active,
.btn.btn-default:active,
.btn.btn-default:focus,
.btn.btn-default:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
    -webkit-box-shadow: none;
    box-shadow: none
}

.container {
    width: 100%;
    max-width: 1600px;
    padding: 0 5%
}

.container-full-width {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0
}

.page-container {
    width: 100%;
    clear: both;
    position: relative;
    left: 0
}

.row {
    position: relative
}

@media (max-width:480px) {
    .row.break-480px [class*=col-] {
        width: 100%;
        left: 0!important;
        margin-left: 0
    }
}

@media (max-width:600px) {
    .row.break-600px [class*=col-] {
        width: 100%;
        left: 0!important;
        margin-left: 0
    }
}

@media (max-width:700px) {
    .row.break-700px [class*=col-] {
        width: 100%;
        left: 0!important;
        margin-left: 0
    }
}

#map-container p,
.base-font,
.header-initials,
.popover,
.tooltip,
body {
    font-family: 'Playfair Display', serif
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.headline-font,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Great Vibes', serif
}

a:active,
a:focus {
    outline: 0
}

.color-inherit-link a:focus,
.color-inherit-link a:hover,
a.color-inherit-link:focus,
a.color-inherit-link:hover {
    text-decoration: none
}

.color-inherit-link a:hover,
a.color-inherit-link:hover {
    opacity: .6
}

.color-inherit-link a,
a.color-inherit-link {
    color: inherit
}

.link-underline a,
a.link-underline {
    text-decoration: underline
}

.h1,
h1 {
    font-size: 40px;
    line-height: 1
}

.h2,
h2 {
    font-size: 35px;
    line-height: 1.2
}

.h3,
h3 {
    font-size: 30px;
    line-height: 1.2
}

.h4,
h4 {
    font-size: 28px;
    line-height: 1.2
}

.h5,
h5 {
    font-size: 25px;
    line-height: 1.2
}

.h6,
h6 {
    font-size: 22px;
    line-height: 1.3
}

@media (min-width:900px) {
    .h1,
    h1 {
        font-size: 60px
    }
    .h2,
    h2 {
        font-size: 40px
    }
    .h3,
    h3 {
        font-size: 30px
    }
    .h4,
    h4 {
        font-size: 25px
    }
    .h5,
    h5 {
        font-size: 22px
    }
    .h6,
    h6 {
        font-size: 20px
    }
}

@media (min-width:1500px) {
    .h1,
    h1 {
        font-size: 75px
    }
    .h2,
    h2 {
        font-size: 55px
    }
    .h3,
    h3 {
        font-size: 45px
    }
    .h4,
    h4 {
        font-size: 35px
    }
    .h5,
    h5 {
        font-size: 30px
    }
    .h6,
    h6 {
        font-size: 25px
    }
}

@media (max-width:240px) {
    .h1,
    h1 {
        font-size: 30px;
        line-height: 1
    }
    .h2,
    h2 {
        font-size: 25px;
        line-height: 1.2
    }
    .h3,
    h3 {
        font-size: 20px;
        line-height: 1.2
    }
    .h4,
    h4 {
        font-size: 18px;
        line-height: 1.2
    }
    .h5,
    h5 {
        font-size: 18px;
        line-height: 1.2
    }
    .h6,
    h6 {
        font-size: 16px;
        line-height: 1.2
    }
}

@media (max-width:600px) {
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    form,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    ol,
    p,
    table,
    ul {
        margin-top: 12px;
        margin-bottom: 12px
    }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
table,
ul {
    margin-top: 0;
    margin-bottom: 30px
}

blockquote {
    border-color: #000
}

blockquote p {
    font-size: 18px;
    line-height: inherit
}

@media (min-width:900px) {
    blockquote p {
        font-size: 22px;
        line-height: 1.9
    }
}

@media (max-width:600px) {
    .lead {
        font-size: 16px
    }
}

.feature-section-intro-text {
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
    text-align: center
}

@media (min-width:1300px) {
    .feature-section-intro-text {
        font-size: 20px;
        margin-bottom: 40px
    }
}

.theme-title {
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    font-size: 30px;
    margin: 0
}

@media (min-width:700px) {
    .theme-title {
        font-size: 50px
    }
}

@media (min-width:900px) {
    .theme-title {
        font-size: 60px
    }
}

@media (min-width:1500px) {
    .theme-title {
        font-size: 80px
    }
}

@media (min-width:700px) {
    .slide-panel .theme-title {
        padding-bottom: 50px
    }
}

.theme-title:after {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    background-image: url(../images/swirl-embellishment.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

@media (min-width:900px) {
    .theme-title:after {
        height: 50px
    }
}

@media (min-width:1500px) {
    .theme-title:after {
        height: 70px
    }
}

#map-container {
    height: 500px
}

#map-container #content {
    max-width: 400px;
    padding: 20px 0;
    text-align: center
}

@media (min-width:1300px) {
    #map-container #content {
        max-width: 600px
    }
}

#map-container #content p {
    margin: 0 0 10px 0
}

#map-container #content p:last-child {
    margin-bottom: 0
}

#map-container #bodyContent {
    padding-left: 20px
}

#map-container .theme-title {
    padding-bottom: 10px;
    font-size: 30px;
    margin: 0
}

#map-container .theme-title:after {
    height: 20px
}

@media (min-width:1300px) {
    .ceremony-reception-row {
        display: table;
        width: 80%;
        margin: 0 auto
    }
    .ceremony-reception-row [class*=col-] {
        display: table-cell;
        float: none;
        vertical-align: middle
    }
}

@media (min-width:900px) {
    .ceremony-col {
        text-align: right
    }
    .reception-col {
        text-align: left
    }
}

.rsvp-button {
    width: 100%;
    width: 200px;
    height: 200px;
    position: relative;
    display: inline-block;
    overflow: hidden
}

.rsvp-button span {
    display: block;
    transition: opacity .5s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 200px 400px;
    background-image: url(../images/rsvp-button.png)
}

.rsvp-button span:first-child {
    background-position: 50% 0;
    opacity: 1
}

.rsvp-button span:last-child {
    background-position: 50% 100%;
    opacity: 0
}

.rsvp-button:hover span:first-child {
    opacity: 0
}

.rsvp-button:hover span:last-child {
    opacity: 1
}

.qiu-button {
    width: 100%;
    width: 200px;
    height: 200px;
    position: relative;
    display: inline-block;
    overflow: hidden
}

.qiu-button span {
    display: block;
    transition: opacity .5s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 200px 400px;
    background-image: url(../images/qiu-donate-button.png)
}

.qiu-button span:first-child {
    background-position: 50% 0;
    opacity: 1
}

.qiu-button span:last-child {
    background-position: 50% 100%;
    opacity: 0
}

.qiu-button:hover span:first-child {
    opacity: 0
}

.qiu-button:hover span:last-child {
    opacity: 1
}

.david-button {
    width: 100%;
    width: 200px;
    height: 200px;
    position: relative;
    display: inline-block;
    overflow: hidden
}

.david-button span {
    display: block;
    transition: opacity .5s ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 200px 400px;
    background-image: url(../images/david-donate-button.png)
}

.david-button span:first-child {
    background-position: 50% 0;
    opacity: 1
}

.david-button span:last-child {
    background-position: 50% 100%;
    opacity: 0
}

.david-button:hover span:first-child {
    opacity: 0
}

.david-button:hover span:last-child {
    opacity: 1
}

.social-contact-list a {
    font-size: 1.4em
}

@media (min-width:900px) {
    .social-contact-list a {
        font-size: 2.5em
    }
}

.heart-divider {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50px;
    margin-top: -100px;
    width: 100px;
    height: 100px;
    background-image: url(../images/hearts-embellishments.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50%
}

@media (min-width:1500px) {
    .heart-divider {
        margin-left: -100px;
        margin-top: -200px;
        width: 200px;
        height: 200px
    }
}

.masthead-graphic {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 auto;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.masthead-graphic {
    background-image: url(../images/masthead-xxs.png)
}

@media (min-width:321px) {
    .masthead-graphic {
        background-image: url(../images/masthead-xs.png)
    }
}

@media (min-width:481px) {
    .masthead-graphic {
        background-image: url(../images/masthead-sm.png)
    }
    .header-top .masthead-graphic {
        margin: 0 auto;
        max-width: 900px;
        float: none
    }
}

@media (min-width:1200px) {
    .masthead-graphic {
        float: none;
        background-image: url(../images/masthead-lg.png)
    }
    .header-top .masthead-graphic {
        max-width: none
    }
}

@media (min-width:1450px) {
    .header-top .masthead-graphic,
    .masthead-graphic {
        max-width: 1450px;
        background-image: url(../images/masthead-hg.png)
    }
    .masthead-graphic-birds {
        z-index: -1;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: 50% 50%
    }
}

.masthead-graphic-birds {
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%
}



.masthead-graphic img {
    width: 100%;
    height: auto;
    margin: 0 auto
}

.masthead-img-hg,
.masthead-img-lg,
.masthead-img-sm,
.masthead-img-xs {
    display: none
}

@media (min-width:321px) {
    .masthead-img-hg,
    .masthead-img-lg,
    .masthead-img-sm,
    .masthead-img-xxs {
        display: none
    }
    .masthead-img-xs {
        display: block
    }
}

@media (min-width:481px) {
    .masthead-img-hg,
    .masthead-img-lg,
    .masthead-img-xs,
    .masthead-img-xxs {
        display: none
    }
    .masthead-img-sm {
        display: block
    }
}

@media (min-width:1200px) {
    .masthead-img-hg,
    .masthead-img-sm,
    .masthead-img-xs,
    .masthead-img-xxs {
        display: none
    }
    .masthead-img-lg {
        display: block
    }
}

@media (min-width:1450px) {
    .masthead-img-lg,
    .masthead-img-sm,
    .masthead-img-xs,
    .masthead-img-xxs {
        display: none
    }
    .masthead-img-hg {
        display: block
    }
}

@media (max-width:999px) {
    .header-top a.menu-toggle {
        float: right;
        margin: -2px 15px 0 0
    }
    a.menu-toggle {
        display: block;
        padding: 30px 0
    }
    .veggieburger .lines,
    .veggieburger .lines:after,
    .veggieburger .lines:before {
        border-radius: 10px
    }
    .veggieburger .lines {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto
    }
    .veggieburger {
        padding: 0;
        transition: .3s;
        cursor: pointer;
        user-select: none
    }
    .veggieburger:hover {
        opacity: 1
    }
    .veggieburger:active {
        transition: 0
    }
    .veggieburger .lines {
        display: block;
        width: 50px;
        margin: 0 auto;
        height: 3px;
        transition: .3s;
        position: relative
    }
    .veggieburger .lines:after,
    .veggieburger .lines:before {
        display: inline-block;
        height: 3px;
        transition: .3s;
        position: absolute;
        left: 0;
        right: 0;
        content: '';
        -webkit-transform-origin: .28571rem center;
        transform-origin: .28571rem center
    }
    .veggieburger .lines:before {
        top: 14px
    }
    .veggieburger .lines:after {
        top: -14px
    }
    .menu-open .veggieburger .lines {
        -webkit-transform: scale3d(.8, .8, .8);
        transform: scale3d(.8, .8, .8)
    }
    .menu-open .veggieburger .lines {
        background: 0 0!important
    }
    .menu-open .veggieburger .lines:after,
    .menu-open .veggieburger .lines:before {
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        top: 0;
        left: 0;
        height: 5px
    }
    .menu-open .veggieburger .lines:before {
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg)
    }
    .menu-open .veggieburger .lines:after {
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg)
    }
}

@media (min-width:0px)and (max-width:600px) {
    .veggieburger .lines {
        width: 30px
    }
}

.header {
    position: fixed;
    z-index: 201;
    background: #000
}

.header a:focus,
.header a:hover {
    text-decoration: none
}

@media (min-width:600px) {
    .header-left .header,
    .header-right .header {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .desktop .header-left .header,
    .desktop .header-right .header {
        overflow: auto
    }
}

.header-top .header {
    top: 0;
    height: 60px;
    width: 100%
}

@media (min-width:1000px) {
    .header-top .header {
        height: 80px
    }
}

.header-left .header,
.header-right .header {
    padding: 0;
    top: 0;
    bottom: 0;
    width: 60px
}

.header-right .header {
    right: 0
}

.header-left .header {
    left: 0
}

@media (min-width:600px) {
    .header-left .header,
    .header-right .header {
        width: 100px
    }
}

@media (min-width:1000px) {
    .header-left .header,
    .header-right .header {
        width: 250px
    }
}

@media (min-width:1200px) {
    .header-left .header,
    .header-right .header {
        width: 300px
    }
}

.header-top .header-embellishment-bottom,
.header-top .header-embellishment-top {
    display: none!important
}

@media (min-height:414px) {
    .js .header-embellishment-bottom,
    .js .header-embellishment-top {
        display: block;
        position: absolute;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1;
        background-attachment: scroll
    }
}

.header-embellishment-top {
    background-image: url(../images/header-top-embellishment-sm.png);
    top: 0;
    left: 0;
    right: 0;
    height: 45px;
    margin-bottom: 20px
}

.header-embellishment-bottom {
    background-image: url(../images/header-bottom-embellishment-sm.png);
    bottom: 0;
    left: 0;
    right: 0;
    height: 48px
}

@media (min-width:600px) {
    .header-embellishment-bottom,
    .header-embellishment-top {
        height: 80px
    }
}

@media (min-width:1000px) {
    .header-embellishment-top {
        background-image: url(../images/header-top-embellishment.png)
    }
    .header-embellishment-bottom {
        background-image: url(../images/header-bottom-embellishment.png)
    }
    .header-embellishment-bottom,
    .header-embellishment-top {
        height: 175px
    }
}

@media (min-width:1200px) {
    .header-embellishment-bottom,
    .header-embellishment-top {
        height: 210px
    }
}

.adjust-embellishments .header-embellishment-bottom,
.adjust-embellishments .header-embellishment-top {
    opacity: .25
}

.hide-embellishments .header-embellishment-bottom,
.hide-embellishments .header-embellishment-top {
    background-color: #000
}

.nav-wrapper .nav a {
    padding-top: 5px;
    padding-bottom: 5px
}

.nav-wrapper .nav a:focus,
.nav-wrapper .nav a:hover {
    background: 0 0
}

.header-top .header .nav {
    float: right;
    margin: 0 5px 0 0;
    padding: 0
}

.header-top .header .nav li {
    float: left
}

.header-top .header .nav li a {
    line-height: 80px;
    padding-top: 0;
    padding-bottom: 0
}

@media (min-width:1000px) {
    .header-top .header .nav li a {
        font-size: 20px
    }
}

.header-top .header-initials {
    float: left;
    margin: 0;
    padding: 0 0 0 15px;
    line-height: 55px
}

@media (min-width:1000px) {
    .header-top .header-initials {
        line-height: 72px
    }
}

.header-top .header-initials .visible-xs {
    display: none!important
}

.header-top .header-inner {
    margin: 0 auto;
    width: 100%;
    max-width: 1200px
}

.nav-wrapper-mobile {
    background: #000;
    position: fixed;
    z-index: 200;
    top: 0;
    bottom: 0;
    padding: 0;
    width: 100%;
    max-width: 200px;
    text-align: center;
    font-size: 18px;
    transition: all .3s ease-in-out;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.desktop .nav-wrapper-mobile {
    overflow: auto
}

@media (max-width:240px) {
    .header-left .nav-wrapper-mobile,
    .header-right .nav-wrapper-mobile {
        max-width: 170px
    }
}

.header-top .nav-wrapper-mobile {
    left: -100%;
    top: 60px;
    width: 100%;
    max-width: none
}

.menu-open .header-top .nav-wrapper-mobile {
    left: 0
}

.header-right .nav-wrapper-mobile {
    right: -100%
}

.menu-open .header-right .nav-wrapper-mobile {
    right: 60px
}

@media (min-width:600px) {
    .menu-open .header-right .nav-wrapper-mobile {
        right: 100px
    }
}

.header-left .nav-wrapper-mobile {
    left: -100%
}

.menu-open .header-left .nav-wrapper-mobile {
    left: 60px
}

@media (min-width:600px) {
    .menu-open .header-left .nav-wrapper-mobile {
        left: 100px
    }
}

.nav-wrapper-mobile-vertical-center {
    display: table-cell;
    vertical-align: middle
}

.nav-wrapper-mobile-inner {
    display: table;
    width: 100%;
    height: 100%
}

.header .nav {
    display: none;
    text-transform: lowercase
}

@media (min-width:1000px) {
    .header .nav {
        display: block
    }
}

@media (min-width:1000px) {
    .header .nav {
        font-size: 22px
    }
}

.header-left .header-inner,
.header-right .header-inner {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center
}

.header-left .header-vertical-center,
.header-right .header-vertical-center {
    display: table-cell;
    vertical-align: middle;
    position: relative
}

.header-initials {
    font-size: 35px;
    margin: -5px 0 10px 0;
    line-height: 1;
    padding: 0
}

.header-initials a:hover {
    text-decoration: none
}

@media (min-width:1000px) {
    .header-initials {
        font-size: 60px
    }
}

.the-couple-text-wrapper {
    padding-top: 20px
}

.the-couple-name {
    display: block;
    margin: 10px 0 0 0;
    line-height: 1;
    width: 100%
}

.the-couple-statement {
    font-size: 20px;
    position: relative;
    margin: 20px 0;
    padding: 10px 0
}

@media (min-width:1500px) {
    .the-couple-statement {
        font-size: 30px
    }
}

.the-couple-statement:after,
.the-couple-statement:before {
    content: '';
    height: 15px;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 20%;
    right: 20%
}

.the-couple-statement:before {
    border-top: 2px solid #000;
    top: 0
}

.the-couple-statement:after {
    border-bottom: 2px solid #000;
    bottom: 0
}

.the-couple-date {
    font-size: 30px
}

@media (min-width:1500px) {
    .the-couple-date {
        font-size: 50px
    }
}

.the-couple-image-holder {
    max-width: 375px;
    position: relative;
    clear: both;
    width: 100%;
    display: inline-block;
    margin: 10px auto 0
}

@media (min-width:1500px) {
    .the-couple-image-holder {
        max-width: 400px
    }
}

@media (min-width:1500px)and (min-height:1000px) {
    .the-couple-image-holder {
        max-width: 500px
    }
}

.the-couple-image {
    width: 100%;
    height: auto
    position: absolute;
    
}

.the-couple-mask {
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block

}
.the-couple-mask {
    
    background-image: url(../images/main-image-mask-white.png);
    
}

@media (min-width:1300px) {
    .the-couple-row {
        display: table;
        width: 100%
    }
    .the-couple-row [class*=col-] {
        display: table-cell;
        float: none;
        vertical-align: middle;
        width: auto
    }
}

@media (min-width:1300px) {
    .header-top .the-couple-row {
        display: table;
        width: 100%
    }
    .header-top .the-couple-row [class*=col-] {
        display: table-cell;
        float: none;
        vertical-align: middle;
        padding: 0
    }
}

@media (min-width:1000px)and (min-height:600px) {
    .v-middle-couple-outer {
        position: relative;
        display: table;
        width: 100%;
        overflow: visible
    }
    .v-middle-couple-inner {
        vertical-align: middle;
        display: table-cell;
        width: 100%
    }
    .vertical-align-middle-outer {
        position: relative;
        display: table;
        width: 100%
    }
    .vertical-align-middle-inner {
        vertical-align: middle;
        display: table-cell;
        width: 100%
    }
    .header-top .v-middle-couple-inner [class*=col-] {
        padding: 0
    }
    .v-middle-couple-inner .row {
        margin: 0
    }
}

.feature-section {
    position: relative;
    clear: both;
    margin-top: -18px;
    padding-top: 18px
}

.header-top .feature-section {
    margin-top: 0;
    padding-top: 60px
}

@media (min-width:1000px) {
    .header-top .feature-section {
        padding-top: 80px
    }
}

.feature-section .container {
    padding-top: 50px;
    padding-bottom: 60px
}

@media (min-width:1500px) {
    .feature-section .container {
        padding-top: 70px;
        padding-bottom: 80px
    }
}

.divider {
    position: relative
}

.divider-even {
    margin-top: -22px
}

.divider-last-even,
.divider-last-odd {
    margin-top: -18px
}

.divider:before {
    content: '';
    height: 18px;
    display: block;
    width: 100%;
    background-size: 100%;
    background-size: 36px 36px;
    background-repeat: repeat-x;
    background-position: 0 0;
    position: absolute;
    z-index: 5
}

.divider-even:before {
    bottom: -18px;
    left: 0;
    background-position: 0 -18px
}

.divider-odd:before {
    bottom: 0;
    left: 0;
    background-position: 0 0
}

.img-treatment {
    overflow: visible;
    position: relative;
    padding: 3px;
    margin-bottom: 30px
}

.img-treatment img {
    width: 100%;
    height: auto;
    display: block
}

.slide-panel .img-treatment {
    margin-left: -3px;
    margin-right: -3px
}

.no-js .img-treatment hr {
    display: none
}

.js .img-treatment hr {
    position: absolute;
    display: block;
    margin: 0;
    width: 0;
    height: 0;
    border-style: solid;
    z-index: 10
}

.img-treatment .tr {
    top: 0;
    right: 0;
    border-width: 0 20px 20px 0;
    border-color: transparent #000 transparent transparent
}

.img-treatment .tl {
    border-width: 20px 20px 0 0;
    border-color: #000 transparent transparent transparent;
    top: 0;
    left: 0
}

.img-treatment .bl {
    border-width: 20px 0 0 20px;
    border-color: transparent transparent transparent #000;
    left: 0;
    bottom: 0
}

.img-treatment .br {
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #000 transparent;
    bottom: 0;
    right: 0
}

.simple-gallery .img-treatment .tr {
    border-width: 0 15px 15px 0
}

.simple-gallery .img-treatment .tl {
    border-width: 15px 15px 0 0
}

.simple-gallery .img-treatment .bl {
    border-width: 15px 0 0 15px
}

.simple-gallery .img-treatment .br {
    border-width: 0 0 15px 15px
}

.love-block-even,
.love-block-odd {
    text-align: center
}

.love-block-icon span {
    text-align: center;
    display: block;
    width: 100%
}

.love-block-icon {
    color: #000;
    text-align: center;
    padding: 20px 0
}

.love-block-icon .love-icon {
    text-align: center;
    font-size: 50px
}

.love-block img {
    margin-bottom: 20px
}

@media (min-width:1000px) {
    .love-block {
        position: relative
    }
    .love-block:before {
        content: '';
        display: block;
        width: 2px;
        background: #000;
        position: absolute;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 50%
    }
    .love-block-even,
    .love-block-odd {
        text-align: left
    }
    .love-block-odd .col-sm-6:first-child {
        text-align: right
    }
    .love-block-even .col-sm-6:last-child {
        text-align: right
    }
    .love-block .col-sm-6 {
        padding-right: 5%;
        padding-left: 5%
    }
}

@media (min-width:1300px) {
    .love-block img {
        width: 100%
    }
    .love-block {
        display: table;
        width: 100%;
        margin: 0
    }
    .love-block .col-sm-6 {
        display: table-cell;
        float: none;
        vertical-align: middle
    }
}

.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.wedding-registry {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center
}

.wedding-registry li {
    display: inline-block;
    padding: 0 10px
}

.wedding-registry li img {
    width: 100%;
    height: auto;
    max-width: 200px
}

.wedding-registry a:hover {
    opacity: .5
}

.slide-active body {
    overflow: hidden
}

.slide-panel .container {
    max-width: 1400px
}

.slide-panel {
    position: fixed;
    padding: 20px 0;
    top: 0;
    width: 100%;
    bottom: 0;
    right: -100%;
    z-index: 1000;
    transition: all .5s ease-in-out;
    overflow: auto;
    border: 10px solid #000;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.desktop .slide-panel {
    overflow: auto;
    -ms-overflow-style: scrollbar
}

.slide-panel.open {
    right: 0
}

.ie9 .slide-panel {
    box-sizing: content-box;
    padding: 0;
    border: none;
    box-shadow: none
}

.slide-panel>.container {
    clear: both
}

.open.slide-panel:after {
    left: auto;
    right: 50px
}

.slide-panel .close {
    float: right;
    opacity: 1;
    text-shadow: none;
    font-size: 35px;
    width: 40px;
    height: 40px;
    color: #000;
    position: relative;
    top: -8px;
    right: 5px
}

.slide-panel .close:hover {
    color: #000;
    opacity: .5
}

.isotope li {
    transition-property: transform, opacity
}

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: .8s;
    -moz-transition-duration: .8s;
    transition-duration: .8s
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width
}

.row-masonry {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 0;
    margin-right: -1%;
    z-index: 100
}

.row-masonry a:hover img {
    opacity: .5;
    transition: opacity .5s ease-in-out
}

.row-masonry img {
    width: 100%;
    height: auto
}

.row-masonry .grid-sizer,
.row-masonry li {
    width: 99%
}

.row-masonry li {
    margin-bottom: 20px
}

@media (min-width:500px) {
    .row-masonry .gutter-sizer {
        width: 2%
    }
    .row-masonry {
        margin-right: -2%
    }
}

@media (min-width:500px) {
    .row-masonry .grid-sizer,
    .row-masonry li {
        width: 48%;
        float: left;
        display: block
    }
    .row-masonry li {
        margin-bottom: 2%
    }
}

@media (min-width:900px) {
    .row-masonry .grid-sizer,
    .row-masonry li {
        width: 31.3%
    }
}

@media (min-width:1200px) {
    .row-masonry .grid-sizer,
    .row-masonry li {
        width: 23%
    }
}

@media (min-width:1800px) {
    .row-masonry .grid-sizer,
    .row-masonry li {
        width: 18%
    }
}

.sort .active a,
.sort a:hover {
    padding-bottom: 6px;
    border-bottom: 2px solid #000
}

.sort a {
    font-size: 16px;
    text-decoration: none;
    display: block;
    padding: 8px 0;
    color: #000
}

.sort {
    margin: 0;
    padding: 0 0 3% 0;
    text-align: center;
    font-size: 0
}

.sort li {
    list-style: none;
    display: block
}

.sort a {
    margin: 0 2px 4px
}

.sort .active a {
    cursor: default
}

@media (min-width:480px) {
    .sort li {
        margin: 0 12px 10px;
        display: inline-block
    }
}

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

.popup-indicator:after {
    position: absolute;
    content: "\e62f";
    font-family: themify;
    z-index: 12;
    color: #fff;
    opacity: .5;
    top: 50%;
    margin-top: -30px;
    left: 0;
    right: 0;
    text-align: center;
    width: 100%;
    font-size: 40px
}

.form-control-lg {
    min-height: 46px;
    font-size: 16px;
    line-height: 1.33
}

.form-control:focus {
    outline: 0
}

.form-control {
    border-color: #000;
    background: rgba(255, 255, 255, .5)
}

.form-control,
.input-group .btn,
.input-group span {
    -webkit-box-shadow: none;
    box-shadow: none
}

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

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

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

.form-control:focus {
    border-color: #000;
    border-style: dashed;
    -webkit-box-shadow: none;
    box-shadow: none
}

#error,
#spinner,
#success {
    display: none
}

#error {
    color: #fff;
    background: #000;
    padding: 20px;
    margin-bottom: 20px
}

#success {
    color: #fff;
    background: #000;
    border: 1px solid #000;
    padding: 20px;
    margin-bottom: 20px
}

.green #success {
    color: #aad333
}

.purple #success {
    color: #a899e2
}

.ivory #success {
    color: #f8f5dc
}

.gold #success {
    color: #f9e386
}

#error h3,
#success h3 {
    margin: 0
}

label.error {
    color: #ec00e9;
    font-size: 12px;
    font-weight: 400;
    font-family: sans-serif
}

.error.form-control {
    border: 1px dashed #ec00e9
}

#spinner {
    width: 80px;
    margin: 0 auto;
    padding: 20px
}

#message {
    min-height: 150px
}

.go-to-top {
    display: block;
    position: fixed;
    text-align: center;
    font-size: 23px;
    transition: all .5s ease-in-out;
    bottom: 0;
    width: 60px;
    height: 60px;
    z-index: 500
}

.menu-open .go-to-top {
    display: none
}

.header-right .go-to-top {
    left: 0
}

.header-left .go-to-top,
.header-top .go-to-top {
    right: 0
}

.go-to-top:focus,
.go-to-top:hover {
    text-decoration: none
}

.go-to-top span:hover {
    opacity: .5
}

.go-to-top span {
    line-height: 1;
    width: 30px;
    height: 30px;
    display: block;
    z-index: 500;
    position: absolute;
    bottom: 0
}

.header-right .go-to-top span {
    left: 3px
}

.header-left .go-to-top span,
.header-top .go-to-top span {
    right: 3px
}

.go-to-top:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    z-index: 400;
    width: 60px;
    height: 60px;
    left: 0;
    bottom: 0
}

.header-right .go-to-top:before {
    border-width: 60px 0 0 60px;
    border-color: transparent transparent transparent #000
}

.header-left .go-to-top:before,
.header-top .go-to-top:before {
    border-width: 0 0 60px 60px;
    border-color: transparent transparent #000 transparent
}

.header-right .slide-panel .go-to-top {
    left: -100%
}

.header-right .slide-panel.open .go-to-top {
    bottom: 10px;
    left: 10px
}

.header-left .slide-panel .go-to-top,
.header-top .slide-panel .go-to-top {
    right: -100%
}

.header-left .slide-panel.open .go-to-top,
.header-top .slide-panel.open .go-to-top {
    bottom: 10px;
    right: 10px
}

.no-margin-bottom {
    margin-bottom: 0
}

.no-margin-top {
    margin-top: 0
}

.margin-top-10px {
    margin-top: 10px
}

.margin-top-20px {
    margin-top: 20px
}

.margin-top-30px {
    margin-top: 30px
}

.margin-top-40px {
    margin-top: 40px
}

.margin-bottom-10px {
    margin-bottom: 10px
}

.margin-bottom-20px {
    margin-bottom: 20px
}

.margin-bottom-30px {
    margin-bottom: 30px
}

.margin-bottom-40px {
    margin-bottom: 40px
}

.no-padding-bottom {
    padding-bottom: 0
}

@-moz-keyframes heartbeat-loader {
    0% {
        -moz-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -moz-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -moz-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -moz-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes heartbeat-loader {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartbeat-loader {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.heartbeat-loader:not(:required) {
    -moz-animation: heartbeat-loader 1300ms ease 0s infinite normal;
    -webkit-animation: heartbeat-loader 1300ms ease 0s infinite normal;
    animation: heartbeat-loader 1300ms ease 0s infinite normal;
    display: inline-block;
    position: relative;
    overflow: hidden
}

@font-face {
    font-family: themify;
    src: url(../fonts/themify.eot?-fvbane);
    src: url(../fonts/themify.eot?#iefix-fvbane)format('embedded-opentype'), url(../fonts/themify.woff?-fvbane)format('woff'), url(../fonts/themify.ttf?-fvbane)format('truetype'), url(../fonts/themify.svg?-fvbane#themify)format('svg');
    font-weight: 400;
    font-style: normal
}

.ti-wand:before {
    content: "\e600"
}

.ti-volume:before {
    content: "\e601"
}

.ti-user:before {
    content: "\e602"
}

.ti-unlock:before {
    content: "\e603"
}

.ti-unlink:before {
    content: "\e604"
}

.ti-trash:before {
    content: "\e605"
}

.ti-thought:before {
    content: "\e606"
}

.ti-target:before {
    content: "\e607"
}

.ti-tag:before {
    content: "\e608"
}

.ti-tablet:before {
    content: "\e609"
}

.ti-star:before {
    content: "\e60a"
}

.ti-spray:before {
    content: "\e60b"
}

.ti-signal:before {
    content: "\e60c"
}

.ti-shopping-cart:before {
    content: "\e60d"
}

.ti-shopping-cart-full:before {
    content: "\e60e"
}

.ti-settings:before {
    content: "\e60f"
}

.ti-search:before {
    content: "\e610"
}

.ti-zoom-in:before {
    content: "\e611"
}

.ti-zoom-out:before {
    content: "\e612"
}

.ti-cut:before {
    content: "\e613"
}

.ti-ruler:before {
    content: "\e614"
}

.ti-ruler-pencil:before {
    content: "\e615"
}

.ti-ruler-alt:before {
    content: "\e616"
}

.ti-bookmark:before {
    content: "\e617"
}

.ti-bookmark-alt:before {
    content: "\e618"
}

.ti-reload:before {
    content: "\e619"
}

.ti-plus:before {
    content: "\e61a"
}

.ti-pin:before {
    content: "\e61b"
}

.ti-pencil:before {
    content: "\e61c"
}

.ti-pencil-alt:before {
    content: "\e61d"
}

.ti-paint-roller:before {
    content: "\e61e"
}

.ti-paint-bucket:before {
    content: "\e61f"
}

.ti-na:before {
    content: "\e620"
}

.ti-mobile:before {
    content: "\e621"
}

.ti-minus:before {
    content: "\e622"
}

.ti-medall:before {
    content: "\e623"
}

.ti-medall-alt:before {
    content: "\e624"
}

.ti-marker:before {
    content: "\e625"
}

.ti-marker-alt:before {
    content: "\e626"
}

.ti-arrow-up:before {
    content: "\e627"
}

.ti-arrow-right:before {
    content: "\e628"
}

.ti-arrow-left:before {
    content: "\e629"
}

.ti-arrow-down:before {
    content: "\e62a"
}

.ti-lock:before {
    content: "\e62b"
}

.ti-location-arrow:before {
    content: "\e62c"
}

.ti-link:before {
    content: "\e62d"
}

.ti-layout:before {
    content: "\e62e"
}

.ti-layers:before {
    content: "\e62f"
}

.ti-layers-alt:before {
    content: "\e630"
}

.ti-key:before {
    content: "\e631"
}

.ti-import:before {
    content: "\e632"
}

.ti-image:before {
    content: "\e633"
}

.ti-heart:before {
    content: "\e634"
}

.ti-heart-broken:before {
    content: "\e635"
}

.ti-hand-stop:before {
    content: "\e636"
}

.ti-hand-open:before {
    content: "\e637"
}

.ti-hand-drag:before {
    content: "\e638"
}

.ti-folder:before {
    content: "\e639"
}

.ti-flag:before {
    content: "\e63a"
}

.ti-flag-alt:before {
    content: "\e63b"
}

.ti-flag-alt-2:before {
    content: "\e63c"
}

.ti-eye:before {
    content: "\e63d"
}

.ti-export:before {
    content: "\e63e"
}

.ti-exchange-vertical:before {
    content: "\e63f"
}

.ti-desktop:before {
    content: "\e640"
}

.ti-cup:before {
    content: "\e641"
}

.ti-crown:before {
    content: "\e642"
}

.ti-comments:before {
    content: "\e643"
}

.ti-comment:before {
    content: "\e644"
}

.ti-comment-alt:before {
    content: "\e645"
}

.ti-close:before {
    content: "\e646"
}

.ti-clip:before {
    content: "\e647"
}

.ti-angle-up:before {
    content: "\e648"
}

.ti-angle-right:before {
    content: "\e649"
}

.ti-angle-left:before {
    content: "\e64a"
}

.ti-angle-down:before {
    content: "\e64b"
}

.ti-check:before {
    content: "\e64c"
}

.ti-check-box:before {
    content: "\e64d"
}

.ti-camera:before {
    content: "\e64e"
}

.ti-announcement:before {
    content: "\e64f"
}

.ti-brush:before {
    content: "\e650"
}

.ti-briefcase:before {
    content: "\e651"
}

.ti-bolt:before {
    content: "\e652"
}

.ti-bolt-alt:before {
    content: "\e653"
}

.ti-blackboard:before {
    content: "\e654"
}

.ti-bag:before {
    content: "\e655"
}

.ti-move:before {
    content: "\e656"
}

.ti-arrows-vertical:before {
    content: "\e657"
}

.ti-arrows-horizontal:before {
    content: "\e658"
}

.ti-fullscreen:before {
    content: "\e659"
}

.ti-arrow-top-right:before {
    content: "\e65a"
}

.ti-arrow-top-left:before {
    content: "\e65b"
}

.ti-arrow-circle-up:before {
    content: "\e65c"
}

.ti-arrow-circle-right:before {
    content: "\e65d"
}

.ti-arrow-circle-left:before {
    content: "\e65e"
}

.ti-arrow-circle-down:before {
    content: "\e65f"
}

.ti-angle-double-up:before {
    content: "\e660"
}

.ti-angle-double-right:before {
    content: "\e661"
}

.ti-angle-double-left:before {
    content: "\e662"
}

.ti-angle-double-down:before {
    content: "\e663"
}

.ti-zip:before {
    content: "\e664"
}

.ti-world:before {
    content: "\e665"
}

.ti-wheelchair:before {
    content: "\e666"
}

.ti-view-list:before {
    content: "\e667"
}

.ti-view-list-alt:before {
    content: "\e668"
}

.ti-view-grid:before {
    content: "\e669"
}

.ti-uppercase:before {
    content: "\e66a"
}

.ti-upload:before {
    content: "\e66b"
}

.ti-underline:before {
    content: "\e66c"
}

.ti-truck:before {
    content: "\e66d"
}

.ti-timer:before {
    content: "\e66e"
}

.ti-ticket:before {
    content: "\e66f"
}

.ti-thumb-up:before {
    content: "\e670"
}

.ti-thumb-down:before {
    content: "\e671"
}

.ti-text:before {
    content: "\e672"
}

.ti-stats-up:before {
    content: "\e673"
}

.ti-stats-down:before {
    content: "\e674"
}

.ti-split-v:before {
    content: "\e675"
}

.ti-split-h:before {
    content: "\e676"
}

.ti-smallcap:before {
    content: "\e677"
}

.ti-shine:before {
    content: "\e678"
}

.ti-shift-right:before {
    content: "\e679"
}

.ti-shift-left:before {
    content: "\e67a"
}

.ti-shield:before {
    content: "\e67b"
}

.ti-notepad:before {
    content: "\e67c"
}

.ti-server:before {
    content: "\e67d"
}

.ti-quote-right:before {
    content: "\e67e"
}

.ti-quote-left:before {
    content: "\e67f"
}

.ti-pulse:before {
    content: "\e680"
}

.ti-printer:before {
    content: "\e681"
}

.ti-power-off:before {
    content: "\e682"
}

.ti-plug:before {
    content: "\e683"
}

.ti-pie-chart:before {
    content: "\e684"
}

.ti-paragraph:before {
    content: "\e685"
}

.ti-panel:before {
    content: "\e686"
}

.ti-package:before {
    content: "\e687"
}

.ti-music:before {
    content: "\e688"
}

.ti-music-alt:before {
    content: "\e689"
}

.ti-mouse:before {
    content: "\e68a"
}

.ti-mouse-alt:before {
    content: "\e68b"
}

.ti-money:before {
    content: "\e68c"
}

.ti-microphone:before {
    content: "\e68d"
}

.ti-menu:before {
    content: "\e68e"
}

.ti-menu-alt:before {
    content: "\e68f"
}

.ti-map:before {
    content: "\e690"
}

.ti-map-alt:before {
    content: "\e691"
}

.ti-loop:before {
    content: "\e692"
}

.ti-location-pin:before {
    content: "\e693"
}

.ti-list:before {
    content: "\e694"
}

.ti-light-bulb:before {
    content: "\e695"
}

.ti-Italic:before {
    content: "\e696"
}

.ti-info:before {
    content: "\e697"
}

.ti-infinite:before {
    content: "\e698"
}

.ti-id-badge:before {
    content: "\e699"
}

.ti-hummer:before {
    content: "\e69a"
}

.ti-home:before {
    content: "\e69b"
}

.ti-help:before {
    content: "\e69c"
}

.ti-headphone:before {
    content: "\e69d"
}

.ti-harddrives:before {
    content: "\e69e"
}

.ti-harddrive:before {
    content: "\e69f"
}

.ti-gift:before {
    content: "\e6a0"
}

.ti-game:before {
    content: "\e6a1"
}

.ti-filter:before {
    content: "\e6a2"
}

.ti-files:before {
    content: "\e6a3"
}

.ti-file:before {
    content: "\e6a4"
}

.ti-eraser:before {
    content: "\e6a5"
}

.ti-envelope:before {
    content: "\e6a6"
}

.ti-download:before {
    content: "\e6a7"
}

.ti-direction:before {
    content: "\e6a8"
}

.ti-direction-alt:before {
    content: "\e6a9"
}

.ti-dashboard:before {
    content: "\e6aa"
}

.ti-control-stop:before {
    content: "\e6ab"
}

.ti-control-shuffle:before {
    content: "\e6ac"
}

.ti-control-play:before {
    content: "\e6ad"
}

.ti-control-pause:before {
    content: "\e6ae"
}

.ti-control-forward:before {
    content: "\e6af"
}

.ti-control-backward:before {
    content: "\e6b0"
}

.ti-cloud:before {
    content: "\e6b1"
}

.ti-cloud-up:before {
    content: "\e6b2"
}

.ti-cloud-down:before {
    content: "\e6b3"
}

.ti-clipboard:before {
    content: "\e6b4"
}

.ti-car:before {
    content: "\e6b5"
}

.ti-calendar:before {
    content: "\e6b6"
}

.ti-book:before {
    content: "\e6b7"
}

.ti-bell:before {
    content: "\e6b8"
}

.ti-basketball:before {
    content: "\e6b9"
}

.ti-bar-chart:before {
    content: "\e6ba"
}

.ti-bar-chart-alt:before {
    content: "\e6bb"
}

.ti-back-right:before {
    content: "\e6bc"
}

.ti-back-left:before {
    content: "\e6bd"
}

.ti-arrows-corner:before {
    content: "\e6be"
}

.ti-archive:before {
    content: "\e6bf"
}

.ti-anchor:before {
    content: "\e6c0"
}

.ti-align-right:before {
    content: "\e6c1"
}

.ti-align-left:before {
    content: "\e6c2"
}

.ti-align-justify:before {
    content: "\e6c3"
}

.ti-align-center:before {
    content: "\e6c4"
}

.ti-alert:before {
    content: "\e6c5"
}

.ti-alarm-clock:before {
    content: "\e6c6"
}

.ti-agenda:before {
    content: "\e6c7"
}

.ti-write:before {
    content: "\e6c8"
}

.ti-window:before {
    content: "\e6c9"
}

.ti-widgetized:before {
    content: "\e6ca"
}

.ti-widget:before {
    content: "\e6cb"
}

.ti-widget-alt:before {
    content: "\e6cc"
}

.ti-wallet:before {
    content: "\e6cd"
}

.ti-video-clapper:before {
    content: "\e6ce"
}

.ti-video-camera:before {
    content: "\e6cf"
}

.ti-vector:before {
    content: "\e6d0"
}

.ti-themify-logo:before {
    content: "\e6d1"
}

.ti-themify-favicon:before {
    content: "\e6d2"
}

.ti-themify-favicon-alt:before {
    content: "\e6d3"
}

.ti-support:before {
    content: "\e6d4"
}

.ti-stamp:before {
    content: "\e6d5"
}

.ti-split-v-alt:before {
    content: "\e6d6"
}

.ti-slice:before {
    content: "\e6d7"
}

.ti-shortcode:before {
    content: "\e6d8"
}

.ti-shift-right-alt:before {
    content: "\e6d9"
}

.ti-shift-left-alt:before {
    content: "\e6da"
}

.ti-ruler-alt-2:before {
    content: "\e6db"
}

.ti-receipt:before {
    content: "\e6dc"
}

.ti-pin2:before {
    content: "\e6dd"
}

.ti-pin-alt:before {
    content: "\e6de"
}

.ti-pencil-alt2:before {
    content: "\e6df"
}

.ti-palette:before {
    content: "\e6e0"
}

.ti-more:before {
    content: "\e6e1"
}

.ti-more-alt:before {
    content: "\e6e2"
}

.ti-microphone-alt:before {
    content: "\e6e3"
}

.ti-magnet:before {
    content: "\e6e4"
}

.ti-line-double:before {
    content: "\e6e5"
}

.ti-line-dotted:before {
    content: "\e6e6"
}

.ti-line-dashed:before {
    content: "\e6e7"
}

.ti-layout-width-full:before {
    content: "\e6e8"
}

.ti-layout-width-default:before {
    content: "\e6e9"
}

.ti-layout-width-default-alt:before {
    content: "\e6ea"
}

.ti-layout-tab:before {
    content: "\e6eb"
}

.ti-layout-tab-window:before {
    content: "\e6ec"
}

.ti-layout-tab-v:before {
    content: "\e6ed"
}

.ti-layout-tab-min:before {
    content: "\e6ee"
}

.ti-layout-slider:before {
    content: "\e6ef"
}

.ti-layout-slider-alt:before {
    content: "\e6f0"
}

.ti-layout-sidebar-right:before {
    content: "\e6f1"
}

.ti-layout-sidebar-none:before {
    content: "\e6f2"
}

.ti-layout-sidebar-left:before {
    content: "\e6f3"
}

.ti-layout-placeholder:before {
    content: "\e6f4"
}

.ti-layout-menu:before {
    content: "\e6f5"
}

.ti-layout-menu-v:before {
    content: "\e6f6"
}

.ti-layout-menu-separated:before {
    content: "\e6f7"
}

.ti-layout-menu-full:before {
    content: "\e6f8"
}

.ti-layout-media-right-alt:before {
    content: "\e6f9"
}

.ti-layout-media-right:before {
    content: "\e6fa"
}

.ti-layout-media-overlay:before {
    content: "\e6fb"
}

.ti-layout-media-overlay-alt:before {
    content: "\e6fc"
}

.ti-layout-media-overlay-alt-2:before {
    content: "\e6fd"
}

.ti-layout-media-left-alt:before {
    content: "\e6fe"
}

.ti-layout-media-left:before {
    content: "\e6ff"
}

.ti-layout-media-center-alt:before {
    content: "\e700"
}

.ti-layout-media-center:before {
    content: "\e701"
}

.ti-layout-list-thumb:before {
    content: "\e702"
}

.ti-layout-list-thumb-alt:before {
    content: "\e703"
}

.ti-layout-list-post:before {
    content: "\e704"
}

.ti-layout-list-large-image:before {
    content: "\e705"
}

.ti-layout-line-solid:before {
    content: "\e706"
}

.ti-layout-grid4:before {
    content: "\e707"
}

.ti-layout-grid3:before {
    content: "\e708"
}

.ti-layout-grid2:before {
    content: "\e709"
}

.ti-layout-grid2-thumb:before {
    content: "\e70a"
}

.ti-layout-cta-right:before {
    content: "\e70b"
}

.ti-layout-cta-left:before {
    content: "\e70c"
}

.ti-layout-cta-center:before {
    content: "\e70d"
}

.ti-layout-cta-btn-right:before {
    content: "\e70e"
}

.ti-layout-cta-btn-left:before {
    content: "\e70f"
}

.ti-layout-column4:before {
    content: "\e710"
}

.ti-layout-column3:before {
    content: "\e711"
}

.ti-layout-column2:before {
    content: "\e712"
}

.ti-layout-accordion-separated:before {
    content: "\e713"
}

.ti-layout-accordion-merged:before {
    content: "\e714"
}

.ti-layout-accordion-list:before {
    content: "\e715"
}

.ti-ink-pen:before {
    content: "\e716"
}

.ti-info-alt:before {
    content: "\e717"
}

.ti-help-alt:before {
    content: "\e718"
}

.ti-headphone-alt:before {
    content: "\e719"
}

.ti-hand-point-up:before {
    content: "\e71a"
}

.ti-hand-point-right:before {
    content: "\e71b"
}

.ti-hand-point-left:before {
    content: "\e71c"
}

.ti-hand-point-down:before {
    content: "\e71d"
}

.ti-gallery:before {
    content: "\e71e"
}

.ti-face-smile:before {
    content: "\e71f"
}

.ti-face-sad:before {
    content: "\e720"
}

.ti-credit-card:before {
    content: "\e721"
}

.ti-control-skip-forward:before {
    content: "\e722"
}

.ti-control-skip-backward:before {
    content: "\e723"
}

.ti-control-record:before {
    content: "\e724"
}

.ti-control-eject:before {
    content: "\e725"
}

.ti-comments-smiley:before {
    content: "\e726"
}

.ti-brush-alt:before {
    content: "\e727"
}

.ti-youtube:before {
    content: "\e728"
}

.ti-vimeo:before {
    content: "\e729"
}

.ti-twitter:before {
    content: "\e72a"
}

.ti-time:before {
    content: "\e72b"
}

.ti-tumblr:before {
    content: "\e72c"
}

.ti-skype:before {
    content: "\e72d"
}

.ti-share:before {
    content: "\e72e"
}

.ti-share-alt:before {
    content: "\e72f"
}

.ti-rocket:before {
    content: "\e730"
}

.ti-pinterest:before {
    content: "\e731"
}

.ti-new-window:before {
    content: "\e732"
}

.ti-microsoft:before {
    content: "\e733"
}

.ti-list-ol:before {
    content: "\e734"
}

.ti-linkedin:before {
    content: "\e735"
}

.ti-layout-sidebar-2:before {
    content: "\e736"
}

.ti-layout-grid4-alt:before {
    content: "\e737"
}

.ti-layout-grid3-alt:before {
    content: "\e738"
}

.ti-layout-grid2-alt:before {
    content: "\e739"
}

.ti-layout-column4-alt:before {
    content: "\e73a"
}

.ti-layout-column3-alt:before {
    content: "\e73b"
}

.ti-layout-column2-alt:before {
    content: "\e73c"
}

.ti-instagram:before {
    content: "\e73d"
}

.ti-google:before {
    content: "\e73e"
}

.ti-github:before {
    content: "\e73f"
}

.ti-flickr:before {
    content: "\e740"
}

.ti-facebook:before {
    content: "\e741"
}

.ti-dropbox:before {
    content: "\e742"
}

.ti-dribbble:before {
    content: "\e743"
}

.ti-apple:before {
    content: "\e744"
}

.ti-android:before {
    content: "\e745"
}

.ti-save:before {
    content: "\e746"
}

.ti-save-alt:before {
    content: "\e747"
}

.ti-yahoo:before {
    content: "\e748"
}

.ti-wordpress:before {
    content: "\e749"
}

.ti-vimeo-alt:before {
    content: "\e74a"
}

.ti-twitter-alt:before {
    content: "\e74b"
}

.ti-tumblr-alt:before {
    content: "\e74c"
}

.ti-trello:before {
    content: "\e74d"
}

.ti-stack-overflow:before {
    content: "\e74e"
}

.ti-soundcloud:before {
    content: "\e74f"
}

.ti-sharethis:before {
    content: "\e750"
}

.ti-sharethis-alt:before {
    content: "\e751"
}

.ti-reddit:before {
    content: "\e752"
}

.ti-pinterest-alt:before {
    content: "\e753"
}

.ti-microsoft-alt:before {
    content: "\e754"
}

.ti-linux:before {
    content: "\e755"
}

.ti-jsfiddle:before {
    content: "\e756"
}

.ti-joomla:before {
    content: "\e757"
}

.ti-html5:before {
    content: "\e758"
}

.ti-flickr-alt:before {
    content: "\e759"
}

.ti-email:before {
    content: "\e75a"
}

.ti-drupal:before {
    content: "\e75b"
}

.ti-dropbox-alt:before {
    content: "\e75c"
}

.ti-css3:before {
    content: "\e75d"
}

.ti-rss:before {
    content: "\e75e"
}

.ti-rss-alt:before {
    content: "\e75f"
}

[class*=" ti-"],
[class^=ti-] {
    font-size: 1.5em;
    display: inline-block
}

.ti {
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: inherit
}

.ti-lg {
    font-size: 1.4em;
    line-height: .75em
}

.ti-2x {
    font-size: 1.5em
}

.ti-3x {
    font-size: 2.5em
}

.ti-4x {
    font-size: 2em
}

.ti-5x {
    font-size: 3em
}

@media (min-width:1000px) {
    .ti-2x {
        font-size: 2em
    }
    .ti-3x {
        font-size: 3em
    }
    .ti-4x {
        font-size: 4em
    }
    .ti-5x {
        font-size: 5em
    }
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80)
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 1043;
    position: fixed;
    outline: 0!important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 5px;
    overflow: hidden
}

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

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none!important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    filter: alpha(opacity=65);
    margin: 0;
    top: 50%;
    margin-top: -35px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1;
    filter: alpha(opacity=100)
}

.mfp-arrow .mfp-a,
.mfp-arrow .mfp-b,
.mfp-arrow:after,
.mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow .mfp-a,
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow .mfp-b,
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left .mfp-a,
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left .mfp-b,
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right .mfp-a,
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right .mfp-b,
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px)and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0
}

.mfp-bg {
    background: #000;
    opacity: 1
}

.mfp-close {
    color: #fff
}

.mfp-figure:after {
    box-shadow: none;
    border: none;
    background: 0 0;
    bottom: 50px
}

.mfp-counter {
    color: #fff
}

.mfp-counter {
    position: absolute;
    top: 10px;
    left: 0;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-title {
    text-align: center!important;
    line-height: 20px;
    position: relative;
    color: #fff;
    word-wrap: break-word;
    padding-right: 0;
    top: 20px
}

.mfp-figure>figure>figcaption>div.mfp-bottom-bar {
    position: static
}

@media (min-width:1200px) {
    .mfp-close {
        position: fixed;
        font-size: 35px;
        margin: 10px!important;
        z-index: 1000
    }
}

.ps-container.ps-active-x>.ps-scrollbar-x-rail,
.ps-container.ps-active-y>.ps-scrollbar-y-rail {
    display: block
}

.ps-container.ps-in-scrolling {
    pointer-events: none
}

.ps-container.ps-in-scrolling>.ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: .9;
    -ms-filter: "alpha(Opacity=90)";
    filter: alpha(opacity=90)
}

.ps-container.ps-in-scrolling>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999
}

.ps-container.ps-in-scrolling>.ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: .9;
    -ms-filter: "alpha(Opacity=90)";
    filter: alpha(opacity=90)
}

.ps-container.ps-in-scrolling>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999
}

.ps-container>.ps-scrollbar-x-rail {
    position: absolute;
    display: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    opacity: .5;
    -ms-filter: "alpha(Opacity=.5)";
    filter: alpha(opacity=.5);
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 3px;
    height: 5px
}

.ps-container>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    position: absolute;
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    bottom: 0;
    height: 5px
}

.ps-container>.ps-scrollbar-y-rail {
    position: absolute;
    display: block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    opacity: .5;
    -ms-filter: "alpha(Opacity=.5)";
    filter: alpha(opacity=.5);
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 3px;
    width: 5px
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    position: absolute;
    background-color: #aaa;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
    right: 0;
    width: 5px
}

.slide-panel.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #000;
    opacity: .5
}

.ps-container:hover.ps-in-scrolling {
    pointer-events: none
}

.ps-container:hover.ps-in-scrolling>.ps-scrollbar-x-rail {
    background-color: #eee;
    opacity: .9;
    -ms-filter: "alpha(Opacity=90)";
    filter: alpha(opacity=90)
}

.ps-container:hover.ps-in-scrolling>.ps-scrollbar-x-rail>.ps-scrollbar-x {
    background-color: #999
}

.ps-container:hover.ps-in-scrolling>.ps-scrollbar-y-rail {
    background-color: #eee;
    opacity: .9;
    -ms-filter: "alpha(Opacity=90)";
    filter: alpha(opacity=90)
}

.ps-container:hover.ps-in-scrolling>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #999
}

.ps-container:hover>.ps-scrollbar-x-rail,
.ps-container:hover>.ps-scrollbar-y-rail {
    opacity: .4;
    -ms-filter: "alpha(Opacity=40)";
    filter: alpha(opacity=40)
}

.header.ps-container:hover>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #aaa
}

.nav-wrapper-mobile.ps-container:hover>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    background-color: #aaa
}

.ps-container:hover>.ps-scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: .9;
    -ms-filter: "alpha(Opacity=90)";
    filter: alpha(opacity=90)
}

.ps-container:hover>.ps-scrollbar-x-rail:hover>.ps-scrollbar-x {
    background-color: #999
}

.ps-container:hover>.ps-scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: .9;
    -ms-filter: "alpha(Opacity=90)";
    filter: alpha(opacity=90)
}

.ps-container:hover>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y {
    background-color: #999
}