/*Header*/
.header-top{
    height: 0;
}
.header {
    position: fixed;
    z-index: 1030;
    background: transparent;
    /*background: rgba(255,255,255,0.1);*/
    border-color: transparent;
    min-height: 80px;
    width: 100%;
}
.header .logo {
    display: inline-block;
    padding: 15px 0 0;
    margin-left: 50px;
}
.header > .container-fluid{
    padding-left: 0;
    padding-right: 0;
}
.nav-main-wrapper{
    background: transparent;
}
.nav-main-wrapper > .container{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.nav-main {
    float: right;
}
.autocomplete-button.autocomplete-button-simple{
    display: none;
}

.nav-main > li > a {
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 30px 20px;
}
.nav-main > li:last-child > a{
    padding-right: 40px;
}
/*Header End*/

/*Main nav*/
/*.header.fixed .nav-main-wrapper.scroll-to-fixed-fixed,
.header.fixed .nav-main-wrapper{
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.35);
}*/
.header.fixed{
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 7px 1px rgba(0,0,0,0.35);
}
.main-4level.menu-4level-inline{
    display: inline-block;
    float: right;
}

.nav-main > li > a:hover,
.nav-main > li.active > a {
    background: transparent;
    /* color: #e7df84; original */
	/*color: #0060b6;*/
	color: #000000;
}
.header.fixed .nav-main > li > a{
    /*color: #0aa79c; original*/
	color: #0060b6;
}
.header.fixed .nav-main > li > a:hover,
.header.fixed .nav-main > li > a:hover{
    color: #000000;
}
.nav-main-dropdown li > a:hover {
    /*color: #0aa79c; original*/
	color: #0060b6;
}
/*Main nav End*/

/*Main slider*/
.slider.main-slider{
    margin-bottom: 0;
}
.slider.main-slider .slider-init{
    margin-bottom: 0;
}
.slider.main-slider .item .content{
    display: block;
}

.slider.main-slider .item .btn-wrapper .btn-slider{
    /*background: #13a89e; original 2*/
	background: #adbfb0;
    text-transform: none;
    line-height: 35px;
    width: 290px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    font-size: 15px;
}
.slider.main-slider .item .btn-wrapper .btn-slider:hover {
    /*background: #13a89e; original */
	#background: #adbfb0;

}
.slider.main-slider .item.slick-current .content{
    text-align: center;

}
.slider.main-slider .item .text-wrapper .title{
    text-transform: none;
    font-size: 72px;
    width: 70%;
    line-height: 75px;
    margin: auto;
    font-family: 'Judson', serif;
	background:rgba(255, 255, 255, 0.6);
}
.slider.main-slider .item .text-wrapper .description{
    font-size: 20px;
    line-height: 30px;
    padding-top: 60px;
    padding-bottom: 40px;
    width: 50%;
    margin: auto;
    text-transform: uppercase;
}
/*Main slider End*/

/*Article slider*/
.article.article-slider.article-grid-listing-5 .item .text-wrapper .title a{
    font-family: 'Judson', serif;
}
.article.article-slider.article-grid-listing-5 .content{
    max-width: 626px;
}

/*Article slider End*/

/*Article btn*/
.article .item .btn-wrapper a.btn{
    /*color: #13a89e; original*/
	color: #adbfb0;
    float: none;
    font-size: 15px;
    width: 195px;
    line-height: 37px;
    /*border: 2px solid #13a89e; original */
	border: 2px solid #adbfb0;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    text-transform: none;
    font-weight: 700;
}
.article .item .btn-wrapper a.btn i{
    display: none;
}
.article .item .btn-wrapper a.btn:hover,
.article .item .btn-wrapper a.btn:focus {
    /*background: #13a89e; original */
	background: #adbfb0;
    color: #ffffff;
}
.grid-slider .btn-wrapper .btn-slider{
    /*color: #13a89e; original*/
	color: #adbfb0;
    float: none;
    font-size: 15px;
    width: 195px;
    line-height: 37px;
    /*border: 2px solid #13a89e; original*/
	border: 2px solid #adbfb0;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    text-transform: none;
    font-weight: 700;
    background: transparent;
}
.grid-slider .btn-wrapper .btn-slider:hover{
    /*background: #13a89e; original*/
	background: #adbfb0;
    color: #ffffff;
}
/*Article btn End*/
.slider-navigation-absolute{
    width: 80px;
    left: auto;
    right: 0;
    top: 1px;
    transform: translateY(0%);
}
/*Categories hrid slider*/
.grid-slider.categories-grid-slider .text-wrapper .title{
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
.grid-slider.categories-grid-slider .item:hover .text-wrapper .title{
    color: #e7df84;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.grid-slider.categories-grid-slider .item .img-wrapper:after{
    content: '';
    position: absolute;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    top: 20px;
    left: 20px;
    border: 1px solid #ffffff;
    background: none;
}
.grid-slider.categories-grid-slider .item:hover .img-wrapper:after{
    border: 1px solid #e7df84;
}
.grid-slider.categories-grid-slider .item .img-wrapper:before{
    position: absolute;
    content: url("../../images/core/grid_arrow.png");
    left: 20%;
    top: calc(50% + 50px);
    z-index: 1;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}
.grid-slider.categories-grid-slider .item:hover .img-wrapper:before{
    opacity: 1;
    left: 50%;
    pointer-events: none;
}
.grid-slider.categories-grid-slider .item .img-wrapper{
    background: #000000;
}
.grid-slider.categories-grid-slider .item .img-wrapper img{
    filter: grayscale(100%);
    opacity: 0.5;
}

.grid-slider.categories-grid-slider .item:hover .img-wrapper img{
    filter: grayscale(0%);
}
.categories-list .heading-wrapper {

    color: #000000;
}

/*Categories grid slider End*/

/*Get directions grid slider*/
.get_directions-slider .item .text-wrapper .title{
    text-transform: none;
    font-size: 36px;
    line-height: 40px;
    color: #4b4b4b;
    width: 50%;
    margin: auto;
    margin-bottom: 30px;
    font-family: 'Judson', serif;
}
.get_directions-slider .item .text-wrapper .description{
    font-size: 15px;
    color: #000000;
    width: 980px;
    margin: auto;
    margin-bottom: 50px;
    line-height: 25px;
}
.get_directions-slider .item .text-wrapper {
    text-align: center;
}
/*Get directions grid slider End*/


/*Footer*/
.footer-wrapper{
    background: #f3f3f3;
    color: #adadad;
}
.footer .nav.items-wrapper .item a:hover {
    color: #0060b6;
    background: transparent;
}
.footer .nav.items-wrapper .item H5{
    font-family: 'Judson', serif;
}
.footer .nav.items-wrapper .item a{
    color: #adadad;
}
.footer .heading-wrapper .title{
    color: #adadad;
}
.footer_managment-slider{
    text-align: center;
}
.footer_managment-slider .content{
    display: none;
}
.footer .social-icon{
    text-align: center;
}
.social-icon .item{
    margin-left: 5px;
}
.social-icon .item:first-of-type{
    margin-left: 0;
}
.copyright{
    display: block;
    border-top: 0px solid #cecece;
    text-align: center;
    color: #adadad;
}
.footer-wrapper a {
    color: #0060b6;

}
.inline-items.footer-address-slider{
    text-align: center;
    border-top: 1px solid #cecece;
    padding-top: 10px;
}
.inline-items.footer-address-slider .item{
    padding-left: 20px;
}
.inline-items.footer-address-slider .item:first-of-type{
    padding-left: 0;
}
.decoration.dec-footer {
    padding: 70px 0 70px;
}
/*Footer End*/


/*Scroll to top*/
.scroll-to-top{
    /*background: #13a89e; original*/
	background: #adbfb0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.scroll-to-top .fa{
    font-size: 20px;
}
/*Scroll to top End*/

/*Article home tabs */
.article.lists-tabs ul.items-wrapper .item a {
    color: #000000;
    line-height: 50px;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: 2px;
}
.article.lists-tabs ul.items-wrapper .item.active a{
    color: #13a89e;
}
.article.lists-tabs .tab-content .gallery-images-item {
    margin-bottom: 0px;
    border-left: 1px solid #adadad;
    border-bottom: 1px solid #adadad;
}
.lists-tabs .tab-content > .tab-pane {
    overflow: hidden;
}
.home-gal .lists-tabs .items-wrapper{
    display: none;
}
/*Article home tabs End */

/*Category listing*/
.page-cover-image.page-cover-image-title-topleft .heading-wrapper .title h1,
.category-cover-image.category-cover-image-title-topleft .heading-wrapper .title h1{
    font-family: 'Judson', serif;
    color: #fefefe;
}
/*Category listing End*/

/*Contact*/
.contact-forma{
    margin-bottom: 0px;
    display: inline-block;
}
.contact_grid-slider.grid-slider .text-wrapper .title{
    display: none;
}
.contact_grid-slider.grid-slider .img-wrapper{
    display: inline-block;
}

.contact_grid-slider.grid-slider .content{
    display: inline-block;
    vertical-align: top;
    color: #000000;
    font-weight: 400;
}
.contact_grid-slider.grid-slider .content a{
    color: #0060b6;
}
.contact_grid-slider.grid-slider .item:hover .img-wrapper:after{
    display: none;
}
.contact_grid-slider.grid-slider .item{
    text-align: center;
}
.contact-page-4 .contact-forma{
    padding-left: 20px;
    padding-right: 20px;
}
.contact-page-4 .contact-forma .form-group .form-control{
    border-color: #9fdbd8;
}
.contact-page-4 .contact-forma .form-group .form-control:focus {
    border-color: #0fa69d;
}
.contact-page-4 .contact-forma .form-group{
    width: 50%;
    float: left;
}
.contact-page-4 .contact-forma .form-group.name,
.contact-page-4 .contact-forma .form-group.email{
    padding-right: 10px;
}
.contact-page-4 .contact-forma .form-group.phone,
.contact-page-4 .contact-forma .form-group.text-name{
    padding-left: 10px;
}
.contact-page-4 .contact-forma .form-group {
    max-width: 100%;
}
.contact-page-4 .contact-forma .form-group.textarea-group{
    width: 100%;
    max-width: 100%;
}
.contact-page-4 .contact-forma .form-group.anti-spam{
    width: 100%;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 30px;
    max-width: 100%;
}
.contact-page-4 .contact-forma .form-group.anti-spam .styled-select{
    max-width: 380px;
    margin: auto;
    border: 1px solid #9fdbd8;
    height: 40px;
}
.article-cover-image .img-wrapper{
    background: #000000;
}
.article-cover-image .img-wrapper img{
    opacity: 0.5;
}
.page-cover-image.page-cover-image-title-topleft .heading-wrapper,
.article-cover-image .heading-wrapper{
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,50%);
    z-index: 2;
}
.article-cover-image .heading-wrapper h1{
    color: #ffffff;
    font-size: 36px;
    font-family: 'Judson', serif;
}
.article-cover-image .heading-wrapper{
    width: 100%;
    text-align: center;
}
.article-cover-image > .container{
    position: static;
}
.article-cover-image .heading-wrapper .description{
    display: none;
}
.page-cover-image.page-cover-image-title-topleft{
    margin-bottom: 40px;
}
.contact-forma .form-group.anti-spam .styled-select select{
    border-color: #9fdbd8;
}
.contact-forma .form-group.anti-spam .styled-select select:focus{
    border-color: #0fa69d;
}
.contact-forma .form-group.button{
    width: 100%;
    max-width: 100%;
    text-align: center;
}
.contact-forma .validation-errors-list{
    right: 20px;
}
.contact-page-4 .contact-forma .name label,
.contact-page-4 .contact-forma .email label,
.contact-page-4 .contact-forma .text-name label,
.contact-page-4 .contact-forma .textarea-group label,
.contact-page-4 .contact-forma .phone label{
    display: none;
}
.contact-page-4 .contact-forma label{
    padding-bottom: 20px;
}

.contact-page-wrapper .left-half {
    display: inline-block;
    width: 56.6%;
    z-index: 1;
}
.contact-page-wrapper .right-half {
    display: inline-block;
    width: 43.4%;
    z-index: 2;
}
.page .right-half .heading-wrapper {
    margin-bottom: 0px;
}
.contact-page-wrapper .right-half .heading-wrapper .title {
    font-size: 24px;
    font-weight: 700;
    padding: 20px;
    text-transform: none;
}
.contact-page-wrapper .right-half .text-wrapper {
    background: #eeeeee;
    margin-left: -31.25%;
    z-index: 2;
    padding: 40px;
    height: calc(100% - 62px);
}
.contact-page-wrapper .right-half .text-wrapper .title{
    font-size: 36px;
    font-family: 'Judson', serif;
    line-height: 36px;
    text-align: left;
    margin-bottom: 40px;
    color: #4b4b4b;
}
.contact-page-wrapper{
    display: flex;
    margin-bottom: 60px;
}
#map-canvas{
    z-index: 1;
    min-height: 400px;
}
.page-cover-image.page-cover-image-title-topleft .heading-wrapper .description{
    display: none;
}
.page-cover-image.page-cover-image-title-topleft .heading-wrapper .title h1{
    line-height: 80px;
    padding-top: 0;
}
.page-cover-image.page-cover-image-title-topleft > .container{
    position: static;
}
.contact-page-4 .decoration{
    display: none;
}
/*Contact End*/

/*Category alternatelz overflow*/
.item.post-item-listalternately-overlap .right-wrapper > .title a{
    color: #000000;
    font-weight: 700;
}
.item.post-item-listalternately-overlap .right-wrapper .text-wrapper .title a{
    font-family: 'Judson', serif;
    color: #4b4b4b;
}
.item.post-item-listalternately-overlap .read-more{
    color: #0060b6;
    border-color: #0060b6;
}
.item.post-item-listalternately-overlap .read-more:hover{
    color: #ffffff;
    background: #0060b6;
}
.category-cover-image.category-cover-image-title-topleft > .container{
    position: static;
}
.category-cover-image.category-cover-image-title-topleft .heading-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.list-alternately-items{
    border-bottom: 0px solid transparent;
}
/*Category alternatelz overflow End*/

/*Category submenu*/
.category-submenu{
    margin-top: -50px;
}
.category-submenu .img-wrapper {
    display: none
}
.category-submenu .item{
    display: inline-block;
    padding:15px 10px;
}

.category-submenu .item .title{
    color: #ffffff;
    text-transform: uppercase;
}
.category-submenu .item.active{
    background: #ffffff;
}
.category-submenu .item.active .title{
    color: #000000;
}
/*Category submenu End*/

/*Category slider gallery*/
.slider.full-category-gallery-slider .slick-slide{
    padding: 0;
}
.full-category-gallery-slider .slider-navigation-absolute{
    top: auto;
    bottom: 20px;
    right: 20px;
}
.full-category-gallery-slider .slider-arrow i{
    color: #ffffff;
}
.full-category-gallery-slider .text-wrapper{
    display: none;
}
.full-category-gallery-slider .slider-navigation-absolute:before {
    content: '';
    height: 36px;
    width: 1px;
    background: #ffffff;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
}

.overlay-wrapper.text-wrapper .short-description{
    font-size: 36px;
    line-height: 36px;
    font-family: 'Judson', serif;
    color: #4b4b4b;
    padding-bottom: 20px;
    height: 95px;
    overflow: hidden;
}

.overlay-wrapper.text-wrapper .description{
 position: relative;
    padding-top: 20px;
    line-height: 25px;

}

.overlay-wrapper.text-wrapper .description:before{
    position: absolute;
    content: '';
    height: 1px;
    width: 70px;
    background: #000000;
    bottom: auto;
    left: 0;
    top: 0;
}

/*Category slider gallery End*/
.error_page_content-slider .heading-wrapper .title{
    display: none;
}
.modal-email .btn-success{
    text-transform: none;
    line-height: 20px;
    width: auto;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.modal.modal-email .title {
    text-align: left;
    font-size: 30px;
    color: #000000;
}
.category-cover-image.category-cover-image-title-topleft .heading-wrapper .description{
    display: none;
}
.home-gal .lists-tabs .tab-content{
    padding: 10px 0;
}

.footer_managment-slider{
    margin-top: 10px;
}

.footer_nav-slider{
    text-align: center;
    margin-bottom: 10px;
}

.footer-wrapper .footer_nav-slider .item{
    padding: 0 20px;
}
.footer-wrapper .footer_nav-slider .item a{
    padding: 0 20px;
    color: #adadad;
    text-transform: uppercase;
}
.footer {
    padding: 20px 0 10px;

}

.article-list-slider-gallery .title{
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    padding: 10px 0;
}
.article-content .btn-success{
    display: none;
}

/*
.slider.full-category-img .item .img-wrapper img,
.page-cover-image-title-topleft .img-wrapper img{
    filter: brightness(50%);
}
*/
.slider.full-category-img .item .img-wrapper img,
.page-cover-image-title-topleft .img-wrapper img{
    opacity: 0.7;
    z-index: 1;
}
.page-cover-image-title-topleft .img-wrapper img{
    opacity: 0.4;
}
.slider.full-category-img .item .img-wrapper,
.page-cover-image-title-topleft .img-wrapper{
    background-color: #242424;
}
.article.article-slider.article-grid-listing-5 .slider-navigation-absolute{
    right: 40px;
}
.heading-wrapper .title {
    text-transform: none;
    font-weight: 400;
}

.container .text-wrapper.main-text{
    max-width: 980px;
    margin: auto;
    line-height: 25px;
    padding-top: 80px;
    padding-bottom: 40px;
}
.article-list-slider-gallery .slider-navigation-absolute{
    right: 10px;
}
.article-list-slider-gallery .slider-navigation-absolute:before {
    content: '';
    height: 36px;
    width: 1px;
    background: #424242;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
}

/*Menu lang*/
.menu-lang-wrapper {
    display: inline-block;
    height: 100%;
    cursor: pointer;
    float: right;
    position: relative;
    color: #ffffff;
    padding: 30px 20px;
    font-size: 13px;

}
.menu-lang-wrapper:hover {
    background: transparent;
    color: #e7df84;
}
.menu-lang-wrapper .dropdown-menu{
    top: calc(100% - 30px);
    min-width: 0;
    border-radius: 0;
}
.header.fixed .menu-lang-wrapper{
    /*color: #0aa79c; original*/
	color: #0060b6;
}
.header.fixed .menu-lang-wrapper:hover {
    color: #000000;
}
/*Menu lang End*/

/*Top lang*/

.nav-main-toplang .item{
   display: inline-block;
    width: auto;
}
.nav-main .nav-main-toplang li > a{
    display: block;
}
/*Top lang End*/
.article.lists-tabs {
    margin-bottom: 0px;
}

.lightbox .lb-nav a.lb-prev{
    left: 0;
}
.lightbox .lb-nav a.lb-next{
    right: 0;
}
.lightbox .lb-dataContainer {
    min-width: 100%;
}

.fullscreenBtn{
    position: absolute;
    top: 10px;
    right: 10px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background: #ffffff;
    text-align: center;
    font-size: 20px;
    border: 1px solid #4b4b4b;
    color: #4b4b4b;
    cursor: pointer;
}
.article.article-slider.article-grid-listing-5 .item .text-wrapper .the-date{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: auto;
    height: 35px;
    padding: 0 20px;
    line-height: 35px;
    background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    top: 0;
    color: #4a4b5c;
    display: block;

}
.article.article-slider.article-grid-listing-5 .item .text-wrapper .the-date .day,
.article.article-slider.article-grid-listing-5 .item .text-wrapper .the-date .month,
.article.article-slider.article-grid-listing-5 .item .text-wrapper .the-date .year{
    display: inline-block;
}
.career-page .btn-wrapper{
    text-align: center;
    display: block;
}

.error-404{
    text-align: center;
    margin-top: 50px;
}
.error-404 img{
    margin: auto;
}
.error-404 .btn-info{
    /*background: #0aa79c; original*/
	background: #0060b6;
    border-radius: 20px
}
.career-page{
    padding-top: 0;
}

.career-page .loading{
    display: none;
}
.career-page .icheckbox_flat{
    margin-right: 5px;
}
.career-page .subtitle{
    text-align: center;
    font-size: 30px;
    font-weight: 500;
}


.career-page .form-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: transparent;
}
.career-page .form-group input::-moz-placeholder { /* Firefox 19+ */
    color: transparent;
}
.career-page .form-group input:-ms-input-placeholder { /* IE 10+ */
    color: transparent;
}
.career-page .form-group input:-moz-placeholder { /* Firefox 18- */
    color: transparent;
}
