body{
    background-color: #151515;
    font-family: 'Poppins', sans-serif;
}
ul,ol{
    list-style: none;
    padding: 0;
    margin: 0;
}
a{
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
a:hover{
    text-decoration: none;
}
.container {
    max-width: 1530px;
}
/*common*/
.width-70per{
    width: 70%;
}
.width-100per{
    width: 100%;
}
.background-fix{
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
.back-col-5e2f5c{
    background-color: #5e2f5c;
}
.back-col-de3938{
    background-color: #de3938;
}
.font-600{
    font-weight: 600;
}
.border-sp-radius{
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
}
.border-sp-radius-in{
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
}
.border-sp-radius-top{
    border-top-right-radius: 5px;
}
.special-block-title-wrap{
    margin-bottom: 40px;
}
.special-block-title-wrap h1.special-block-title{
    font-family: 'Kaushan Script', cursive;
    font-size: 30px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}
.special-block-title-wrap h1.special-block-subtitle{
    font-size: 24px;
    font-weight: 600;
    color: #6a6a6a;
    margin-bottom: 30px;
    text-transform: ;
}
.special-block-title-wrap i{
    color: #ffdd00;
    font-size: 16px;
}
.margin-bottom-0px{
    margin-bottom: 0px;
}
.clear-both{
    clear: both;
}
/*header*/
.header{
    padding: 22px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}
.header .logo a{
    display: inline-block;
    margin-top: 5px;
}

.header-image {
    background-image: url("/assets/images/gallery/header.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    height: 85px;
    width: 100%;    
    background-position: center;
}

.header .menu{
    padding-top: 15px;
}
.header .menu ul li{
    display: inline-block;
}
.header .menu ul li a{
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    margin-right: 20px;
    padding: 10px 10px;
    display: block;
    text-transform: uppercase;
    position: relative;
}

.header .nav-links a.current-menu-item{
    color: yellow;
}

.header .menu ul li a.current-menu-item:before{
    content: ".";
    color: #ffdd00;
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    left: 14px;
    bottom: 6px;
}
.header .menu ul li a:last-child{
    margin-right: 0px;
}
.header .menu ul li a.back-yellow{
    background-color: #ffdd00;
    color: #212121;
}
.lang-menu select{
    background-color: #232323;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    border: 1px solid #232323;
    float: right;
    padding: 9px;
}
.header-common:hover{
    color: #ffdd00 !important;
}
/*slider*/
.banner-slider{
    background-position: center center;
    background-size: cover;
    padding: 10% 0;
    height: 810px;
    
}

.banner-slider.nophone {
    height: 410px;
}

@media screen and (max-width: 1024px){
    .banner-slider.nophone {
        height: 556px;    
    }
}

.banner-slider-inner{
    width: 100%;
    max-width: 1300px;
    margin: auto;
}
.slider-titles{
    display: table;
    width: 100%;
    height: 100%;
}
.slider-titles-inner{
    display: table-cell;
    vertical-align: middle;
}
.slider-titles h1{
    color: #fff;
    font-size: 36px;
    font-weight: 900;
    text-transform: none;
    margin-bottom: 30px;
	-webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}
.slider-titles p{
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 60px;
}
.slider-app-links li{
    display: inline-block;
    margin-right: 20px;
}
.slider-app-links li:last-child{
    display: inline-block;
    margin-right: 0;
}
.slider-app-links li a{
    /*background: #8efbff;*/
	background-image: url("/assets/img/wood.jpg");
    font-size: 12px;
    font-weight: 600;
    
    color: #212121;
    padding: 15px 80px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.slider-app-links li a i{
    
    margin-right: 20px;
    font-size: 22px;
    margin-top: -3px;
    float: left
}

.categorii-slide {
    cursor: pointer;
}

/*map menu*/
.map-menu-wrap{
   /* margin-top: -50px;*/
}
#tabs li {
    float:left; 
    list-style:none; 
    margin-right: 5px;
}
#tabs li:last-child {
    margin-right: 0;
}
#tabs li a {
    font-size: 12px;
    font-weight: 600;
    background-color: #ffdd00;
    color: #212121;
    padding: 15px;
    display: block;
    text-transform: uppercase;
}
#tabs li a.inactive{
    font-size: 12px;
    font-weight: 600;
    background-color: #232323;
    color: #ffffff;
    padding: 15px;
    display: block;
    text-transform: uppercase;
}
#tabs li a.inactive:hover {
    background-color: #ffdd00;
    color: #212121;
}
.tab-content-wrap{
    float: left;
    width: 100%;
}
.tab-content-wrap{
    width: 100%;
    float: left;
}
.map_search{
    background: #f5ca8f;
	/*background-image: url("/assets/img/wood.jpg");*/
    padding: 20px 0;
}
.map-form-input{
    border-bottom: 3px solid rgba(0,0,0,0.1);
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 13px;
    background: transparent;
    font-size: 12px;
    font-weight: 400;
    color: #434343;
}
.map-form-submit{
    background-color: #232323;
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    border: 1px solid #232323;
    padding: 16px 18px;
    /*margin-left: 20px;*/
}
.search-categories ul li{
    display: inline-block;
    margin-right: 20px;
}
.search-categories ul li:last-child{
    margin-right: 0;
}
.search-categories ul li select,
.search-categories ul li .select2
{
    border-bottom: 3px solid rgba(0,0,0,0.1);
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 13px;
    background: transparent;
    font-size: 12px;
    font-weight: 400;
    color: #434343;
    text-transform: uppercase;
    width: 200px;
}
.map_canvas_wrap{
    position: relative;
}
.map_lisings_wrap{
    position: absolute;
    top: 30px;
    right: 10%;
    height: 390px;
    width: 355px;
    background-color: #fff;
    overflow: auto;
}
.map_lisings_wrap::-webkit-scrollbar {
  width: 10px;
}
.map_lisings_wrap::-webkit-scrollbar-track {
  background: #b9b9b9; 
}
 
/* Handle */
.map_lisings_wrap::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
.map_lisings_wrap::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.listing_img{
    float: left;
    margin-right: 10px;
}
.listing_img img{
    width: 90px;
    height: 90px;
}
.listing_title{
    display: table;
    height: 100%;
    padding-top: 10px;
}
.listing_title_inner{
    display: table-cell;
    vertical-align: middle;
}
.map_lisings_ul .map_lisings_li{
    cursor: pointer;
    padding: 15px 10px;
    border-bottom: 1px solid #e2e2e2;
    float: left;
    width: 100%;
}

.map_lisings_ul .map_lisings_li:hover {
    background: rgba(125,125, 125, 0.1);
}


.map_lisings_ul .map_lisings_li:last-child{
    padding: 15px 10px;
    border-bottom: 0px solid #e2e2e2;
    float: left;
    width: 100%;
}
.listing_title ul {
    float: left;
}
.listing_title ul li{
    display: inline-block;
}
.listing_title ul li i{
    color: #ffc947;
}
.listing_title ul li i.noinclu{
    color: #8e8e8e;
}
.listing_title p.rating-value{
    float: left;
    font-size: 12px;
    font-weight: 400;
    color: #8e8e8e;
    margin-left: 5px;
    margin-top: 3px;
}
.rating_title{
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 15px;
}
/*about us*/
.about-us-wrap{
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 65px 0 30px 0;
}
.common-image-wrap img{
    width: 100%;
}
.about-us-text-wrap ul li.about-us-text-wrap-li{
    padding-left: 40px;
    position: relative;
}
.about-us-text-wrap ul li.about-us-text-wrap-li:before {
    content: "\f111";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffdd00;
    font-size: 10px;
    padding-right: 0.5em;
    position: absolute;
    top: 3px;
    left: 20px;
}
.about-us-text-wrap h1{
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.about-us-text-wrap p{
    font-size: 13px;
    font-weight: 400;
    color: #969696;
    margin-bottom: 0px;
}
/*objective*/
.objective-wrap{
    background-color: #f8f8f8;
    float: left;
    width: 100%;
    padding: 65px 0 30px 0;
}
.objective-slider-image{
    height: 200px;
}
.objective-slider li{
    background: #fff;
    float: left;
}
.objective_title_inner{
    padding: 20px 30px;
    float: left;
	width: 100%;
}
.objective_title {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 10px;
	text-align: center;
}
.objective_rating_wrap{
    float: left;
    width: 100%;
}
.objective_stars {
    float: left;
}
.objective_stars li {
    display: inline-block;
    margin-right: 5px;
}
.objective_stars li i {
    color: #ffc947;
}
.objective_stars li i.noinclu {
    color: #8e8e8e;
}
.objective-value{
    float: left;
    font-size: 13px;
    font-weight: 400;
    color: #8e8e8e;
    margin-left: 5px;
    margin-top: 3px;
}
.objective-text{
    font-size: 13px;
    font-weight: 600;
    color: #969696;
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.objective-link{
    font-size: 12px;
    font-weight: 600;
    /*background: #8efbff;*/
	background-image: url("/assets/img/wood.jpg");
    color: #212121;
    padding: 15px 50px;
    display: inline-block;
    text-transform: uppercase;
    /*float: left;*/
    margin: 0 auto;
    display: inline-block;
    margin-left: 25%;
}

.traseu-link {
    margin: 0 auto;
    display: inline-block;
    margin-left: 25%;
}

/*video block*/
.video-block-wrap{
    float: left;
    width: 100%;
    height: 560px;
}
.video-block-wrap .special-block-subtitle{
    color: #ffffff !important;
}
.vjs-poster {
    background-position: center center !important;
    background-size: cover !important;
}
.vjs-big-play-button{
    display:  none !important;
}
.video-block-wrap .special-block-title-wrap{
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    margin-top: 80px;
    z-index: 9;
}
.video-play{
    display: table;
    color: #fff;
    font-size: 12px;
    border: 3px solid #ffdd00;
    background-color: rgba(255, 221, 0, 0.29);
    margin: auto;
    padding: 20px 30px;
    margin-top: 65px;
}
.video-play i{
    color: #fff;
    font-size: 30px;
}
/*application block*/
.application-block{
    float: left;
    width: 100%;
    background-color: #ffffff;
    padding: 60px 0 30px 0;
}
.application-block .section-navigation-wrap {
    float: left;
    width: 100%;
    margin-top: -125px;
    position: relative;
    z-index: 99;
    padding: 0 15px;
}
.application-block .slide_common{
    height: 50px;
    width: 30px;
    background-color: rgba(47, 47, 47, 0.9);
}
.application-block .slide_common a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 13px 13px;
    color: #ffffff;
}
.application-text-block-wrap-left{
    display: table;
    width: 75%;
    height: 100%;
    float: right;
}
.application-text-block-wrap-right{
    display: table;
    width: 75%;
    height: 100%;
    float: left;
}
.application-text-block-wrap-inner{
    display: table-cell;
    vertical-align: middle;
}
.application-text-block{
    margin-bottom: 85px;
}
.application-text-block-left h1{
    position: relative;
    padding-right: 20px;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    text-transform: uppercase;
}
.application-text-block-left h1:after{
    content: ".";
    position: absolute;
    color: #fddd09;
    font-size: 70px;
    right: 0;
    top: -50px;
}
.application-text-block-right h1{
    position: relative;
    padding-left: 20px;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
}
.application-text-block-right h1:before{
    content: ".";
    position: absolute;
    color: #fddd09;
    font-size: 70px;
    left: 0;
    top: -50px;
}
.application-text-block-left p,
.application-text-block-right p{
    font-weight: 400;
    font-size: 13px;
    color: #969696;
}
/*recomended*/
.objective-slider3 li.objective-slider3-ul{
    border: 1px solid #eaeaea;
    float: left;
}
.objective-slider3 .objective-slider-image{
    width: 260px;
    height: 270px;
    background-position: center center;
    background-size: cover;
    float: left;
    margin: -1px;
    position: relative;
}

.objective-slider3 .objective-slider-image .objective_rating_wrap {
    position: absolute;
    left: 20px;
    bottom: 0px;
}
.objective-slider3 .objective-slider-image .objective_rating_wrap .objective_stars li i.noinclu {
    color: #ffffff;
}
.objective-slider3 .objective-slider-image .objective_rating_wrap .objective-value {
    float: left;
    font-size: 13px;
    font-weight: 400;
    color: #ffffff;
    margin-left: 5px;
    margin-top: 3px;
}
.pensi-price{
    font-weight: 600;
    font-size: 24px;
    color: #ffdd00;
    margin-bottom: 15px;
}
.pensi-price span{
    font-weight: 600;
    font-size: 14px;
    color: #bcbcbc;
}
.objective-slider3 .objective_title_inner {
    padding: 20px 30px;
    float: left;
    width: 45%;
}
/*contact-form*/
.contact-form{
    padding: 0px 0 270px 0;
    background: #f5ca8f;
    background-position: center 98% !important;
    width: 100%;
    float: left;
}
.contact-form-inner{
    /*background-color: rgba(255,221,0,0.85);*/
    background: #f5ca8f;
    padding: 32px 27px;
    width: 100%;
    max-width: 650px;
    margin: auto;
}
.contact-form h1.block-title {
    font-weight: 600;
    font-size: 24px;
    color: #151515;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.contact-form h1.block-title:before {
    position: absolute;
    content: "";
    height: 4px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 4px;
    background-color: #151515;
    opacity: .50;
    width: 85px;

}
.contact-form p {
    font-weight: 400;
    font-size: 13px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.contact-form label{
    font-weight: 400;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
}
.contact-form input[type="text"]{
    border: 1px solid transparent;
    padding: 8px;
    margin-bottom: 20px;
    width: 100%;
}
.contact-form input[type="email"]{
    border: 1px solid transparent;
    padding: 8px;
    margin-bottom: 20px;
    width: 100%;
}
.contact-form input[type="submit"]{
    background-color: #151515;
    color: #fff;
    padding: 15px 120px;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    border: none;
}
.contact-form textarea{
    border: 1px solid transparent;
    padding: 8px;
    margin-bottom: 20px;
    width: 100%;
    height: 70px;
}
/*footer*/
.footer{
    background-color: transparent;
    /*margin-top: -260px;*/
    margin-top: 0;
    width: 100%;
    float: left;
}
.footer-inner{
    width: 100%;
    max-width: 950px;
    margin: auto;
}
.footer-app-links li {
    display: inline-block;
    margin-right: 20px;
}
.footer-app-links li a {
    font-size: 12px;
    font-weight: 600;
    /*background: #8efbff;*/
	background-image: url("/assets/img/wood.jpg");
    color: #212121;
    padding: 15px 30px;
    display: block;
    text-transform: uppercase;
}
.footer-app-links li a i {
    margin-right: 20px;
    font-size: 22px;
    margin-top: -3px;
    float: left;
}
.footer .menu{
    margin-bottom: 30px;
}
.footer .menu ul li{
    display: inline-block;
}
.footer .menu ul li a{
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    margin-right: 20px;
    padding: 10px 20px;
    display: block;
    text-transform: uppercase;
    position: relative;
}
.footer .menu ul li a.current-menu-item:before{
    content: ".";
    color: #ffdd00;
    font-size: 22px;
    font-weight: 600;
    position: absolute;
    left: 14px;
    bottom: 6px;
}
.footer .menu ul li a:last-child{
    margin-right: 0px;
}
.footer-circle{
    margin-bottom: 22px;
}
.footer-circle i{
    color: #ffdd00;
    font-size: 22px;
}
.footer-copyright p{
    font-size: 12px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.footer-top{
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 30px;
}
.footer-cell-phone{
    padding-left: 35px;
}
.footer-table{
    display: table;
    width: 100%;
    height: 100%;
}
.footer-table-cell{
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 145px;
}
.footer-top p.footer-text{
    margin-bottom: 20px;
}
.footer-top .footer-social{
    margin-bottom: 60px;
}
.footer-top .footer-social ul li{
    display: inline-block;
    margin-right: 10px;
}
.footer-top .footer-social ul li:last-child{
    margin-right: 0 !important;
}
.footer-top .footer-social ul li a{
    color: #fff;
    width: 30px;
    height: 30px;
    background-color: #de3938;
    display: block;
    font-size: 20px;
    border-radius: 3px;
}
.footer-top .footer-menu ul li{
    display: inline-block;
    margin-right: 30px;
}
.footer-top .footer-menu ul li:last-child{
    margin-right: 0px;
}
.footer-top .footer-menu ul li a{
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}
.footer-top .footer-menu ul li a:hover{
    color: #de3938;
    display: block;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}
.footer-bottom{
    background-color: #1e1d27;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 40px 0;
}
.footer-bottom p{
    margin-bottom: 0;
}
.footer-bottom a{
    color: #fff;
}
.footer-bottom a:hover{
    color: #de3938;
}
.footer-botttom-menu ul li{
    display: inline-block;
}

/*bxslider*/
.bx-wrapper{
    -moz-box-shadow: 0 0 0px #ccc !important;
    -webkit-box-shadow: 0 0 0px #ccc !important;
    box-shadow: 0 0 0px #ccc !important;
    border: 0px solid #fff !important;
    background: transparent !important;
    margin-bottom: 0 !important;
}
.section-navigation-wrap{
    margin-bottom: 30px;
    float: left;
    width: 100%;
    margin-top: -30px;
}
.slide_common{
    height: 50px;
    width: 50px;
    background-color: #232323;
}
.slide_common a{
    margin-top: -25%;
    margin-left: -4%;
    
    display: block;
    width: 100%;
    height: 100%;
    padding: 13px 23px;
    color: #ffffff;
}
.slide_prev{
    float: left;
}
.slide_next{
    float: right;
}
/*pop-ups*/
.popup-wrap{
    padding: 80px;
}

.popup-wrap-t{
    padding: 40px;
}

.fancybox-skin{
    padding: 0 !important;
    border-top-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    overflow: hidden !important;
}

.fancybox-close {
    position: absolute !important;
    top: 0!important;
    right: 0!important;
    width: 36px !important;
    height: 36px !important;
    cursor: pointer !important;
    z-index: 8040 !important;
    background-image: none !important;
    background-color: #232323;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.fancybox-close:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #ffffff;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 5px;
    left: 10px;
}
.slideshow .bx-wrapper{
    margin-bottom: 10px !important;
}
.slideshow .bxslider li{
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}
.thumb-item .thumb{
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}
.thumb-item img{
    width: 100%;
}
.slideshow .bx-wrapper img {
    max-width: 100%;
    display: block;
    width: 100%;
}
.gallery-thumbs-container{
    margin-bottom: 40px;
}
.slideshow .slide_common {
    height: 50px;
    width: 50px;
    background-color: rgba(47, 47, 47, 0.7);
    position: absolute;
    top: 40%;
}
.slideshow .slide_prev {
    float: left;
    left: 30px;
}
.slideshow .slide_next {
    float: right;
    right: 30px;
}    
/*responsives*/
.map-menu-bars{
    display: none;
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    top: 3px;
    right: 30px;
}
.open-menu {
    position: absolute;
    right: 40px;
    top: 40px;
    font-size: 30px;
    color: #ffffff;
    display: none;
    z-index: 99;
}
.hidden-menu {
    display: none;
    background: #fff;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #000;
    padding: 5% 15px 15px 15px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
.close-menu {
    font-size: 30px;
    color: #000;
    position: absolute;
    right: 20px;
    top: 0px;
}
.small-menu li {
    margin-bottom: 10px;
}
.small-menu li a {
    font-weight: 400;
    font-size: 14px;
    color: #212121;
    display: table;
    padding-bottom: 10px;
    text-transform: uppercase;
    margin: auto;
}
.small-menu li.current-menu-item a {
    font-weight: 400;
    font-size: 14px;
    color: red;
    display: table;
    border-bottom: 2px solid #dfb358;
    padding-bottom: 5px;
    text-transform: uppercase;
    margin: auto;
}
.small-menu li a.back-red {
    background-color: red;
    padding: 10px;
    color: #fff;
}

.hide-1100px{
    display: block;
}
.hide-1400px{
    display: block;
}

.select2-container .select2-selection--single {
    padding-top: 10px;
}

/*.select2-dropdown {
    max-height: 200px;
    overflow-y: scroll;
}*/

nav {
  overflow: hidden;
  position: relative;
  transform: translateX(-300px);
  height: 100%;
  width: 400px;
  transition: all 800ms cubic-bezier(0.8, 0, 0.33, 1);
  border-radius: 0% 0% 100% 50%;
}

nav.nav-open {
  transform: translateX(0px);
  border-radius: 0% 0% 0% 0%;
  /*background: rgba(255, 255, 255, 1);*/
  background: rgba(111,	110, 109, 0.8);
}

nav.nav-open a {
    /*color: #232323;*/
}

nav .menu-btn {
  position: absolute;
  top: 5%;
  right: 10%;
  padding: 0;
  width: 30px;
  cursor: pointer;
  z-index: 2;
}

nav .menu-btn .line {
  padding: 0;
  width: 30px;
  background: #fff;
  height: 2px;
  margin: 5px 0;
  transition: all 700ms cubic-bezier(0.9, 0, 0.33, 1);
}

nav .menu-btn .line.line--1 {
  width: 30px;
  transform: rotate(0) translateY(0);
}

nav .menu-btn .line.line--1.line-cross {
  width: 30px;
  transform: rotate(45deg) translateY(10px);
  background: rgba(0, 0, 0, 0.6);
}

nav .menu-btn .line.line--2 {
  width: 28px;
  transform: translateX(0);
}

nav .menu-btn .line.line--2.line-fade-out {
  width: 28px;
  transform: translate(30px);
  opacity: 0;
}

nav .menu-btn .line.line--3 {
  width: 20px;
  transform: rotate(0) translateY(0);
}

nav .menu-btn .line.line--3.line-cross {
  width: 30px;
  transform: rotate(-45deg) translateY(-10px);
  background: rgba(0, 0, 0, 0.6);
}

nav.nav-open .menu-btn .line-cross {
    color: white !important;
}

nav .menu-btn-interior {
   padding: 10px;
   background: rgba(35,35,35, 0.5);
   border-radius: 10px;
   width: 50px;
   height: 45px;
}

nav.nav-open .menu-btn-interior {
   background: transparent;
}

nav .nav-links {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateX(-100px);
  opacity: 0;
  transition: all 900ms cubic-bezier(0.9, 0, 0.33, 1);
}

nav .nav-links.fade-in {
  opacity: 1;
  transform: translateX(0px);
}

nav .nav-links .link {
  margin: 20px 0;
  text-decoration: none;
  font-family: sans-serif;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  transition: all 300ms cubic-bezier(0.9, 0, 0.33, 1);
}

nav .nav-links .link:hover {
  color: rgba(0, 0, 0, 0.5);
}

.inform {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.8);
  font-size: 2rem;
  font-family: sans-serif;
  text-transform: uppercase;
  letter-spacing: 5px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
}

a {
  margin: 0 20px;
  color: #fff;
  font-size: 2rem;
  transition: all 400ms ease;
}

a:hover {
  color: #222;
}

.page-title {
    font-size: 2.5em;
}

.traseu-grid .objective-slide {
    width: 30%;
}

.cazare-grid .objective-slide {
    margin-bottom: 30px;
    width: 30%; 
    
}

@media (max-width: 1550px){
    #tabs li {
        float: left;
        list-style: none;
        margin-right: 5px;
        width: 100%;
    }
    .map-menu-bars{
        display: block;
    }
    .map-menu{
        height: 48px;
        overflow: hidden;
    }
}    
@media (max-width: 1515px){
    .right-menu{
        margin-left: 0 !important;
    }
}
@media (max-width: 1400px){
    nav .menu-btn {
        display: none;
    }
    
    .hide-1400px{
        display: none;
    }
    .open-menu {
        display: block;
    }
}
@media (max-width: 1195px){
    .newsletter-section form input[type="email"] {
        width: 335px;
        padding: 15px;
        background-color: #fff;
        border: 1px solid #fff;
        display: inline-block;
        height: 60px;
        color: #2b2b2b;
        font-size: 13px;
        font-weight: 400;
    }
    
    .banner-slider-inner {
        margin-top: 15%;
    }
}
@media (max-width: 1150px){
    .project-share-buttons ul li a {
        padding: 15px 17px;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        margin-left: 15px;
        text-transform: uppercase;
    }
    .project-logo {
        margin-left: auto;
        margin-right: auto;
    }
    .project-share-buttons-associatie {
        padding-top: 0;
        float: none !important;
    }
    .floting-buttons-associatie {
        position: absolute;
        right: 15px;
        top: -11px;
    }
}    
@media (max-width: 1100px){
    
    .hide-1100px{
        display: none;
    }
    .project-left-top {
        border: 3px solid #f6f6f6;
        padding: 30px 25px;
        margin-bottom: 20px;
        margin-top: 0;
        background-color: #fff;
    }
    .slider-page-titles{
        text-align: center !important;
    }
    .width-100per{
        width: 100% !important;
        flex: 0 0 100%;
        max-width: 100%; 
    }
    .floting-badges {
        position: relative;
        top: 0;
        text-align: center;
        float: left;
        width: 100%;
        margin-top: -155px;
    }
    .floting-badges ul li {
        display: inline-block;
        float: none;
        margin-right: 7px;
    }
    .profile-slider .slide-inner{
        padding: 55px 0 180px 0 !important;
    }
    .header-image {
        height: 100px;
        width: 100%;    
    }
}
@media (max-width: 1040px){
    
    
    .search-categories ul li select {
        border-bottom: 3px solid rgba(0,0,0,0.1);
        border-top: none;
        border-left: none;
        border-right: none;
        padding: 13px;
        background: transparent;
        font-size: 12px;
        font-weight: 400;
        color: #434343;
        text-transform: uppercase;
        width: auto;
    }
    .header-image {
        height: 100px;
        width: 100%;    
    }
    
    .header-image {
        height: 100px;
        width: 100%;    
    }
    
    
    
}    
@media (max-width: 900px){
    .footer .menu ul li {
        display: block;
    }
    .footer .menu ul li a {
        font-size: 12px;
        font-weight: 600;
        color: #ffffff;
        margin-right: 20px;
        padding: 10px 20px;
        display: inline-block;
        text-transform: uppercase;
        position: relative;
        /* margin: auto; */
    }
    
    .page-title {
        font-size: 1.5em;
    }
    
    .cazare-grid .objective-slide .objective-link {
        margin-left: 0;
        padding: 10px 20px;
    }
    .banner-slider-inner {
        margin-top: 25%;
    }
    .logo-mobile {
        margin-top: 2.5rem !important;
    }
    
}    
@media (max-width: 992px){
    .newsletter-text{
        text-align: center !important;
        margin-bottom: 20px;
    }
    .newsletter-form{
        text-align: center !important;
    }
    .newsletter-section form input[type="submit"] {
        padding: 20px 45px;
        background-color: #292836;
        border: 1px solid #292836;
        font-size: 12px;
        font-weight: 600;
        color: #fff;
        display: inline-block;
        float: none;
        height: 62px;
        margin-left: -3px;
    }
    .footer-bottom-copyright{
        text-align: center !important;
        margin-bottom: 20px;
    }
    .footer-botttom-menu{
        text-align: center !important;
    }
    .popup-wrap {
        padding: 20px !important;
    }
    .application-text-block-wrap-left {
        display: table;
        width: 100%;
        height: 100%;
        float: right;
    }
    .application-text-block-wrap-right {
        display: table;
        width: 100%;
        height: 100%;
        float: right;
    }
    
    
}
@media (max-width: 850px){
    .width-70per {
        width: 100%;
    }
}
@media (max-width: 767px){
    .width-70per {
        margin-bottom: 20px;
    }
    .volunteer-left {
        margin-bottom: 30px;
    }
    .header-stats-li {
        display: inline-block;
        margin-right: 0;
    }
    .footer-app-links{
        text-align: center !important;
    }
    .footer-cell-phone img{
        width: 200px !important;
    }
    .footer-table-cell {
        display: table-cell;
        vertical-align: bottom;
        padding-bottom: 30px;
    }
    .footer-cell-phone {
        padding-left: 10px;
    }
    .banner-phone{
        text-align: center !important;
    }
    .banner-phone img{
        width: 200px !important;
        margin: auto;
    }
    .slider-titles {
        display: table;
        width: 90%;
        height: 100%;
        padding-top: 10px;
    }
    
    .application-text-block-left h1 {
        position: relative;
        padding-right: 20px;
        font-weight: 600;
        font-size: 16px;
        color: #000000;
        text-transform: uppercase;
        display: inline-block;
    }
    .application-text-block-right h1 {
        position: relative;
        padding-left: 20px;
        font-weight: 600;
        font-size: 16px;
        color: #000000;
        text-transform: uppercase;
        display: inline-block;
    }
    .application-text-block-wrap-left{
        text-align: center !important;
    }
    .application-text-block-wrap-right{
        text-align: center !important;
    }
    .application-block .bx-wrapper{
        margin: auto;
        margin-bottom: 30px !important;
    }
    .application-text-block {
        margin-bottom: 30px;
    }
}
@media (max-width: 730px){
    .profile-avatar-logo-numbers-text {
        font-size: 13px;
        font-weight: 600;
        padding-top: 22px;
        color: #fff;
        text-transform: uppercase;
        float: none !important;
    }
    
    .profile-avatar-logo-numbers-cover {
        position: absolute;
        right: -118px;
    }
    .search-categories.text-right {
        text-align: left !important;
        margin-left: 20px;
    }
    
    .search-categories.localitate {
        margin-left: 0;
    }
    
    .header-image {
        height: 60px;
        width: 100%;    
    }
    .navigation_categorie_slider_prev,
    .navigation_categorie_slider_next
    {
        margin-top: 30px;
    }
    
    .map_lisings_wrap {
        left: 20px;
        top: 61px;
    }
}
@media (max-width: 520px){
    .newsletter-section form input[type="email"] {
        width: 100%;
        margin-bottom: 15px;
    }
    .newsletter-section form input[type="submit"] {
        padding: 20px 45px;
        background-color: #292836;
        border: 1px solid #292836;
        font-size: 12px;
        font-weight: 600;
        color: #fff;
        display: inline-block;
        float: none;
        height: 62px;
        margin-left: 0;
    }
    
}
@media (max-width: 518px){
    .objective-slider3 .objective-slider-image {
        width: 100%;
    }
    .objective-slider3 .objective_title_inner {
        padding: 20px 30px;
        float: left;
        width: 100%;
    }
    .slider-titles {
        display: table;
        width: 100%;
        height: 100%;
        padding-top: 15px;
    }
    .slider-titles .page-title {
        font-size: 1em;
    }
    
    .slider-titles h1 {
        margin-bottom : 0;
    }
    
    .traseu-grid .objective-slide {
        width: 100%;
    }
    .cazare-grid .objective-slide {
        width: 100%;
    }
}    

@media (min-width: 900px){
    .navigation_categorie_slider_prev,
    .navigation_categorie_slider_next
    {
        display: none;
    }
}

