html {
    font-size: 16px
}

body {
    font-size: 100%;
    font-family: Roboto;
    line-height: 1.7;
    color: #555;
    letter-spacing: .01rem
}

body.mobile {
    padding-top: 77px !important;
}

body.mobile .navbar-wrapper {
    padding-top: 10px !important;
    min-height: 77px;
}

a {
    color: #E09A2A;
}

a, button, input[type=button], input[type=reset], input[type=submit] {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

ul {
    list-style-type: none;
}

.blue-button {
    display: inline-block;
    background-color: #557cbf;
    border-radius: 0;
    border: none;
    color: #f4f4f4;
    font-family: 'Playfair Display';
    padding: 15px 30px;
    line-height: 1
}

.blue-button:focus, .blue-button:hover {
    color: #f4f4f4;
    text-decoration: none;
    background-color: #3c63a6;
    outline: 0
}

.updated:not(.published) {
    display: none
}

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

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

img {
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.navbar {
    border: none;
    border-radius: 0;
    margin-bottom: 0
}

.navbar.fixed {
    position: fixed;
    top: 0;
    left: 0
}

.navbar-wrapper {
    margin: 0 -15px;
    padding: 75px 15px 25px;
}

body:not(.mobile) .navbar-wrapper {
    /* padding-top: 75px; */
}

.navbar-brand {
    display: none;
}

#header.scrolled .navbar-wrapper {
    padding-top: 25px;
}

body.admin-bar #main-menu {
    /* padding-top: 86px; */
}

body.fixed-header.admin-bar .navbar {
    top: 46px
}

body.fixed-header.admin-bar .navbar.scroll-admin-bar {
    top: 0
}

body.fixed-header .navbar {
    width: 100%;
    z-index: 999
}

body.navbar-no-background #header {
    position: relative;
    min-height: 100px
}

body.navbar-no-background #header .navbar {
    position: absolute;
    width: 100%;
    background-color: transparent;
    z-index: 200
}

body.navbar-no-background #header .navbar.fixed {
    position: fixed
}

body.navbar-no-background #header .navbar.fixed.scroll {
    background-color: #fff
}

body.navbar-no-background #header .navbar .navbar-wrapper {
    background-color: transparent
}

body.menu-sandwich .navbar-header {
    float: none
}

body.menu-sandwich .navbar-toggle {
    display: block;
    float: right
}

body.menu-sandwich #main-menu ul.nav {
    float: none !important
}

body.menu-sandwich #main-menu ul.nav li {
    float: none
}

.book-now {
    background-color: #E09A29;
}

.header-widgetised-area .email:before {
}

.header-widgetised-area .fa-stack {
    font-size: 20px;
}

.header-widgetised-area .fa-circle {
    color: #EAEAEA;
}

.header-widgetised-area .phone:before {
}

.header-widgetised-area a {
    color: #9eacb4;
    font-family: "roboto-slab";
    font-size: 13px;
}

.navbar-toggle {
    margin-bottom: 0
}

.navbar-toggle .icon-bar {
    width: 20px;
    border-radius: 0;
    background-color: #fff
}

.sandwich-color-light #main-menu {
    background-color: #fff
}

.sandwich-color-light #main-menu>ul>li>a {
    color: #555
}

.sandwich-color-light #main-menu>ul>li>a:focus, .sandwich-color-light #main-menu>ul>li>a:hover {
    color: #333
}

.sandwich-color-light #main-menu>ul>li.current_page_item>a {
    color: #333
}

.sandwich-color-light #main-menu>ul ul li a {
    color: #333
}

.sandwich-color-light #main-menu>ul ul li a:focus, .sandwich-color-light #main-menu>ul ul li a:hover {
    color: #555
}

.sandwich-color-light #main-menu>ul ul li.current_page_item>a {
    color: #555
}

.sandwich-color-light #main-menu>ul ul li .dropdown-toggle {
    color: #333
}

.sandwich-color-light #main-menu .button-close {
    color: #333
}

.sandwich-color-light #main-menu .dropdown-toggle {
    color: #555
}

#main-menu {
    overflow-y: auto;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 100%;
    z-index: 9999;
    height: 100%;
    background-color: #333;
    padding: 40px 30px 0 30px;
    width: 270px;
    -webkit-transition: margin .8s ease;
    -o-transition: margin .8s ease;
    transition: margin .8s ease
}

#main-menu .header-widgetised-area {
    margin: 30px 0
}

body.mobile .header-widgetised-area {
    display: none;
}

body.mobile #mobile-logo {
    display: block !important;
    background-image: url('../images/logofooter.png');
    width: 185px;
    height: 59px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: auto;
}

#main-menu .header-widgetised-area .widget {
    margin-bottom: 20px
}

#main-menu .header-widgetised-area .widget-title {
    font-size: 18px
}

#main-menu .header-widgetised-area .widget_text {
    font-size: 18px;
    line-height: 1em
}

#main-menu.open {
    margin-left: -270px
}

#main-menu .button-close {
    width: 16px;
    height: 16px;
    cursor: pointer;
    /* margin-bottom: 25px; */
    color: #fff;
    padding: 25px 0 25px 15px;
    /* float: right; */
    text-align: right;
    width: 100%;
}

#main-menu .dropdown-toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    line-height: 1.45;
    border: none;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    font-family: 'Visual Composer Starter Font';
    font-size: .64em;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    color: #fff
}

#main-menu .dropdown-toggle.open {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

#main-menu ul li {
    position: relative;
}

#main-menu ul li a {
    color: #ccc;
    line-height: 1.2
}

#main-menu ul li a:focus, #main-menu ul li a:hover {
    text-decoration: none;
    color: #fff
}

#main-menu ul li.current-menu-item>a {
    color: #fff
}

#main-menu ul li.menu-item-has-children>a {
    margin-right: 56px
}

#main-menu ul li ul {
    display: none;
    padding: 10px 0
}

#main-menu ul li ul li {
    font-family: Roboto;
    font-size: 16px;
    list-style: none;
    line-height: 1.2
}

#main-menu ul li ul li a {
    padding: 5px 0;
    display: block
}

#main-menu ul li ul li .dropdown-toggle {
    padding: 7px 0 3px 0;
    color: #ccc
}

#main-menu ul li ul li .dropdown-toggle.open {
    padding: 3px 0 7px 0
}

#main-menu ul li ul li ul {
    padding-left: 10px
}

#main-menu>ul {
    margin: 0;
    float: none
}

#main-menu>ul>li {
    font-size: 22px
}

#main-menu>ul>li>a {
    padding: .55em .83em;
    font-family: 'Oswald';
    color: #fff
}

#main-menu>ul>li>a:focus, #main-menu>ul>li>a:hover {
    color: #ccc;
    background: 0 0
}

#main-menu>ul>li>.dropdown-toggle {
    padding: 17px 0 10px 0
}

#main-menu>ul>li>.dropdown-toggle.open {
    padding: 10px 0 17px 0
}

.cover-image {
    position: relative
}

.cover-image .fade-in-img-inner-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}

.cover-image .fade-in-img-inner-wrap img {
    position: absolute;
    left: 50%;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0)
}

.header-image img {
    width: 100%;
    height: auto
}

.header-image .fade-in-img.cover-image {
    position: relative
}

.header-image .fade-in-img.cover-image .fade-in-img-inner-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}

.header-image .fade-in-img.cover-image .fade-in-img-inner-wrap img {
    position: absolute;
    left: 50%;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0)
}

body.featured-image-custom-height .header-image .fade-in-img {
    position: relative
}

body.featured-image-custom-height .header-image .fade-in-img .fade-in-img-inner-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden
}

body.featured-image-custom-height .header-image .fade-in-img .fade-in-img-inner-wrap img {
    position: absolute;
    left: 50%;
    width: auto;
    height: auto;
    max-height: none;
    max-width: none;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0)
}

.content-wrapper {
    padding: 0px 15px 0px 15px;
    margin: 0 -15px;
    overflow-wrap: break-word;
    background-color: #fff
}

.main-content {
    /* padding-bottom: 40px */
}

.main-content article.post.sticky {
    border: 6px #eee solid;
    padding: 13px
}

.entry-full-content .entry-author-data {
    text-align: center;
    margin-bottom: 20px
}

.entry-full-content .entry-author-data .author-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin-bottom: 5px
}

.entry-full-content .entry-author-data .author-avatar img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 50%
}

.entry-full-content .entry-author-data .author-name {
    color: #333;
    font-family: 'Playfair Display';
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 7px
}

.entry-full-content .entry-author-data .author-biography {
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    color: #777
}

.entry-full-content .entry-meta {
    font-size: 14px;
    font-weight: 500;
    color: #777;
    margin-bottom: 5px
}

.entry-full-content .entry-meta a {
    color: #333;
    border-bottom: 1px solid #333
}

.entry-full-content .entry-meta a:focus, .entry-full-content .entry-meta a:hover {
    border-bottom-color: transparent;
    text-decoration: none
}

.entry-tags {
    margin: 5px 0
}

.entry-tags a {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 9px 13px;
    line-height: 1;
    font-size: 14px;
    font-style: italic;
    color: #777;
    background-color: #eee;
    border-radius: 20px
}

.entry-tags a:before, .entry-tags a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #557cbf
}

.nav-next, .nav-previous {
    margin-bottom: 1.625rem
}

.nav-links.post-navigation {
    margin-top: 1.625rem;
    padding-top: 2.25rem;
    border-top: 1px solid #eee
}

.nav-links.post-navigation a .meta-nav {
    font-size: 14px;
    font-style: italic;
    color: #777;
    line-height: 1;
    display: block
}

.nav-links.post-navigation a .post-title {
    font-family: 'Playfair Display';
    font-size: 22px;
    font-weight: 700;
    color: #333;
    border-bottom: 1px solid #333
}

.nav-links.post-navigation a:hover {
    text-decoration: none
}

.nav-links.post-navigation a:hover .post-title {
    border-bottom-color: transparent
}

.pagination {
    margin: 65px 0 0;
    display: block;
    border-radius: 0
}

.nav-links.post-inner-navigation {
    margin-bottom: 20px
}

.nav-links.post-inner-navigation a, .nav-links.post-inner-navigation>span {
    display: inline-block;
    min-width: 30px;
    background-color: #eee;
    border-radius: 15px;
    text-align: center;
    height: 30px;
    margin: 0 10px 10px 0;
    line-height: 32px;
    font-size: 14px;
    font-style: italic;
    color: #777
}

.nav-links.post-inner-navigation a:focus, .nav-links.post-inner-navigation a:hover {
    text-decoration: none;
    background-color: #557cbf
}

.nav-links.post-inner-navigation a:focus span, .nav-links.post-inner-navigation a:hover span {
    color: #fff
}

.nav-links.post-inner-navigation a.next, .nav-links.post-inner-navigation a.prev {
    width: auto;
    padding: 0 15px
}

.nav-links.post-inner-navigation>span {
    background-color: #557cbf;
    color: #fff
}

.nav-links.archive-navigation .page-numbers {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 10px 10px 0;
    background-color: #eee;
    border-radius: 15px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    font-style: italic;
    color: #777
}

.nav-links.archive-navigation .page-numbers.next, .nav-links.archive-navigation .page-numbers.prev {
    width: auto;
    padding: 0 15px
}

.nav-links.archive-navigation .page-numbers.dots {
    background: 0 0
}

.nav-links.archive-navigation .page-numbers.current, .nav-links.archive-navigation a.page-numbers:focus, .nav-links.archive-navigation a.page-numbers:hover {
    text-decoration: none;
    background-color: #557cbf;
    color: #fff
}

div#gform_confirmation_message_1,
div#gform_confirmation_message_2{
    text-align: center;
    color: #fff;
}

.gform_body input, .gform_body textarea {
    color: #fff !important;
}

/*.comments-area {
    padding: 40px 0;
    background-color: #f4f4f4;
    overflow-wrap: break-word
}

.comments-area .comments-title {
    margin-bottom: 5px
}

.comments-area .comments-subtitle {
    font-size: 14px;
    margin-bottom: 40px
}

.comments-area .comment-list {
    list-style: none;
    padding: 0;
    margin-bottom: 55px
}

.comments-area .comment-list li.comment {
    padding-top: 25px;
    border-top: 1px solid #ddd
}

.comments-area .comment-list li.comment .comment-body {
    margin-bottom: 25px
}

.comments-area .comment-list li.comment:first-child {
    padding-top: 0;
    border-top: 0
}

.comments-area .comment-list ol.children {
    list-style: none;
    padding: 25px 0 0;
    margin-left: 30px;
    border-top: 1px solid #ddd
}

.comments-area .comment-list .author-avatar {
    width: 80px;
    height: 80px;
    margin-top: 10px;
    overflow: hidden
}

.comments-area .comment-list .author-avatar img {
    width: 100%;
    height: auto;
    border-radius: 50%
}

.comments-area .comment-list .comment-author {
    font-family: 'Playfair Display';
    font-size: 22px;
    color: #333;
    line-height: 1.4
}

.comments-area .comment-list .comment-author a {
    color: #333;
    border-bottom: 1px solid transparent
}

.comments-area .comment-list .comment-author a:focus,
.comments-area .comment-list .comment-author a:hover {
    border-bottom-color: #333;
    text-decoration: none
}

.comments-area .comment-list .comment-metadata {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 10px
}

.comments-area .comment-list .comment-metadata a {
    color: #777;
    border-bottom: 1px solid transparent
}

.comments-area .comment-list .comment-metadata a:focus,
.comments-area .comment-list .comment-metadata a:hover {
    text-decoration: none;
    border-bottom-color: #777
}

.comments-area .comment-list .reply a {
    font-family: 'Playfair Display';
    color: #557cbf;
    border-bottom: 1px solid transparent
}

.comments-area .comment-list .reply a:focus,
.comments-area .comment-list .reply a:hover {
    text-decoration: none;
    border-bottom-color: #557cbf
}

.comments-area #reply-title {
    font-size: 30px;
    margin-bottom: 3px
}

.comments-area .comment-notes {
    font-size: 14px;
    margin-bottom: 25px
}

.comments-area span.required {
    color: #557cbf;
    margin-left: -4px
}

.comments-area .comment-form-comment {
    margin-bottom: 20px
}

.comments-area .comment-form-comment label {
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
    font-family: 'Playfair Display'
}

.comments-area .comment-form-comment textarea {
    width: 100%;
    height: 170px;
    resize: none;
    padding-top: 10px;
    padding-bottom: 10px
}

.comments-area input[type=email],
.comments-area input[type=text],
.comments-area input[type=url],
.comments-area textarea {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    border: 1px solid #dadada;
    -webkit-box-shadow: none;
    box-shadow: none
}

.comments-area input[type=email]:focus,
.comments-area input[type=text]:focus,
.comments-area input[type=url]:focus,
.comments-area textarea:focus {
    outline: 0
}

.comments-area .comment-form-author,
.comments-area .comment-form-email,
.comments-area .comment-form-url {
    margin-bottom: 30px
}

.comments-area .comment-form-author label,
.comments-area .comment-form-email label,
.comments-area .comment-form-url label {
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
    font-family: 'Playfair Display'
}

.comments-area .comment-form-author input,
.comments-area .comment-form-email input,
.comments-area .comment-form-url input {
    height: 40px
}

.comments-area .comment-subscription-form,
.comments-area .form-submit {
    margin-bottom: 15px
}

.comments-area .comment-subscription-form {
    line-height: 1rem
}

.comments-area .comment-subscription-form label {
    font-size: 14px;
    position: relative;
    padding-left: 35px;
    cursor: pointer
}

.comments-area .comment-subscription-form label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    display: block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 1px solid #dadada;
    font-size: 25px;
    color: #557cbf;
    line-height: 19px;
    text-align: center
}

.comments-area .comment-subscription-form input[type=checkbox] {
    display: none
}

.comments-area .comment-subscription-form input:checked+label:before {
    content: '\2022'
}

.comments-area .form-submit input[type=submit] {
    display: inline-block;
    background-color: #557cbf;
    border-radius: 0;
    border: none;
    color: #f4f4f4;
    font-family: 'Playfair Display';
    padding: 15px 40px;
    line-height: 1
}

.comments-area .form-submit input[type=submit]:focus,
.comments-area .form-submit input[type=submit]:hover {
    color: #f4f4f4;
    text-decoration: none;
    background-color: #3c63a6;
    outline: 0
}

.comments-area .comment div#respond {
    min-height: 500px
}

.comments-area .bypostauthor .fade-in-image:before {
    font-family: 'Visual Composer Starter Font', Arial, sans-serif;
    content: '\6e';
    background: #557cbf;
    color: #fff;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    position: absolute;
    margin: 55px 0 0 52px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 1px;
    padding-bottom: 1px;
    font-size: 20px
}

.logged-in .comments-area .comment div#respond {
    min-height: 400px
}
*/
@media (min-width: 768px) {
    .half-container {
        width:375px;
    }

    #home-know .half-left {
        padding-right: 10% !important;
        padding-left: 10% !important;
    }

    #home-know .half-right {
        padding-left: 10%;
    }

    .half-left {
        /* float: right; */
        padding-right: 17% !important;
        padding-left: 17% !important;
    }

    #private-top .half-left {
        /* float: right; */
        padding-right: 16.5% !important;
        padding-left: 16.5% !important;
    }

    .half-text h2 {
        margin: .5em 0;
    }
}

@media (min-width: 992px) {
    .half-container {
        width:485px;
    }
}

@media (min-width: 1200px) {
    .half-container {
        width: 585px !important;
    }
}

@media (min-width: 1400px) {
    .half-container {
        width: 690px !important;
    }
}

@media (min-width: 1600px) {
    .half-container {
        width: 790px !important;
    }
}

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

.search-results-header {
    padding-top: 20px;
    border-top: 1px solid #eee;
    margin-bottom: 20px
}

.search-results-header h4 {
    color: #777;
    margin-bottom: 0
}

.search-results-header h4 strong {
    font-weight: 500;
    color: #333
}

.entry-content.archive {
    margin-bottom: 45px
}

.entry-content.archive h1 {
    margin-bottom: 1.625rem
}

.archive .entry-content {
    margin-bottom: 1.875rem
}

.archive .entry-content:after {
    display: none
}

.featured-content {
    margin-bottom: 22px
}

.featured-content img {
    max-width: 100%;
    height: auto;
    display: block
}

.video-wrapper {
    position: relative;
    height: 0;
    padding-bottom: 56.25%
}

.video-wrapper embed, .video-wrapper iframe, .video-wrapper object, .video-wrapper video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.gallery-slider {
    position: relative
}

.gallery-slider>.gallery-item {
    position: absolute;
    top: 0;
    left: 0
}

.gallery-slider>.gallery-item:first-child {
    position: relative;
    z-index: 100
}

.gallery-slider .slick-dots {
    position: absolute;
    bottom: 0;
    margin-top: 30px;
    list-style: none;
    padding: 0;
    text-align: center;
    z-index: 200;
    width: 100%
}

.gallery-slider .slick-dots li {
    display: inline-block;
    margin: 0 5px
}

.gallery-slider .slick-dots li.slick-active button {
    background-color: #fff
}

.gallery-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 50%;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(255, 255, 255, .5)
}

.gallery-slider .slick-dots li button:focus, .gallery-slider .slick-dots li button:hover {
    background-color: #fff;
    outline: 0
}

.entry-preview {
    margin-bottom: 50px
}

.entry-preview .entry-meta {
    padding: 0;
    margin-bottom: 10px;
    list-style: none
}

.entry-preview .entry-meta li {
    display: inline-block;
    margin-right: 14px;
    font-size: 14px;
    color: #777;
    line-height: 20px
}

.entry-preview .entry-meta li.entry-meta-date a:before {
    content: '\62'
}

.entry-preview .entry-meta li.entry-meta-author a:before {
    content: '\6e'
}

.entry-preview .entry-meta li.entry-meta-category:before {
    content: '\65';
    font-family: 'Visual Composer Starter Font';
    font-size: 22px;
    color: #d4d4d4;
    margin-right: 5px;
    display: inline;
    vertical-align: text-bottom
}

.entry-preview .entry-meta li.entry-meta-category:hover:before {
    color: #557cbf
}

.entry-preview .entry-meta li.entry-meta-comments a:before {
    content: '\61';
    line-height: 15px
}

.entry-preview .entry-meta li a {
    color: #777;
    vertical-align: bottom
}

.entry-preview .entry-meta li a:focus, .entry-preview .entry-meta li a:hover {
    color: #333;
    text-decoration: none
}

.entry-preview .entry-meta li a:focus:before, .entry-preview .entry-meta li a:hover:before {
    color: #557cbf
}

.entry-preview .entry-meta li a:before {
    font-family: 'Visual Composer Starter Font';
    font-size: 22px;
    color: #d4d4d4;
    margin-right: 6px;
    display: inline;
    vertical-align: text-bottom
}

.fade-in-img {
    position: relative
}

.fade-in-img noscript img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Playfair Display';
    color: #333
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    border-bottom: none
}

.anchor_links a {
    padding-right: 1em;
}

.anchor_links a:last-child {
    padding-right: 0;
}

h1 a:focus, h1 a:hover, h2 a:focus, h2 a:hover, h3 a:focus, h3 a:hover, h4 a:focus, h4 a:hover, h5 a:focus, h5 a:hover, h6 a:focus, h6 a:hover {
    color: inherit;
    text-decoration: underline;
}

h2, h3, h4, h5, h6 {
    margin: 0 0 .625rem 0
}

h1 {
    margin: 0 0 2.125rem 0;
    font-size: 42px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

.comment-content:after, .entry-content:after {
    content: " ";
    display: table;
    clear: both
}

.comment-content article:after, .entry-content article:after {
    content: " ";
    display: table;
    clear: both
}

.comment-content article>div, .entry-content article>div {
    margin: 0 0 1.625rem 0
}

.comment-content address, .comment-content blockquote, .comment-content datalist, .comment-content dl, .comment-content ol, .comment-content p, .comment-content table, .comment-content ul, .entry-content address, .entry-content blockquote, .entry-content datalist, .entry-content dl, .entry-content ol, .entry-content p, .entry-content table, .entry-content ul {
    margin: 0 0 1.5rem 0
}

.comment-content address a, .comment-content blockquote a, .comment-content datalist a, .comment-content dl a, .comment-content ol a, .comment-content p a, .comment-content table a, .comment-content ul a, .entry-content address a, .entry-content blockquote a, .entry-content datalist a, .entry-content dl a, .entry-content ol a, .entry-content p a, .entry-content table a, .entry-content ul a {
    /* border-bottom: 1px #557cbf solid; */
    /* line-height: 1.2 */
}

.comment-content address a:focus, .comment-content address a:hover, .comment-content blockquote a:focus, .comment-content blockquote a:hover, .comment-content datalist a:focus, .comment-content datalist a:hover, .comment-content dl a:focus, .comment-content dl a:hover, .comment-content ol a:focus, .comment-content ol a:hover, .comment-content p a:focus, .comment-content p a:hover, .comment-content table a:focus, .comment-content table a:hover, .comment-content ul a:focus, .comment-content ul a:hover, .entry-content address a:focus, .entry-content address a:hover, .entry-content blockquote a:focus, .entry-content blockquote a:hover, .entry-content datalist a:focus, .entry-content datalist a:hover, .entry-content dl a:focus, .entry-content dl a:hover, .entry-content ol a:focus, .entry-content ol a:hover, .entry-content p a:focus, .entry-content p a:hover, .entry-content table a:focus, .entry-content table a:hover, .entry-content ul a:focus, .entry-content ul a:hover {
    text-decoration: none;
    border-bottom-color: transparent;
    color: #E09A2A;
}

.comment-content address a.image-link, .comment-content blockquote a.image-link, .comment-content datalist a.image-link, .comment-content dl a.image-link, .comment-content ol a.image-link, .comment-content p a.image-link, .comment-content table a.image-link, .comment-content ul a.image-link, .entry-content address a.image-link, .entry-content blockquote a.image-link, .entry-content datalist a.image-link, .entry-content dl a.image-link, .entry-content ol a.image-link, .entry-content p a.image-link, .entry-content table a.image-link, .entry-content ul a.image-link {
    border-bottom: none
}

.comment-content address a.blue-button, .comment-content blockquote a.blue-button, .comment-content datalist a.blue-button, .comment-content dl a.blue-button, .comment-content ol a.blue-button, .comment-content p a.blue-button, .comment-content table a.blue-button, .comment-content ul a.blue-button, .entry-content address a.blue-button, .entry-content blockquote a.blue-button, .entry-content datalist a.blue-button, .entry-content dl a.blue-button, .entry-content ol a.blue-button, .entry-content p a.blue-button, .entry-content table a.blue-button, .entry-content ul a.blue-button {
    border: none
}

.comment-content ol ol, .comment-content ol ul, .comment-content ul ol, .comment-content ul ul, .entry-content ol ol, .entry-content ol ul, .entry-content ul ol, .entry-content ul ul {
    margin-bottom: 0
}

.comment-content embed, .comment-content iframe, .comment-content object, .comment-content video, .entry-content embed, .entry-content iframe, .entry-content object, .entry-content video {
    max-width: 100%;
    display: block;
    margin: 0 0 1.625rem 0
}

.comment-content ul, .entry-content ul {
    padding: 0
}

.comment-content ul>li, .entry-content ul>li {
    list-style: none;
    /*     padding-left: 35px; */
    position: relative
}

.comment-content ul>li:before, .entry-content ul>li:before {
    /*     content: '\2022';
    font-size: 1.5em;
    position: absolute;
    left: 20px;
    line-height: 1.3;
    color: #557cbf */
}

.comment-content .wp-caption, .entry-content .wp-caption {
    margin-bottom: 1.625rem
}

.comment-content .gallery, .entry-content .gallery {
    font-size: 0;
    margin: 0 -1.16667% 1.625rem -1.16667%
}

.comment-content .gallery-item, .entry-content .gallery-item {
    display: inline-block;
    width: 100%;
    max-width: 33.3%;
    vertical-align: top;
    padding: 0 1.14007%;
    margin-bottom: 1rem
}

.comment-content .gallery-icon, .entry-content .gallery-icon {
    display: block
}

.comment-content .gallery-icon img, .entry-content .gallery-icon img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto
}

.comment-content .gallery-caption, .entry-content .gallery-caption {
    color: #777;
    font-size: 14px;
    font-style: italic;
    margin-top: 10px;
    text-align: center
}

.comment-content img, .entry-content img {
    max-width: 100%;
    height: auto;
}

.comment-content blockquote, .entry-content blockquote {
    border-left: 4px solid #557cbf;
    padding: 10px 0 10px 23px;
    color: #777;
    font-size: 22px;
    font-family: 'Playfair Display';
    font-style: italic
}

.comment-content blockquote cite, .entry-content blockquote cite {
    display: block;
    margin-top: 10px
}

.comment-content cite, .entry-content cite {
    font-family: Roboto;
    font-size: 14px
}

.comment-content table, .entry-content table {
    table-layout: fixed;
    width: 100%
}

.comment-content table tr td, .comment-content table tr th, .entry-content table tr td, .entry-content table tr th {
    padding: .4375rem;
    border: 1px solid #555
}

.comment-content dl dd, .entry-content dl dd {
    margin-bottom: 1rem
}

.comment-content address, .entry-content address {
    font-style: italic
}

.comment-content acronym, .entry-content acronym {
    border-bottom: 1px dotted #d1d1d1
}

.comment-content address, .comment-content blockquote, .comment-content datalist, .comment-content dl, .comment-content ol, .comment-content p, .comment-content table, .comment-content ul {
    margin: 0 0 10px 0
}

.wp-caption {
    max-width: 100%
}

.wp-caption.alignleft .wp-caption-text, .wp-caption.alignright .wp-caption-text {
    text-align: left
}

.wp-caption img {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    color: #777;
    font-size: 14px;
    font-style: italic;
    margin-top: 15px;
    text-align: center
}

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

.alignright {
    float: right;
    margin-left: 1.625rem
}

.alignleft {
    float: left;
    margin-right: 1.625rem
}

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

.sep:after {
    content: "";
    display: inline-block;
    width: 100%;
    margin: 20px auto 0;
    background: linear-gradient(to right,currentColor, currentColor) 50% 0%/52px 4px no-repeat, linear-gradient(to right,currentColor,currentColor) 50% 100%/22px 4px no-repeat;
    height: 22px;
}

h2.sep {
}

h2.sep:after {
    margin: 0px auto 0;
    background: linear-gradient(to right,currentColor, currentColor) 50% 0%/51px 4px no-repeat, linear-gradient(to right,currentColor,currentColor) 50% 100%/22px 4px no-repeat;
    height: 20px;
    position: relative;
    top: -.5em /* line-height: 1em; */
}

.widget .widget-title {
    margin: 0 0 1rem 0;
    font-size: 20px;
}

.widget select {
    width: 100%
}

.widget img {
    max-width: 100%;
    height: auto
}

.widget_calendar td, .widget_calendar th {
    text-align: center
}

.widget_calendar tfoot td {
    border: 0
}

.widget_calendar table {
    border-collapse: collapse;
    margin: 0 0 1.5em;
    width: 100%
}

.widget_calendar thead th {
    border-bottom: 2px solid #bbb;
    padding-bottom: .5em
}

.widget_calendar th {
    padding: .4em;
    text-align: left
}

.widget_calendar tr {
    border-bottom: 1px solid #eee
}

.widget_calendar td {
    padding: .4em
}

.widget_calendar td:first-child, .widget_calendar th:first-child {
    padding-left: 0
}

.widget_calendar td:last-child, .widget_calendar th:last-child {
    padding-right: 0
}

.search-form {
    position: relative;
    max-width: 270px
}

.search-form:after {
    content: '\70';
    font-family: 'Visual Composer Starter Font';
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    z-index: 1
}

.search-form label {
    width: 100%;
    margin-bottom: 0
}

.search-form label .screen-reader-text {
    display: none
}

.search-form label .search-field {
    max-width: 270px;
    width: 100%;
    height: 40px;
    padding: 0 40px 0 15px;
    border: 1px solid #d4d4d4;
    outline: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 14px
}

.search-form div input[type=text] {
    width: 100%;
    height: 40px;
    padding: 0 40px 0 15px;
    border: 1px solid #d4d4d4;
    outline: 0;
    font-style: italic;
    font-weight: 500;
    font-size: 14px
}

.search-form button[type=submit], .search-form input[type=submit] {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    opacity: 0;
    z-index: 2
}

.sidebar-widget-area {
    padding-bottom: 40px
}

.sidebar-widget-area .widget {
    padding-top: 20px;
    border-top: 1px solid #eee;
    margin-bottom: 25px;
    font-size: 14px
}

.sidebar-widget-area .widget_archive ul li, .sidebar-widget-area .widget_categories ul li, .sidebar-widget-area .widget_meta ul li, .sidebar-widget-area .widget_recent_entries ul li {
    color: #557cbf
}

.sidebar-widget-area .widget_archive ul li:focus, .sidebar-widget-area .widget_archive ul li:hover, .sidebar-widget-area .widget_categories ul li:focus, .sidebar-widget-area .widget_categories ul li:hover, .sidebar-widget-area .widget_meta ul li:focus, .sidebar-widget-area .widget_meta ul li:hover, .sidebar-widget-area .widget_recent_entries ul li:focus, .sidebar-widget-area .widget_recent_entries ul li:hover {
    color: #555
}

.sidebar-widget-area .widget_archive ul li a, .sidebar-widget-area .widget_categories ul li a, .sidebar-widget-area .widget_meta ul li a, .sidebar-widget-area .widget_recent_entries ul li a {
    display: inline-block;
    vertical-align: top
}

.sidebar-widget-area .widget_search form {
    margin-top: 5px
}

.sidebar-widget-area a:focus, .sidebar-widget-area a:hover {
    text-decoration: none;
    color: #555
}

.sidebar-widget-area ul {
    padding-left: 16px
}

#footer {
    background-color: #333;
    color: #777;
    font-size: 14px;
    line-height: 1.7
}

#footer a {
    border-bottom: 1px transparent solid;
    line-height: 16px;
    color: #fff;
}

#footer a:hover {
    border-bottom-color: #fff;
    text-decoration: none
}

#footer ol li, #footer ul li {
    color: #fff;
}

#footer .footer-right-block {
    margin-bottom: 10px
}

#footer .footer-socials ul {
    padding: 0;
    margin: 0;
    font-size: 3em;
}

.social-icons li {
    list-style: none;
    display: inline-block;
    /* margin: 0 8px 0 0; */
    /* font-size: 11px; */
}

#footer .footer-socials ul li a {
    line-height: 1;
    font-size: 15px;
    color: #777;
    border-bottom: none;
}

#footer .footer-socials i.fa-stack-1x:before {
    text-shadow: 1px 1px 0 #3B3B3B, -1px 1px 0 #3B3B3B, 1px -1px 0 #3B3B3B, -1px -1px 0 #3B3B3B, 0px 1px 0 #3B3B3B, 0px -1px 0 #3B3B3B, -1px 0px 0 #3B3B3B, 1px 0px 0 #3B3B3B
}

.contact-row i.fa-stack-1x:before {
    text-shadow: 1px 1px 0 #3B5B6C, -1px 1px 0 #3B5B6C, 1px -1px 0 #3B5B6C, -1px -1px 0 #3B5B6C, 0px 1px 0 #3B5B6C, 0px -1px 0 #3B5B6C, -1px 0px 0 #3B5B6C, 1px 0px 0 #3B5B6C;
}

.contact-row .social-icons li a span {
    color: #eaeaea;
    margin-bottom: 2em;
    font-size: 1.7em;
    margin-top: 0;
}

.contact-row .social-icons {
    text-align: center;
}

#footer .footer-socials ul li a:focus, #footer .footer-socials ul li a:hover {
    text-decoration: none;
    color: #fff
}

#footer .footer-socials ul li a span {
    display: block;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease;
    font-size: 20px;
}

#footer .copyright {
    margin-bottom: 10px
}

.footer-widget-area {
    background-color: #383838;
    padding: 4.5% 0;
}

.footer-widget-area .widget {
    margin-bottom: 25px
}

.footer-widget-area .widget-title {
    color: #fff;
    line-height: 1.7
}

.footer-col-1 p {
    font-size: 12px;
    margin: auto;
    max-width: 280px;
}

.footer-widget-area ol, .footer-widget-area p, .social-icons li {
    /* margin-bottom: 20px; */
    padding-left: 0;
    list-style-type: none;
}

.footer-widget-area .instagram-feed {
    padding-top: 5px;
    font-size: 0;
    letter-spacing: normal
}

.footer-widget-area .instagram-feed .instagram-item {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 0 5px 5px 0
}

.footer-widget-area .instagram-feed .instagram-item img {
    display: block;
    width: 100%;
    height: auto
}

.footer-bottom {
    padding: 25px 0 20px 0
}

.footer-bottom .copyright>span {
    display: block
}

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

.footer-menu ul {
    padding: 0;
    margin: 0
}

.footer-menu ul li {
    display: inline-block;
    list-style: none;
    margin-right: 8px
}

.header-area-disabled .content-wrapper {
    padding-top: 0
}

.footer-area-disabled .main-content {
    padding-bottom: 0
}

.footercol {
    float: left;
}

.footercol ul {
    padding-left: 0;
}

.footer-col-1 {
    text-align: center;
}

.footer-col-1 img {
    margin-bottom: 3em;
}

.footer-col-4 {
    line-height: 4em;
}

/*gravity*/
.main-contact .gfield_label {
    display: none;
}

.main-contact .gform_fields li:before {
    content: none;
}

.main-contact .gf_left_half input {
    width: 100%;
    margin-bottom: 1.5em;
}

.main-contact .textarea {
    width: 100%;
}

.ginput_container .textarea, .ginput_container input {
    border: 3px solid #6197B4;
    background-color: #3B5B6C;
    padding: 11px 22px;
    color: #6197B4;
}

::-webkit-input-placeholder {
    color: #6197B4;
    font-size: 16px;
}

:-ms-input-placeholder {
    color: #6197B4;
    font-size: 16px;
}

::placeholder {
    color: #6197B4;
    font-size: 16px;
}

.main-contact .gform_footer {
    clear: both;
    text-align: center;
    padding-top: 1%;
}

.main-contact .gform_footer input {
    background-color: #EAEAEA !important;
    color: #3B5B6C !important;
    padding: 9px 49px;
}

.main-contact .gf_left_half {
    padding-left: 0;
}

.main-contact .gf_right_half {
    padding-left: 0;
}

.contact-row .vc_col-sm-12 {
    position: relative;
}

.contact-row .vc_col-sm-12:after, #team-works .vc_col-sm-12:after {
    display: block;
    position: absolute;
    content: "";
    width: 50%;
    padding-bottom: 50%;
    background-image: url('../images/contact-bg.png');
    background-size: contain;
    background-size: cover;
    background-repeat: no-repeat;
    transform: translateY(-50%);
}

.contact-row .vc_col-sm-12:after {
    left: 100%;
    top: 0;
}

#team-works .vc_col-sm-12:after {
    left: 0;
    transform: translate(-60%, -65%);
    top: 0;
}

#team-works .vc_col-sm-4 p:first-child {
    height: 92px;
    position: relative
}

#team-works .vc_col-sm-4 p:first-child img {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.validation_message {
    color: #a02d0e;
}

.white-text h2, .white-text h3, .white-text p ,.white-text h6 {
    color: #EAEAEA !important;
}

/* public classes page */
.vc_images_carousel.vc_per-view-more .vc_carousel-slideline .vc_carousel-slideline-inner>.vc_item>.vc_inner {
    margin: 0 !important;
}

#team-steps ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    /* list-style-position: inside; */
    /* padding-left: 80px; */
}

#team-steps ol li {
    counter-increment: my-awesome-counter;
    position: relative;
    vertical-align: top;
    margin: 0 0 0 0;
    padding-left: 60px;
    line-height: 21px;
}

#team-steps ol li::before {
    top: 0;
    content: counter(my-awesome-counter) ". ";
    font-family: "Gin";
    font-size: 65px;
    position: absolute;
    left: 0;
    height: 65px;
    display: block;
    line-height: 1em;
    color: #616161;
}

#team-steps ol li strong {
    display: block;
    margin-bottom: 1em;
    line-height: 1.2em;
    /* float: right; */
    /* height: 65px; */
    /* vertical-align: middle; */
    padding-top: 1.1em;
	height:4em;
}

.three-col-icons p {
    max-width: 297px;
    margin: auto;
}

.groups {
    padding: 3.8%;
}

.groups h2 {
    margin-bottom: .9em !important;
}

.groups h4 {
    margin-bottom: .9em !important;
}

.groups p {
    max-width: 591px;
    margin: auto;
    margin-bottom: 1em;
}

.groups h4, .groups h6 {
    color: #3B5B6C;
}

.groups h6 {
    font-weight: bold;
    margin-bottom: 1.8rem;
}

button.bg-orange-button,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern {
    background-color: #e09a29 !important;
    background: #e09a29 !important;
    color: #eaeaea !important;
    font-family: roboto-slab;
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0;
    line-height: 1.333;
    text-transform: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 9px 21px;
    border: none;
    outline: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    box-shadow: none !important;
    text-shadow: none;
	margin: 0 auto;
	display:block;
}

button.bg-orange-button:hover,
.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover{
	color:#557cbf !important;
}

.vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover{
	border:0px;
}

#footer .copyright {
	text-align:center;
}

.page-id-153 .vc_gitem-zone {
overflow:visible !important;
}

.page-id-153 .vc-gitem-zone-height-mode-auto:before
{
padding-top:0%;
}

.single-post .main-content {
    padding: 10% 0em;
}

.main-content .gf_left_half.centerit {
    margin: 0 auto !important;
    display: block !important;
    text-align: center !important;
    float: none !important;
	width:304px !important;
}

div#gform_confirmation_message_1,
div#gform_confirmation_message_2,
div#gform_confirmation_message_4 {
    color: #fff;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .main-contact {
        max-width:920px;
        margin: auto
    }

    .main-contact .gf_left_half {
        float: left;
        clear: left;
    }

    .main-contact .gf_right_half {
        width: 50%;
    }

    .main-contact .gf_left_half {
        width: 42%;
    }

    .main-contact .gf_right_half {
        float: right;
    }

    .main-contact .textarea {
        height: 196px;
    }

    /*#team-contact .main-contact .textarea {
        height: 415px;
    }*/

    #team-steps ol {
        padding-left: 20%;
    }

    .white-angle.image-right >div {
        clip-path: polygon(25% 0, 100% 0%, 100% 100%, 25% 100%, 0 50%);
    }

    .white-angle.image-left >div {
        clip-path: polygon(75% 0, 100% 50%, 75% 100%, 0 100%, 0 0%);
    }
}

@media only screen and (max-width: 767px) {
.home .vc_custom_1566270910807,
.page-id-13	.vc_custom_1566270910807,
.page-id-14	.vc_custom_1566270910807{
	padding-bottom:0% !important;
}
	
.page-id-13 .vc_custom_1566310996472 {
		padding-top:0px !important;
	}

ul#gform_fields_1, ul#gform_fields_2, ul#gform_fields_4 {
  display: flex;
  flex-direction: column;
} 
ul#gform_fields_1 li:first-child {
  order: 1;
}
ul#gform_fields_1 li:nth-child(2) {
  order: 4;
}
ul#gform_fields_1 li:nth-child(3) {
  order: 2;
}
ul#gform_fields_1 li:nth-child(4) {
  order: 3;
}

ul#gform_fields_1 li:nth-child(5) {
  order: 5;
  margin-top:20px !important;
}
	
ul#gform_fields_2 li:first-child {
  order: 1;
}
ul#gform_fields_2 li:nth-child(2) {
  order: 7;
}
ul#gform_fields_2 li:nth-child(3) {
  order: 2;
}
ul#gform_fields_2 li:nth-child(4) {
  order: 3;
}
ul#gform_fields_2 li:nth-child(5) {
  order: 4;
}
ul#gform_fields_2 li:nth-child(6) {
  order: 5;
}
ul#gform_fields_2 li:nth-child(7) {
  order: 6;
}
	
ul#gform_fields_2 li:nth-child(8) {
  order: 7;
	margin-top:20px !important;
}
	
ul#gform_fields_4 li:first-child {
  order: 1;
}
ul#gform_fields_4 li:nth-child(2) {
  order: 7;
}
ul#gform_fields_4 li:nth-child(3) {
  order: 2;
}
ul#gform_fields_4 li:nth-child(4) {
  order: 3;
}
ul#gform_fields_4 li:nth-child(5) {
  order: 4;
}
ul#gform_fields_4 li:nth-child(6) {
  order: 5;
}
ul#gform_fields_4 li:nth-child(7) {
  order: 6;
}
	
ul#gform_fields_4 li:nth-child(8) {
  order: 8;
	margin-top:20px !important;
}
	
.footer-widget-area  {
		padding:10% 0% 4.5%;
	}
	
li#menu-item-25 {
    width: 126px;
	}
}