
@font-face {
    font-family: 'fs_albertregular';
    src: url('../fonts/fs_albert-webfont.woff2') format('woff2'),
         url('../fonts/fs_albert-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'fs_albertbold';
    src: url('../fonts/fs_albert-bold-webfont.woff2') format('woff2'),
         url('../fonts/fs_albert-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'fs_albertbold_italic';
    src: url('../fonts/fs_albert-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/fs_albert-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'fs_albertextrabold';
    src: url('../fonts/fs_albert-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/fs_albert-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'fs_albertitalic';
    src: url('../fonts/fs_albert-italic-webfont.woff2') format('woff2'),
         url('../fonts/fs_albert-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'fs_albertlight';
    src: url('../fonts/fs_albert-light-webfont.woff2') format('woff2'),
         url('../fonts/fs_albert-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'fs_albertlight_italic';
    src: url('../fonts/fs_albert-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/fs_albert-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'fs_albertthin';
    src: url('../fonts/fs_albert-thin-webfont.woff2') format('woff2'),
         url('../fonts/fs_albert-thin-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'fs_albertthin_italic';
    src: url('../fonts/fs_albert-thinitalic-webfont.woff2') format('woff2'),
         url('../fonts/fs_albert-thinitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'fs_albertthin_italic';
    src: url('../fonts/fs_albert-thinitalic-2-webfont.woff2') format('woff2'),
         url('../fonts/fs_albert-thinitalic-2-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    margin: 0;
    padding: 0;
    font-family: 'fs_albertregular';
    font-size: 16px;
    color: #3f3f3f;
    background-color: #fff
}

blockquote {
    position: relative;
    padding-left: 70px;
    border: none
}

blockquote p {
    font-size: 20px;
    line-height: 28px;
    font-style: italic
}

blockquote::before {
    content: "“";
    position: absolute;
    top: -15px;
    left: -5px;
    font-size: 200px;
    line-height: 1;
    color: #dcdcdc
}

a,
a:hover {
    color: #262626
}

a {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

a:hover {
    opacity: .8;
    text-decoration: none
}

a:focus {
    color: #262626;
    text-decoration: none
}

.display-none {
    display: none
}

.header {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 8px;
    border: none
}

.header__logo {
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 30px;
    text-align: center
}

@media (max-width:991px) {
    .header {
        padding-top: 0;
        padding-bottom: 10px
    }
    .header__logo {
        position: relative;
        margin-bottom: 0
    }
    .header__right {
        position: absolute;
        top: 0;
        right: 0
    }
}

.logo h1 {
    margin-top: 0;
    margin-bottom: 5px
}

.logo p {
    margin-bottom: 5px;
    font-weight: 500;
    line-height: 1.1
}

.logo__link,
.logo__link:hover {
    color: #262626;
    text-decoration: none
}

.logo__link {
    font-size: 48px;
    font-weight: 400;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.logo__link:hover {
    opacity: .8
}

.logo__description {
    font-size: 14px
}

@media (max-width:991px) {
    .logo {
        margin-bottom: 10px
    }
    .logo__link {
        font-size: 36px
    }
    .logo__description {
        font-size: 12px
    }
}

.social-icons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    padding: 15px 0 0
}

.social-icons a {
    margin-left: 15px;
    color: #262626;
    text-decoration: none
}

.social-icons a:first-child {
    margin-left: 0
}

.social-icons svg {
    fill: #262626;
    width: 20px;
    height: 20px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.nav__item a:hover,
.social-icons svg:hover,
.top-icons__search:hover {
    opacity: .8
}

@media (max-width:767px) {
    
}


@media (max-width:767px) {
    
}

.nav {
    position: relative
}

.nav__list,
.nav__list-submenu {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

.nav__list-submenu {
    position: absolute;
    top: 30px;
    min-width: 200px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    background-color: #4898cf;
    border: 1px solid #dcdcdc;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
}

.nav__list-submenu .nav__list-submenu {
    left: 100%;
    top: -70%;
    border-left: none
}

.nav__item {
    display: inline-block;
    position: relative;
    width:32%;
}

.nav__item--active {
    font-weight: 700
}

.nav__item--active a {
margin-left: -60px;
}
.nav__item--active:before {
    
    position: relative;
    top: -15px;
    content: url(../img/active.png);
}
.nav__item-submenu:hover {
    background: #d3c5e2;
    color:#fff;
}

.nav__item--active::after {
    font-weight: 400
}

.blog-post__info span::after{
    content: "-";
    margin-left: 10px;
    margin-right: 10px
}

.blog-post__info span:last-child::after,
.nav__item:last-child::after {
    content: "";
    margin-left: 0;
    margin-right: 0
}

.nav__item-submenu:hover>.nav__list-submenu,
.nav__item:hover>.nav__list-submenu {
    opacity: 1;
    visibility: visible
}

.nav__item a {
    color: #0098cf;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    font-family: 'fs_albertbold';
}

.nav__item-submenu {
    position: relative;
    padding: 10px 0px 10px 0;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}

.nav__item-submenu a {
    text-transform: none;
    color: white;
	padding: 10px 35px;
}

.nav__item-submenu--active {
    font-weight: 700
}

.nav .slicknav_menu .slicknav_btn {
    display: none
}

@media (max-width:991px) {
    
    .nav--mobile {
        position: fixed;
        top: 0;
        left: 0;
        width: 265px;
        padding: 20px;
        min-height: 100%;
        height: 100%;
        overflow: auto;
        opacity: 1;
        visibility: visible;
        z-index: 2;
        background-color: #eaeaea;
        transition: left .7s ease
    }
    .nav--mobile .slicknav_nav {
        display: block!important;
        padding-left: 0;
        margin-bottom: 0
    }
    .nav--mobile .slicknav_nav .slicknav_item a {
        display: inline
    }
    .nav--mobile .slicknav_nav .slicknav_arrow {
        float: right;
        opacity: .8
    }
    .nav--mobile .slicknav_nav a {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px
    }
    .nav--mobile .nav__list {
        display: none
    }
    .nav--mobile .slicknav_nav .nav__list-submenu {
        position: relative;
        top: 0;
        left: 0;
        min-width: auto;
        padding: 0 0 0 5px;
        visibility: visible;
        opacity: 1;
        background-color: transparent;
        border: 1px solid transparent;
        transition: none
    }
    .nav--mobile .nav__item,
    .nav--mobile .nav__item-submenu {
        display: block;
        padding: 0;
        text-align: left
    }
    .nav--mobile .nav__item-submenu::after,
    .nav--mobile .nav__item::after {
        content: none
    }
    .nav--mobile .nav__item a:focus,
    .nav--mobile .nav__item-submenu a:focus {
        outline: 0
    }
}

.nav-toggle {
    display: none
}

@media (max-width:991px) {
    .nav-toggle {
        display: block;
        text-align: center
    }
    .nav-toggle__icon {
        width: 32px;
        height: 32px;
        cursor: pointer;
        transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out
    }
    .nav-toggle__icon:hover {
        opacity: .8
    }
    .nav-toggle__icon:focus {
        outline: 0
    }
    .nav-toggle__icon:active {
        box-shadow: none
    }
}

.search-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(220, 220, 220, .95);
    opacity: 0;
    z-index: -1;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.search-popup__close {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    width: 128px;
    height: 128px;
    cursor: pointer;
    z-index: 2
}

.search-popup__close:hover {
    opacity: .8
}

.search-popup__close:focus {
    outline: 0
}

.search-popup__close:active {
    box-shadow: none
}

.search-popup--active {
    opacity: 1;
    z-index: 999999
}

.search-popup--active .search-popup__close {
    display: block
}

.search-popup__container {
    position: relative;
    height: 100%
}

.search-popup form {
    position: absolute;
    left: 60px;
    top: 50%;
    height: 150px;
    margin-top: -75px
}

.search-popup form input[type=text] {
    width: 100%;
    height: 150px;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: rgba(0, 0, 0, 0);
    font-size: 130px
}

.search-popup form input[type=text]:focus {
    outline: none
}

@media (max-width:767px) {
    .search-popup__close {
        width: 64px;
        height: 64px
    }
    .search-popup form {
        left: 30px;
        height: 80px
    }
    .search-popup form input[type=text] {
        height: 80px;
        font-size: 60px
    }
}

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

.top-slider img {
    width: 100%
}

@media (max-width:991px) {
    .top-slider {
        margin-top: 0;
        margin-bottom: 30px
    }
}

.featured-image {
    position: relative;
    width: 100%;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box
}

.bxslider {
	padding: 25px 0px;
}

.featured-image__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #262626;
    opacity: .1
}

.featured-image__content {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 500px;
    padding: 30px 20px;
    background-color: #fff;
    transform: translate(-50%, -50%);
    opacity: .9
}

.featured-image__content-category {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .2px
}

.featured-image__content-category a {
    color: #777
}

.featured-image__content-category a:hover {
    opacity: 1;
    color: #262626;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.featured-image__content-title {
    display: block;
    margin: 10px 0;
    font-size: 22px;
    font-weight: 500;
    text-align: center
}

.featured-image__content-link a:hover,
.featured-image__content-title a:hover {
    color: #777;
    opacity: 1
}

.featured-image__content p,
.featured-image__content-link {
    display: block;
    font-size: 14px;
    text-align: center
}

.featured-image__content-link {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase
}

@media (max-width:767px) {
    .featured-image {
        height: 400px
    }
    .featured-image__content {
        padding: 20px 15px
    }
    .featured-image__content-category {
        font-size: 8px
    }
    .featured-image__content-title {
        font-size: 16px
    }
    .featured-image p {
        display: none
    }
    .featured-image__content-link {
        font-size: 10px
    }
}

.container--grid {
    padding-left: 0;
    padding-right: 0
}

.blog-post--list::after,
.blog-post__author::after,
.blog-post__comments-item-body::after,
.blog-post__comments-item-right::after,
.blog-post__footer-tags::after,
.blog-post__nav::after,
.blog-post__related::after,
.container--grid::after,
.sidebar-widget__instagram::after,
.sidebar-widget__popular-item::after {
    content: "";
    display: table;
    clear: both
}

.container--grid .category-title {
    margin-bottom: 0
}

.container--grid .row {
    margin: 0 15px 30px;
    box-shadow: 0 0 35px 5px rgba(156, 156, 156, .1)
}

.container--list .row {
    margin: 0 15px
}

@media (max-width:767px) {
    .container--grid .category-title {
        margin-bottom: 30px
    }
    .container--grid .row {
        margin-bottom: 0;
        box-shadow: none
    }
}

.category-title {
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    color: #262626
}

.category-title h1 {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 24px
}

.blog-post,
.category-title {
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 0 35px 5px rgba(156, 156, 156, .1)
}

.blog-post-wrapper {
    padding-left: 40px;
    padding-right: 40px
}

.blog-post__image {
    width: 100%;
    margin-top: 30px;
    overflow: hidden
}

.blog-post__image a:hover {
    opacity: 1
}

.blog-post__image img {
    width: 100%;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out
}

.blog-post__image img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05)
}

.blog-post__info,
.blog-post__title {
    text-align: center
}

.blog-post__title h1,
.blog-post__title h2 {
    margin-top: 0;
    font-size: 30px
}

.blog-post__content a,
.blog-post__info a,
.blog-post__title a {
    color: #262626;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.blog-post__title a:hover {
    opacity: .8
}

.blog-post__info--top {
    padding-top: 20px;
    padding-bottom: 10px
}

.blog-post__info span {
    display: inline-block;
    font-size: 10px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: .2px
}

.blog-post__content a,
.blog-post__info a {
    color: #777
}

.blog-post__info a:hover {
    opacity: 1;
    color: #262626
}

.blog-post__content {
    margin: 30px 0 20px;
    line-height: 28px
}

.blog-post__content p {
    margin-bottom: 20px
}

.blog-post__content a {
    font-weight: 700;
    color: #262626
}

.blog-post__content a:hover,
.blog-post__footer-link:hover {
    color: #262626;
    text-decoration: none;
    opacity: .8
}

.blog-post__content-imagefull {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 20px
}

.blog-post__content--404 {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto
}

.blog-post__content--404 p {
    margin-bottom: 40px
}

.blog-post__content--404 form {
    position: relative;
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border: 1px solid #dcdcdc
}

.blog-post__content--404 form input[type=text] {
    width: 100%;
    height: 38px;
    padding-left: 10px;
    padding-right: 90px;
    font-size: 12px;
    border: 0
}

.blog-post__content--404 form input[type=text]:focus {
    outline: 0
}

.blog-post__content--404 form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    height: 38px;
    padding: 0 20px;
    font-size: 14px;
    border: 0;
    color: #fff;
    background-color: #262626;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.blog-post__author-info-social svg:hover,
.blog-post__content--404 form input[type=submit]:hover,
.blog-post__footer-social svg:hover {
    opacity: .8
}

.blog-post__content--404 form input[type=submit]:focus {
    outline: 0
}

.blog-post__footer {
    padding-bottom: 30px;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

.blog-post__footer-link,
.blog-post__footer-tags h3 {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase
}

.blog-post__footer-link {
    color: #262626;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.blog-post__footer-tags h3 {
    float: left;
    margin: 0;
    padding: 5px 15px 5px 0;
    line-height: 1
}

.blog-post__footer-tags-list {
    float: left;
    line-height: 1
}

.blog-post__footer-tags-list a {
    float: left;
    margin-right: 4px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #262626;
    text-decoration: none;
    line-height: 1;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.blog-post__footer-tags-list a:hover {
    border-color: #262626
}

.blog-post__author-info-social a:last-child,
.blog-post__footer-social-icons a:last-child,
.blog-post__footer-tags-list a:last-child,
.blog-post__related-item:last-child {
    margin-right: 0
}

.blog-post__footer-social {
    position: relative;
    font-size: 14px;
    text-transform: uppercase
}

.blog-post__footer-social span {
    margin-right: 130px;
    font-weight: 500
}

.blog-post__footer-social-icons {
    position: absolute;
    top: -2px;
    right: 0;
    width: 100%;
    text-align: right
}

.blog-post__author-info-social a,
.blog-post__footer-social-icons a {
    margin-right: 10px;
    color: #262626;
    text-decoration: none
}

.blog-post__footer-social svg {
    fill: #262626;
    width: 20px;
    height: 20px
}

.blog-post__author {
    padding: 50px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee
}

.blog-post__author-avatar {
    float: left;
    max-width: 150px
}

.blog-post__author-avatar img {
    width: 100%
}

.blog-post__author-info {
    margin-left: 180px
}

.blog-post__author-info h5,
.blog-post__comments h5 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.blog-post__author-info p {
    font-size: 14px
}

.blog-post__author-info-social {
    padding-bottom: 0;
    text-align: left
}

.blog-post__author-info-social svg,
.blog-post__footer-social svg,
.blog-post__nav a,
.sidebar-widget__follow-me-icons svg {
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.blog-post__author-info-social svg,
.sidebar-widget__follow-me-icons svg {
    fill: #262626;
    width: 24px;
    height: 24px
}

.blog-post__nav {
    padding: 50px 0;
    border-bottom: 1px solid #eee
}

.blog-post__nav-previous {
    float: left;
    max-width: 50%
}

.blog-post__nav-previous-link {
    position: relative;
    padding-bottom: 5px;
    font-size: 12px;
    text-transform: uppercase
}

.blog-post__nav-previous span {
    text-align: left
}

.blog-post__nav-next {
    float: right;
    max-width: 50%
}

.blog-post__nav-next-link {
    position: relative;
    padding-bottom: 5px;
    font-size: 12px;
    text-transform: uppercase
}

.blog-post__nav-next span {
    text-align: right
}

.blog-post__nav a {
    font-weight: 500;
    color: #262626;
    text-decoration: none
}

.blog-post__nav a:hover {
    color: #262626;
    text-decoration: none;
    opacity: .8
}

.blog-post__related {
    padding: 50px 0;
    border-bottom: 1px solid #eee
}

.blog-post__related-item {
    float: left;
    width: 32%;
    margin-right: 2%;
    text-align: center
}

.blog-post__related-item img {
    max-width: 100%
}

.blog-post__nav span,
.blog-post__related-item a {
    display: block
}

.blog-post__related-item a:hover {
    opacity: .8
}

.blog-post__related-item h6 {
    font-size: 14px;
    line-height: 20px
}

.blog-post__related-item span,
.page-footer__recent-post-date span,
.sidebar-widget__popular-item-info span {
    font-size: 10px;
    color: #777;
    text-transform: uppercase;
    letter-spacing: .2px
}

.blog-post__comments {
    padding: 50px 0
}

.blog-post__comments h5 {
    margin-top: 0;
    margin-bottom: 30px
}

.blog-post__comments-list {
    margin: 0;
    list-style: none;
    padding: 0 0 20px;
    border-bottom: 1px solid #eee
}

.blog-post__comments-item-body {
    margin-bottom: 30px
}

.blog-post__comments-item-avatar {
    max-width: 120px;
    float: left
}

.blog-post__comments-item-avatar img {
    width: 100%
}

.blog-post__comments-item-right {
    margin-left: 140px
}

.blog-post__comments-item-reply {
    float: right
}

.blog-post__comments-item-info-author a,
.blog-post__comments-item-info-date a,
.blog-post__comments-item-reply a,
.blog-post__related-item a {
    color: #262626;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.blog-post__comments-item-reply a {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400
}

.blog-post__comments-item-info-author a:hover,
.blog-post__comments-item-reply a:hover {
    color: #262626;
    text-decoration: none;
    opacity: .8
}

.blog-post__comments-item-info {
    margin-bottom: 15px
}

.blog-post__comments-item-info-author a,
.blog-post__comments-item-info-date a {
    font-weight: 700
}

.blog-post__comments-item-info-date a {
    font-size: 12px;
    font-weight: 400;
    color: #777
}

.blog-post__comments-item-info-date a:hover {
    text-decoration: none;
    opacity: .8
}

.blog-post__comments-children {
    padding: 0;
    list-style: none;
    margin: 0 0 0 35px
}

.blog-post__comments-respond {
    padding-top: 50px
}

.blog-post__comments-respond p,
.blog-post__contact p {
    margin-bottom: 20px
}

.blog-post__comments-respond label,
.blog-post__contact label {
    display: block;
    font-size: 12px;
    font-weight: 400;
    color: #777
}

.blog-post__comments-respond textarea,
.blog-post__contact textarea {
    width: 100%;
    height: 150px;
    padding: 8px 8px 8px 18px;
    border: 1px solid #dcdcdc
}

.blog-post__comments-respond input[type=email]:focus,
.blog-post__comments-respond input[type=text]:focus,
.blog-post__comments-respond textarea:focus,
.blog-post__contact textarea:focus {
    outline: 0;
    border: 1px solid #262626;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.blog-post__comments-respond input[type=email],
.blog-post__comments-respond input[type=text] {
    width: 50%;
    height: 45px;
    padding: 0 14px;
    border: 1px solid #dcdcdc
}

.blog-post__comments-respond input[type=submit] {
    padding: 10px 25px;
    font-size: 14px;
    border: 0;
    color: #fff;
    background-color: #262626;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.blog-post__comments-respond input[type=submit]:hover {
    opacity: .8
}

.blog-post__comments-respond input[type=submit]:focus {
    outline: 0
}

.blog-post__contact input[type=email],
.blog-post__contact input[type=text] {
    width: 50%;
    height: 45px;
    padding: 0 14px;
    border: 1px solid #dcdcdc
}

.blog-post__contact input[type=email]:focus,
.blog-post__contact input[type=text]:focus {
    outline: 0;
    border: 1px solid #262626;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.blog-post__contact input[type=submit] {
    padding: 10px 25px;
    font-size: 14px;
    border: 0;
    color: #fff;
    background-color: #262626;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.blog-post__contact input[type=submit]:hover,
.sidebar-widget__follow-me-icons svg:hover {
    opacity: .8
}

.blog-post__contact input[type=submit]:focus,
.sidebar-widget__subscribe form input[type=text]:focus {
    outline: 0
}

.blog-post__contact-thank-you {
    text-align: center
}

.blog-post__contact-thank-you h1 {
    font-size: 30px;
    color: #262626
}

.blog-post__contact-thank-you a {
    font-weight: 700;
    color: #262626;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.blog-post__contact-thank-you a:hover {
    color: #262626;
    text-decoration: none;
    opacity: .8
}

.blog-post--fullwidth .blog-post-wrapper {
    padding-left: 120px;
    padding-right: 120px
}

.blog-post--fullwidth .blog-post-wrapper--404 {
    padding-top: 40px;
    padding-bottom: 40px
}

.blog-post--grid {
    margin-bottom: 0;
    box-shadow: none
}

.blog-post--grid .blog-post-wrapper {
    padding-left: 15px;
    padding-right: 15px
}

.blog-post--grid .blog-post__title h2 {
    font-size: 22px
}

.blog-post--grid .blog-post__content {
    padding-bottom: 0;
    text-align: center
}

.blog-post--grid .blog-post__footer {
    justify-content: center
}

.blog-post--list .blog-post__info--date {
    padding-top: 30px
}

.blog-post--list .blog-post__info {
    padding-bottom: 10px
}

.blog-post--list--fullwidth .blog-post__info--date {
    padding-top: 80px
}

.blog-post--list .blog-post__image {
    width: 50%;
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 30px
}

.blog-post--list .blog-post__content,
.blog-post--list .blog-post__info,
.blog-post--list .blog-post__title {
    padding-left: 0;
    padding-right: 0;
    text-align: left
}

.blog-post--list .blog-post__content {
    margin: 0
}

.blog-post--list .blog-post__footer {
    padding-left: 0;
    padding-right: 0
}

.blog-post--list .blog-post__title h2 {
    font-size: 22px;
    line-height: 30px
}

.blog-post--page .blog-post__image {
    margin-top: 0
}

.blog-post--page .blog-post__title {
    padding-top: 50px;
    padding-bottom: 10px
}

.blog-post--page .blog-post__title h1 {
    margin: 0;
    color: #262626;
    text-transform: uppercase
}

.blog-post--page .blog-post__footer {
    justify-content: center
}

@media (max-width:1199px) {
    .blog-post--fullwidth .blog-post-wrapper {
        padding-left: 40px;
        padding-right: 40px
    }
    .blog-post--grid .blog-post__title h2,
    .blog-post--list .blog-post__title h2 {
        font-size: 18px;
        line-height: 26px
    }
    .blog-post--grid .blog-post__content,
    .blog-post--list .blog-post__content {
        font-size: 14px;
        line-height: 26px
    }
    .blog-post--grid .blog-post__footer-link,
    .blog-post--list .blog-post__footer-link {
        font-size: 12px
    }
    .blog-post--list--fullwidth .blog-post__info--date {
        padding-top: 60px
    }
}

@media (max-width:991px) {
    .blog-post--list--fullwidth .blog-post__info--date {
        padding-top: 30px
    }
}

@media (max-width:767px) {
    .blog-post--fullwidth .blog-post-wrapper {
        padding-left: 20px;
        padding-right: 20px
    }
    .blog-post--grid {
        margin-bottom: 30px;
        box-shadow: 0 0 35px 5px rgba(156, 156, 156, .1)
    }
    .blog-post--grid .blog-post__footer {
        flex-direction: row
    }
    .blog-post--list .blog-post__image {
        width: 100%;
        padding-bottom: 0
    }
    .blog-post--list .blog-post__content,
    .blog-post--list .blog-post__info,
    .blog-post--list .blog-post__title {
        text-align: center
    }
    .blog-post--list .blog-post__footer {
        flex-direction: row;
        justify-content: center
    }
    .blog-post-wrapper {
        padding-left: 20px;
        padding-right: 20px
    }
    .blog-post__title h2 {
        font-size: 26px
    }
    .blog-post__footer {
        flex-direction: column
    }
    .blog-post__footer-social {
        margin-top: 10px
    }
    .blog-post__footer-social-icons {
        left: 60px;
        width: auto;
        text-align: left
    }
    .blog-post__content--404 {
        max-width: 100%
    }
    .blog-post__author-avatar {
        display: none
    }
    .blog-post__author-info {
        margin-left: 0
    }
    .blog-post__related-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px
    }
    .blog-post__related-item:last-child {
        margin-bottom: 0
    }
    .blog-post__comments-item-avatar {
        display: none
    }
    .blog-post__comments-item-right {
        margin-left: 0
    }
    .blog-post__comments-respond input[type=email],
    .blog-post__comments-respond input[type=text],
    .blog-post__contact input[type=email],
    .blog-post__contact input[type=text] {
        width: 100%
    }
    .blog-post--page .blog-post__title {
        padding-top: 40px;
        padding-bottom: 10px
    }
    .blog-post--page .blog-post__footer {
        flex-direction: row
    }
}

.sidebar {
    width: 23%;
    position: -webkit-sticky;
    position: sticky;
    top: 20px
}

.sidebar--right {
    margin-left: 2%
}

@media (max-width:991px) {
    .sidebar {
        width: 100%;
        position: relative;
        top: 0
    }
    .sidebar--right {
        margin-left: 0
    }
}

.sidebar-widget {
    margin-bottom: 40px;
    background-color: #fff
}

.sidebar-widget:last-child {
    margin-bottom: 80px
}

.sidebar-widget a {
    font-weight: 500
}

.sidebar-widget h3 {
    position: relative;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #262626;
    text-align: center;
    text-transform: uppercase
}

.sidebar-widget__about-me-image,
.sidebar-widget__about-me-image img,
.sidebar-widget__popular-item-image img {
    width: 100%
}

.sidebar-widget__about-me-link {
    display: block;
    margin-top: 15px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center
}

.sidebar-widget__about-me-link a:hover {
    color: #777;
    opacity: 1
}

.sidebar-widget p {
    margin-bottom: 0;
    padding: 15px 0 0;
    font-size: 14px;
    line-height: 22px;
    text-align: center
}

.sidebar-widget__follow-me-icons {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    padding: 0
}

.sidebar-widget__follow-me-icons a {
    color: #262626;
    text-decoration: none
}

.sidebar-widget__popular-item {
    padding-top: 20px
}

.sidebar-widget__popular-item:first-child {
    padding-top: 0
}

.sidebar-widget__popular-item-image {
    float: left;
    width: 60px;
    margin-right: 10px
}

.sidebar-widget__popular-item-info {
    float: left;
    width: 160px
}

.sidebar-widget__popular-item-info a {
    font-size: 14px;
    font-weight: 500;
    color: #262626;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.sidebar-widget__popular-item-info a:hover,
.sidebar-widget__subscribe form input[type=submit]:hover {
    opacity: .8
}

.sidebar-widget__popular-item-date {
    line-height: 1
}

.sidebar-widget__popular-item-content {
    margin-top: 8px;
    line-height: 1.2
}

.sidebar-widget__banner,
.sidebar-widget__banner img {
    width: 100%
}

.sidebar-widget__banner a {
    opacity: 1
}

.sidebar-widget__tag-cloud {
    text-align: center
}

.sidebar-widget__tag-cloud a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
    color: #262626;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.sidebar-widget__tag-cloud a:hover {
    border-color: #262626
}

.sidebar-widget__tag-cloud a:last-child {
    margin-right: 0
}

.sidebar-widget__subscribe p {
    padding-top: 0;
    padding-bottom: 15px
}

.sidebar-widget__subscribe form {
    position: relative;
    width: 100%;
    height: 40px;
    border: 1px solid #dcdcdc
}

.sidebar-widget__subscribe form input[type=text] {
    width: 100%;
    height: 38px;
    padding-left: 10px;
    padding-right: 60px;
    font-size: 12px;
    border: 0
}

.sidebar-widget__subscribe form input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    height: 38px;
    font-size: 12px;
    border: 0;
    color: #fff;
    background-color: #262626;
    letter-spacing: .2px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.sidebar-widget__subscribe form input[type=submit]:focus {
    outline: 0
}

.sidebar-widget__instagram a {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.sidebar-widget__instagram a:nth-child(2n) {
    margin-right: 0
}

.sidebar-widget__instagram a:hover {
    opacity: .8
}

.sidebar-widget__instagram img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%
}

@media (max-width:1199px) {
    .sidebar-widget__popular-item-image {
        margin-right: 10px
    }
    .sidebar-widget__popular-item-info {
        width: 116px
    }
}

@media (max-width:991px) {
    .sidebar-widget__popular-item {
        display: flex
    }
    .sidebar-widget__popular-item-info {
        width: auto
    }
}

.sidebar-slider .featured-image {
    height: 400px
}

.sidebar-slider .featured-image__content {
    position: absolute;
    left: 0;
    padding: 0 5px;
    transform: translate(0%, -50%);
    background-color: inherit;
    z-index: 2
}

.sidebar-slider .featured-image__content-category a,
.sidebar-slider .featured-image__content-title {
    color: #fff
}

.sidebar-slider .featured-image__content-category a:hover,
.sidebar-slider .featured-image__content-link a:hover,
.sidebar-slider .featured-image__content-title a:hover {
    color: rgba(255, 255, 255, .85)
}

.sidebar-slider .featured-image__content-title a {
    font-weight: 700;
    letter-spacing: .2px;
    color: #fff
}

.sidebar-slider .featured-image__content-link a {
    color: #fff
}

.sidebar-slider .featured-image__overlay-link {
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

@media (max-width:991px) {
    .sidebar-slider .featured-image__content {
        transform: translate(-50%, -50%);
        top: 50%;
        left: 50%
    }
}

.blog-pagination__items {
    text-align: center;
    padding: 0;
    list-style: none;
    margin: 60px 0
}

.blog-pagination__item {
    display: inline-block;
    margin-right: 10px
}

.blog-pagination__item--active {
    font-weight: 700
}

.blog-pagination__item a {
    color: #262626;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.blog-pagination__item a:hover,
.page-footer__bottom-social svg:hover,
.page-footer__nav-item a:hover,
.page-footer__recent-post a:hover,
.page-footer__top-about a:hover {
    opacity: .8
}

.page-footer {
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
    background-color: #000
}

.page-footer a {
    font-weight: 500;
    color: #fff
}

.page-footer h4 {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.page-footer__top {
    padding-bottom: 40px;
    border-bottom: 1px solid #dcdcdc
}

.page-footer__top-about p {
    max-width: 360px
}

.page-footer__nav-item a,
.page-footer__recent-post a,
.page-footer__top-about a {
    color: #fff;
    text-decoration: none;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

.page-footer__nav-items {
    margin: 0;
    padding: 0;
    list-style: none
}

.page-footer__nav-item {
    margin-bottom: 5px
}

.page-footer__recent-post {
    margin-bottom: 10px
}

.page-footer__recent-post-date {
    line-height: 1
}

.page-footer__bottom {
    padding-top: 40px
}

.page-footer__bottom-copyright {
    font-size: 14px
}

.page-footer__bottom-social {
    padding-bottom: 0;
    text-align: right
}

.page-footer__bottom-social a {
    margin-right: 10px;
    color: #fff;
    text-decoration: none
}

.page-footer__bottom-social a:last-child {
    margin-right: 0
}

.page-footer__bottom-social svg {
    fill: #fff;
    width: 16px;
    height: 16px;
    transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out
}

@media (max-width:767px) {
    .page-footer__bottom-social {
        text-align: left
    }
}

.content-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .65);
    text-align: center
}

.content-overlay--active {
    display: block
}



/*======================updated css================**/

h3,p {
    color: #0098cf;
}

.logo img {
    width: 100%;
}
.header_face i {
    font-size: 40px;
    color: #0098cf;
}

img.img-width {
    width: 100%;
    border: 5px solid #d8d8d8;
}
.align-left {text-align:left;}
.align-center {text-align:center;}
.align-right {text-align:right;}

.mt-80 {margin-top:80px;}
.mt-60 {margin-top:60px;}
.mt-50 {margin-top:50px;}
.mt-30 {margin-top:30px;}
.mt-20 {margin-top:20px;}

.pt-20 {padding-top:20px;}
.pt-30 {padding-top:30px;}
.pt-50 {padding-top:50px;} 

.pb-100 {padding-bottom:100px;}
.pb-50 {padding-bottom:50px;}
.pb-30 {padding-bottom:30px;}
.pb-20 {padding-bottom:20px;}

.ml-40 {margin-left:40px;}
.mr-60 {margin-right:60px;}
.mr-80 {margin-right:80px;}

.mains {
    background-image: url(../img/mains.jpg);
    background-size:100% 100%;
    background-repeat: no-repeat;
}
.second-sec {background: rgba(255, 188, 225, 0.37);}
.btn-book {
    padding: 5px 15px;
    background: #0098cf;
    color: #fff;
    width: 100%;
    border-radius: 0;
}
.btn-session {
    padding: 5px 39px;
    background: #0098cf;
    color: #fff;
    width: 65%;
    border-radius: 0;
}
.circle-img {
    border-radius: 50%;
    width: 100%;
	border: 5px solid #ececec;
}
.img-foot {
    width: 100%;
}
.container {
    width: 550px !important;
}
.content p {
	font-size:11px;
	font-weight:bold;
	text-align: justify;
}

.header_face {
	padding: 20px 0px 0px 10px;
}

.content h3 {
	font-size: 21px;
    padding: 0 0 10px 0;
	
}
.nav__item:first-child {
    text-align: left;
}
.nav__item:last-child {
    text-align: right;
}
section.container.petra {
    width: 1095px !important;
}
.sign {width: 100%;
    margin-top: 20px;
	}
.third-sec {margin-top:100px;}

.sign {
	margin: 30px 20px 0px;
}

section.abt-last {
    padding: 15px 0;
    background: #f38fbb;
}


/*==================BOOK A SESSION PAGE CSS================================*/

.book-session {
    background-image: url(../img/booking_bg.jpg);
	background-size: 100% 100%;
    background-repeat: no-repeat;
}
.book-head {
    background: #0098cf;
}
.book-head h5 {
    padding: 5px 0 5px 0px;
    text-align: center;
    color: white;
    font-weight: bold;
}
.plpr-0 {
    padding-left: 0;
    padding-right: 0;
}
.book-content p {
    font-size: 15px;
    font-family: 'fs_albertbold_italic';
    text-align: justify;
}
.book-content p:last-child {
    font-family: 'fs_albertbold';
    float: right;
}

.frm_area label {
    width: 34%;
    padding: 5px 20px 5px;
    background: #0098cf;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    float: left;
    text-align: center;	
    height:34px;
}
.frm_area input {
    width: 66%;
    background: #fff;
    margin-bottom: 25px;
    float: left;
    color: #000;
    height: 34px;
    border: 1px solid #0098cf;
    font-family: 'fs_albertlight';
    padding-left: 25px;
}
.frm_area input[type=date] {
        width: 66%;
    background: #fff;
    margin-bottom: 25px;
    float: left;
    color: #000;
    height: 34px;
    border: 1px solid #0098cf;
    font-family: 'fs_albertlight';
    padding-left: 25px;
}
.frm_area select {
        width: 66%;
    background: #fff;
    margin-bottom: 25px;
    float: left;
    color: #000;
    height: 34px;
    border: 1px solid #0098cf;
    font-family: 'fs_albertlight';
    padding-left: 25px;

}
input.btn.send {
    width: auto;
    border-radius: 0;
    padding: 5px 65px;
    float: right;
    background: #0098cf;
    color: white;
    font-weight: bold;
}
.box {
    padding: 4px 0px;
    background: #4498cf;
    color: white;
    text-align: center;
        font-family: 'fs_albertbold';
}
.box h5 {
    font-size: 18px;
}
.book-cont {
    border: 1px solid #4498cf;
    padding-left: 0;
    padding-right: 0;
}
.book-cont h4 {
    padding: 50px 0;
    text-align: center;
    background: white;
    margin: 0;
    font-family: 'fs_albertbold';
    color: #4498cf;
    font-size: 16px;
}

/*=======================Services-relki CSS ======================*/

.services-relki {
	background-image: url(../img/services_bg_1.jpg);
	background-size: 100% 100%;
    background-repeat: no-repeat;
}
.relki-content p {
    font-size: 10px;
    text-align: justify;
    font-weight: bold;
}

.pb-150 {padding-bottom:150px;}

/*=======================Services-Feng CSS ======================*/

.services-feng {
	background-image: url(../img/services_bg_2.jpg);
	background-size: 100% 100%;
    background-repeat: no-repeat;
}
.feng-content p {
    font-size: 10px;
    text-align: justify;
    font-weight: bold;
}

/*=======================Services-Spiritual CSS ======================*/

.services-spiritual {
	background-image: url(../img/services_bg_3.jpg);
	background-size: 100% 100%;
    background-repeat: no-repeat;
}
.spiritual-content p {
    font-size: 10px;
    text-align: justify;
    font-weight: bold;
}

/*=======================Services-Healing Light CSS ======================*/

.services-healing {
	background-image: url(../img/services_bg_4.jpg);
	background-size: 100% 100%;
    background-repeat: no-repeat;
}
.healing-content p {
    font-size: 10px;
    text-align: justify;
    font-weight: bold;
}
.pb-250 {
    padding-bottom: 255px;
}

/*=======================Services-Angel Therapy CSS ======================*/

.services-angel {
	background-image: url(../img/services_bg_5.jpg);
	background-size: 100% 100%;
    background-repeat: no-repeat;
}
.angel-content p {
    font-size: 10px;
    text-align: justify;
    font-weight: bold;
}
.pb-200 {
    padding-bottom: 200px;
}

/*=======================Services-Colour Energy CSS ======================*/

.services-colour {
	background-image: url(../img/services_bg_6.jpg);
	background-size: 100% 100%;
    background-repeat: no-repeat;
}
.colour-content p {
    font-size: 10px;
    text-align: justify;
    font-weight: bold;
}

/*=======================Services-Colour Energy CSS ======================*/

.services-chakras {
	background-image: url(../img/services_bg_7.jpg);
	background-size: 100% 100%;
    background-repeat: no-repeat;
}
.chakras-content p {
    font-size: 10px;
    text-align: justify;
    font-weight: bold;
}
.pb-135 {
    padding-bottom: 135px;
}

.lady {
	background: #b4e6f3;
	display: inline-block;
	width: 100%;
	margin: 50px 0px;
	padding: 17px 0px 0px;
}

.lady .col-md-2 img {
	width: 100%;
}

.sgn {
	width: 55% !important;
	padding: 17px;
}


@media only screen and (min-width: 320px) and (max-width: 580px){
.logo { padding: 0;}
.nav__list li:first-child { width: 16%; font-size:14px;}	
.nav__list li:nth-child(2) { width: 47%; font-size:14px;}	
.nav__list li:nth-child(3) { width: 34%; font-size:14px;}	
.nav__item-submenu { width: 100% !important;}
.nav__item--active::before { top: -25px; position:absolute;}
.bx-wrapper .bx-prev { left: 5% !important;}
.bx-wrapper .bx-next { right: 5% !important;}
.sgn { width: 55% !important; padding: 5px;}
.third-sec { margin-top: 0px;}
.book-sec::before { left: 25px !important; position:absolute; top:-20px;}
.frm_area label {width: 34%; padding: 5px 0px 5px; font-size: 13px;}
input.btn.send { width: 100%;}
	
}

@media only screen and (min-width: 581px) and (max-width: 767px){
	
	.logo img { width: 60%;}
	.nav__item:last-child { text-align: center;}
	.bx-wrapper .bx-prev { left: 15% !important;}
	.bx-wrapper .bx-next { right: 15% !important;}
	.nav__item--active::before { left: 55px;}
	.circl_area .col-md-4 { width: 32.33%;}
	.book-sec::before { left: 80px !important;}
	.healing_sec::before { position: absolute; top: -25px; left: 60px !important;}
	
}

@media only screen and (min-width: 320px) and (max-width: 767px){
	.header_face { display: none;}
	.container { width: 100% !important;}
	.nav__item--active a { margin-left: 0px;}
	.featured-image {height: 300px;}
	section.container.petra { width: 100% !important;}
	.align-right { text-align: center;}
	.btn-book { margin-bottom: 20px;}
	.pb-50 { padding-bottom: 20px;}
	.relki-content .pb-150 {padding: 0px;}
	
}

@media only screen and (min-width: 768px) and (max-width: 991px){
	
	.container { width: 100% !important;}
	section.container.petra {width: 100% !important;}
	.circl_area .col-md-4 { width: 32.33%;}
	.bx-wrapper .bx-prev { left: 15% !important;}
	.bx-wrapper .bx-next { right: 15% !important;}
	.nav__item:first-child { text-align: center;}
	.nav__item:last-child { text-align: center;}
	.header_face { padding: 30px 0px 0px 10px;}
	
}


@media only screen and (min-width: 992px) and (max-width: 1199px){
	section.container.petra { width: 100% !important;}
	.sgn {width: 65% !important; }
	
	
}
















