@import url('https://fonts.googleapis.com/css2?family=Alex+Brush&display=swap');

/*for bootstrap 4.6.1 upgrade*/
body {
    margin: 0;
    /* font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;


    font-family: "Poppins","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #2d2c40;
    background-color: #fff;
}


@media (min-width: 768px){
    .container {  width: 750px; }
    .container, .container-md, .container-sm { max-width: 720px; }
}
@media (min-width: 992px){
    .container { width: 970px; }
    .container, .container-lg, .container-md, .container-sm {  max-width: 960px;  }
}
@media (min-width: 1200px){
    .container {  width: 1200px;   }
    .container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1200px; }
}
 
/*END for bootstrap 4.6.1 upgrade*/

a {color: #6643a9 !important;}
.color-white {color: #fff !important;}
.color-prime {color: #6643a9 !important;}
.color-second {color: #f9a61a  !important;} /*eac366*/
.color-prime-bg {background-color : #6643a9  !important;;}
.color-prime2-bg {background-color : #b5a4d5  !important;;}
.color-second-bg {background-color : #eac366 !important;}

.text-bold {font-weight: bold !important;  }

.font-25 {font-size: 25px; !important;}
.font-35 {font-size: 35px; !important;}
.font-45rem {font-size: 4.5rem;}
.font-35rem {font-size: 3.5rem;}
.font-28rem {font-size: 2.8rem;}
.font-20rem {font-size: 2rem;}
.font-1-6rem {font-size: 1.6rem !important;}
.font-1-8rem {font-size: 1.8rem !important;}

.h1-custom {  font-size: 2.6em; }
.h2-custom {  font-size: 0.9em !important; }
.h1-1-custom {  font-size: 1em !important; display: inline;}
.h-custom-text {font-weight: 400;  line-height: 1.5; color: #212529;  font-size: 1em !important; display: inline; }


.font-handwrite {
    display: block;
    font-family: "Alex Brush", cursive;
}
.label_contact {margin-bottom: 0px;}


.mt-10 {margin-top: 10px;}
.mt-20 {margin-top: 20px;}
.mt-40 {margin-top: 40px;}
.mt-60 {margin-top: 60px;}
.mt-80 {margin-top: 80px;}

.mb-10 {margin-bottom: 10px;}
.mb-20 {margin-bottom: 20px;}
.mb-40 {margin-bottom: 40px;}
.mb-60 {margin-bottom: 60px;}
.mb-80 {margin-bottom: 80px !important;}

.hb-sectionspace2 {
    padding: 40px 0;
}

p a {font-weight: 500 !important; color: #513587}

.vcenter { /*vertical align middle tehnica_ThetaHealing.php si index.php*/
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.align-items-center {/*vertical align middle*/
  -ms-flex-align: center!important;
  align-items: center!important;
}
.img-fluid {max-width: 100%;   height: auto;}/*vertical align middle tehnica_ThetaHealing.php si index.php*/


.v3 .hb-nav, .v2 .hb-nav {
    float: none;
    width: 100% !important; /*width: 680px;*/
    margin: 0 auto;
}
.v3 .hb-navigation ul li a, .v3 .hb-navigation ul li .sub-menu li a {
    color: #6643a9 !important;
    font-size: 16px;
}
.hb-navigation > ul > li.current-menu-item a.menu-item-item {color: #eac366 !important;} /*element meniu principal selectat*/

.v2 .hb-navigation ul li:hover a.menu-item-item, .v3.hb-navigation ul li:hover a.menu-item-item {
    color: #eac366 !important;
}
.v3 .hb-navigation ul li a:hover, .v2 .hb-navigation ul li a:hover  {
    color: #eac366 !important;
}
.v2 .hb-navigation > ul > li:hover .sub-menu {
 	color: #eac366 !important;
}
.sub-menu {
    width: 260px;
}
.sub-menu li a {
    color: #6643a9 !important;
}
.sub-menu li  a:hover {
    color: #eac366 !important;
}
.v2 .hb-info-area {
    /*margin: 60px 60px 0 0;*/
}
.v2 .hb-info li i {
    font-size: 26px;
    margin: 0 20px 0 0;
    padding: 5px 0 0 0;
}
.v2 .hb-info li span a {
    color: #6643a9  !important;
    font-weight: 300;
}
.v2 .hb-info li span a:hover {
    color: #6643a9 !important;
    font-weight:  300;
}
.v2 .hb-info li i {
    background: -webkit-linear-gradient(left, #6643a9 0%, #eac366 100%);
    background: -o-linear-gradient(left, #6643a9 0%, #eac366 100%);
    background: linear-gradient(to right, #6643a9 0%, #eac366 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.v2 .hb-navigation ul li .sub-menu li a {
    color: #6643a9 !important;
    font-size: 16px;
}

.hb-dropdowarrow, .navbar-toggle, .hb-panel h4:after, .hb-tags ul li .hb-tagbtn:hover, .hb-tags ul li .hb-tagbtn:hover, .search-popup .close-btn {
    background: #eac366;
}
@media (max-width: 991px){
    .navbar-collapse ul li.hb-open a {
        color: #7a7992;
        background: #fff  !important;
    }
    .v3 .hb-navigation ul li a:hover, .v2 .hb-navigation ul li a:hover {
        background: #fff  !important;
    }
}

.main-btn {
    position: relative;
    background-image: linear-gradient(to right,#eac366 0%,#8468ba 51%,#eac366 100%);
    background-image: linear-gradient(to right,#8468ba 0%,#eac366 51%,#8468ba 100%);
    color: #513587;
    width: 27%;
    /*height: 50px;*/
    min-width: 200px;
    border-radius: 16px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.1px;
    text-align: center;
    margin: 0;
    padding: 13px 20px;
    border: 2px solid #513587;
    outline: none;
    cursor: pointer;
    overflow: hidden;
}
.main-btn span {
    position: relative;
    z-index: 2;
}

.main-btn:before {
    content: '';

    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(55deg, #eac366, #6643a9);

    color: #513587;
    position: absolute;
    top: 0;
    left: -25%;
    height: 104%;
    width: 0;
    -webkit-transform: skew(-22deg);
    -moz-transform: skew(-22deg);
    -ms-transform: skew(-22deg);
    -o-transform: skew(-22deg);
    transform: skew(-22deg);
    transition-duration: .6s;
    z-index: 1;
}

.main-btn:hover:before {
    width: 190%;
}

.main-btn:hover,{
    border: 2px solid #6643a9;
    color: #fff;
}

.hb-btn {text-transform: none;}
.hb-btn,  .hb-cart li .hb-btn.changehover:hover, .v2 .hb-navigationarea, .hb-prev:hover, .hb-next:hover, .hb-homeslider.v4 .hb-slidercontent:after, .hb-paradiseiconbox, .hb-btn.bdr:hover:after, .hb-roundicon li .hb-g-icon.change-bg, .hb-giftcertificates-box:hover .hb-giftbtn, .hb-content-block, .tab-holder .tab-list .active a, .tab-holder .tab-list a:hover, #back-top, .hb-shoparea-detail .img-holder .hb-zoom-btn {
        background-image: linear-gradient(to right,#6643a9 0%,#eac366 51%,#6643a9 100%);
    background-image: linear-gradient(to right,#eac366 0%,#6643a9 51%,#eac366 100%);
    background-color: #eac366;
}
button[disabled], html input[disabled] {
    cursor: default;
    background-image: linear-gradient(to right,#aaa 0%,#aaa 51%,#aaa 100%);
    background-color: #eeeeee;
}
.hb-socialicons li a, .hb-socialicons.hb-socialicons-sm li a:hover {}

.hb-info-area  .hb-btn2 a{  
  background: -webkit-linear-gradient(#eee, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hb-btn2 {
  border-radius: 100rem;
  font-size: 1.3rem;
  padding: 0rem 3rem;
  color: $color-black;
  color: #6643a9 !important;
  box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
  border: solid 2px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(55deg, #eac366, #6643a9);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #fff inset;
  text-transform: none;
  margin-top: 50px;
}
.hb-btn2:hover {
  box-shadow: none;
  color: #FFF !important;
}

a.hb-btn3 {margin-top: 10px !important;}
.hb-btn3 a{  
  background: -webkit-linear-gradient(#eee, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #fff !important;
}

.hb-btn3 {
  border-radius: 100rem;
  font-size: 1.3rem;
  padding: 0rem 3rem;
  color: #fff !important;
  
  box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
  border: solid 2px #6643a9;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(55deg, #eac366, #6643a9);
  background-origin: border-box;
  background-clip: content-box, border-box;
  /*box-shadow: 2px 1000px 1px #fff inset;*/
}

.hb-btn3:hover {
  box-shadow: none;
  color: #FFF !important;
}

.hb-btn4 {/*mov*/
  border-radius: 100rem;
  font-size: 1.3rem !important;
  padding: 0rem 3rem;
  color: #fff !important;
  background-color: #6643a9 !important;
  box-shadow: 0 0 6px 0 rgba(157, 96, 212, 0.5);
  
  background: linear-gradient(55deg, #6643a9, #8b5cf6) border-box, linear-gradient(#6643a9, #6643a9) padding-box;
    border: 1px solid transparent;
  background-image: linear-gradient(to right, #6643a9 0%, #6643a9 51%, #6643a9 100%);
    
  text-transform: none;
  margin-top: 30px;  
}
.hb-btn4:hover {
  color: #6643a9  !important;
  background-image: linear-gradient(to right,#fff 0%,#fff 51%,#fff 100%);
  background: linear-gradient(55deg, #fff, #fff) border-box, linear-gradient(#fff, #fff) padding-box; border: 1px solid transparent;
}

.hb-btn-position{ /*pt pozitionare*/
    margin-top: 30px !important;  
    padding: 0 10px !important;  
}
.hb-btn-position-xl{ /*pt pozitionare*/
    margin-top: 100px !important;  
}
 
/*   Pentru mobil (ecrane până în 768px lățime, de ex.) */
@media (max-width: 768px) {
  .hb-btn4,.hb-btn-position {
    margin-top: 0px !important;
  }

  .v2 .hb-addnav {
    padding: 17px 0 16px;
    }
}
@media (max-width: 479px) {
    .hb-searcharea {
        padding: 0 1px;
    }
}

.hb-btn-padding {font-size:19px; padding: 15px 30px;   margin: 0 0 0px; border-radius: 16px !important;}

.cls_ul{
    margin-top: 0px;
    padding-left: 20px;
}

.hb-sectionspace2 {
    padding: 40px 0;
}


/*
.v2 .hb-topbar {
    padding: 25px 0;
     
    background: rgba(170,170,255,1);
    background: -moz-linear-gradient(left, rgba(170,170,255,1) 0%, rgba(251,186,248,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(170,170,255,1)), color-stop(100%, rgba(251,186,248,1)));
    background: -webkit-linear-gradient(left, rgba(170,170,255,1) 0%, rgba(251,186,248,1) 100%);
    background: -o-linear-gradient(left, rgba(170,170,255,1) 0%, rgba(251,186,248,1) 100%);
    background: -ms-linear-gradient(left, rgba(170,170,255,1) 0%, rgba(251,186,248,1) 100%);
    background: linear-gradient(to right, rgba(170,170,255,1) 0%, rgba(251,186,248,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaff', endColorstr='#fbbaf8', GradientType=1 );
}*/

/***********************  INDEX*/
.hb-INDEXbanner {
    background-size: cover;
    background-image: url(../images/breadcrumbs/breadcrumbs-contact.jpg);
    background-repeat: no-repeat;
    height: 600px;
}

.hb-INDEX_contact {
background-image: url('images/pagini/CrinaCiobanu-index_c.jpg'); background-size: cover;
text-align: center;
background-repeat: no-repeat;
width: 100%;
height: auto;
}

.img-bg-index_contact {
background-image: url('../images/pagini/Contact_CrinaCiobanu.jpg'); 
background-size: cover; /*contain*/
text-align: center;
background-position: center center;
background-repeat: no-repeat;
width: 100%;
min-height: 350px;
max-height: 100vh;
/* min-height: 770px*/
}
.img-bg-index_sus {
background-image: url('../images/pagini/Specialist_CrinaCiobanu.jpg'); 
background-size: cover; /*contain*/
-webkit-background-size: cover;
text-align: center;
background-position: center center;
background-repeat: no-repeat;
width: 100%;
min-height: 950px;
max-height: 100vh;
/* min-height: 770px*/
}
@media  (max-device-width: 400px) {
    .img-bg-index_contact {
    background-image: url('../images/pagini/Contact_CrinaCiobanu_m.jpg'); 
    background-size: cover; /*contain*/
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 300px;
    max-height: 100vh;
    /* min-height: 770px*/
    }
    .img-bg-index_sus {
    background-image: url('../images/pagini/Specialist_CrinaCiobanu_m.jpg'); 
    background-size: cover; /*contain*/
    -webkit-background-size: cover;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 500px;
    max-height: 100vh;
    /* min-height: 770px*/
    }
}

.slidernou {
  padding: 190px 100px 60px 100px ;
}
@media (max-width: 991px) {
    .slidernou {padding: 60px 30px 6px 30px !important;}
}

.slidernou h1 {
    /*font-size: 2.1em;
    line-height: 1.4em;*/
    color: #2d2c40;
    font-weight: 300;
    margin: 0 0 20px;
}

.slidernou h1 span {
  font-size: 1.1em;
  line-height: 1.3em;
  /*font-family: "Alex Brush", cursive;*/
  display: block;
}
@media (max-width: 991px) {
    .slidernou h1 span {
    font-size: 21px !important;
    line-height: 26px;}
}

.slidernou .hb-description {
  font-size: 16px;
  line-height: 19px;
  font-weight: 300;
  margin: 0 0 50px;
  color: #7a7992;
}

.slidernou .hb-description p {
  margin: 0;
  color: #fff;
  font-size: 1em;
}

.hb-paradiselist {
    float: left;
    width: 100%;
    list-style: none;
    padding: 0 100px 0 0;
}

@media  (min-device-width: 400px) {
    .cls_flex {display: flex;  align-items: center;}
}
.hb-uthername span {
    color: #6643a9;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 17px;
}


/* --------------------------   BREADCRUMBS ------------------------------------*/
.li_capitalize, .li_capitalize h2 {
    text-transform: capitalize;
}

.hb-breadcrumb {
    float: none;
    font-weight: 300;
    line-height: 17px;
    text-align: center;
}

.hb-breadcrumb {
    padding: 0;
    margin: 0;
    color: #fff;
    /*float: right;
    text-align: right;*/
    text-transform: none !important;
    font: 14px/44px 'Poppins', Arial, Helvetica, sans-serif;  
}
.breadcrumbs_h2 {
    font-size: 26px;
    line-height: 29px;
    color: #eac366 ;
    font-weight: 500;
    margin: 0 0 15px;
    text-transform: none;
}


.hb-breadcrumb li a, .hb-breadcrumb li a i {
    display: block;
    color: #fff;
}
.hb-innerbanner-breadcrumbs {
    background-size: cover;
    background-image: url(../images/breadcrumbs/breadcrumbs.jpg);
    background-repeat: no-repeat;
}

.hb-innerbanner {
    background-size: cover;
    background-image: url(../images/breadcrumbs/breadcrumbs-contact.jpg);
    background-repeat: no-repeat;
}

.hb-innerbanner-despre {
    background-size: cover;
    background-image: url(../images/breadcrumbs/breadcrumbs-despre.jpg);
    background-repeat: no-repeat;
}
.hb-innerbanner-index {
    background-size: cover;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/pagini/testimoniale_CrinaCiobanu.jpg);
}
@media  (max-device-width: 400px) {
.hb-innerbanner-index {
    background-size: cover;
    text-align: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/pagini/testimoniale_CrinaCiobanu_m.jpg);}
}
/* --------------------------  END  BREADCRUMBS ------------------------------------*/



/* --------------------------------------
   7. Services - INDEX
-----------------------------------------*/

.services {
    padding-top: 30px;
    padding-bottom: 50px;
    /*position: relative;
    overflow: hidden;*/
}

.services .service {
    background-color: #fff;
    text-align: center;
    padding: 25px 30px;
    margin-bottom: 5px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.services .service .service-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(123, 108, 213, .9);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    -o-transition: all .8s ease-in-out;
    -ms-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out;
}

.services .service:hover .service-bg,
.services .service.two .service-bg {
    opacity: 1;
}

.services .service .service-bg .flaticon-lotus:before, .services .service .service-bg .flaticon-chakra:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 146px;
    color: #eac366 ;
    opacity: .1;
    margin-left: 0;
}

.services .service .service-item {
    position: relative;
    z-index: 2;
}

.services .service .service-icon i {
    background: #7b6cd5;
    display: inline-block;
    width: 70px;
    height: 70px;
    color: #eac366;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all .2s cubic-bezier(.47, 0, .745, .715);
            transition: all .2s cubic-bezier(.47, 0, .745, .715);
    -webkit-animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
            animation: pulse 2s infinite cubic-bezier(.66, 0, 0, 1);
    -webkit-box-shadow: 0 0 0 0 rgba(123, 108, 213, .6);
            box-shadow: 0 0 0 0 rgba(123, 108, 213, .6);
}

@-webkit-keyframes pulse
{
    to
    {
        -webkit-box-shadow: 0 0 0 9px rgba(123, 108, 213, 0);
                box-shadow: 0 0 0 9px rgba(123, 108, 213, 0);
    }
}

@keyframes pulse
{
    to
    {
        -webkit-box-shadow: 0 0 0 9px rgba(123, 108, 213, 0);
                box-shadow: 0 0 0 9px rgba(123, 108, 213, 0);
    }
}

.services .service:hover .service-icon i,
.services .service.two .service-icon i {
    background: transparent;
    -webkit-animation: none;
            animation: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.services .service .service-icon i:before {
    color: #fff;
    font-size: 45px;
    margin-left: 0;
}

.services .service h4 {
    color: #323232;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    margin: 15px 0;
    letter-spacing: .2px;
}

.services .service p {
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
    color: #888;
}

.services .service:hover h4,
.services .service.two h4,
.services .service:hover p,
.services .service.two p,
.services .service:hover h4 a {
    color: #fff !important;
}

.services .service:hover h4 a {  text-decoration: underline; }
/* --------------------------------------   END 7. Services-----------------------------------------*/

/*tarife*/
.pricing-features   span {
    font-size: 1.2em;
    line-height: 27px;
    color: #6643a9    !important; /* #eac366 */
    font-weight: 400;
    padding: 10px 0 0;
    font-style: normal;
}


/*  DELIMITATOR header------------------------------*/

/********************* CU ICON - style.css linia 1281
.hb-sectiontitle:after {
    left: 50%;
    z-index: 2;
    content: "";
    width: 80px;
    height: 25px;
    bottom: -12px;
    text-align: center;
    position: absolute;
    margin: 0 0 0 -40px;
    background: #fff url(images/heading-icon.png) no-repeat 50%;
}*/

.hb-description p {
    /*font-size: 1.8rem;*/
}
.hb-paradisecontent .hb-description p {
    font-size: 1.6rem;
    line-height: 2.1rem;
    font-weight: 400;
}

.hb-sectiontitle h2 span {
    font-size: 42px;
    line-height: 45px;
    color: #6643a9   ; /* eac366 */
    display: block;
    font-weight: 500;
    font-family: "Alex Brush", cursive;
}

.sectiontitle {
    float: left;
    width: 100%;
    margin: 0 0 5px;
    padding: 0 0 5px;
    text-align: center;
    position: relative;
}
.sectiontitle h2 {
  font-size: 36px;
  line-height: 36px;
  margin: 0;
  color: #444;
  font-weight: 500;
}
 

.main-title .separator {    
    position: relative;
    width: 160px;
    display: inline-block;
}

.main-title .separator:before,  
.main-title .separator:after {  
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 50px;
    background: #7b6cd5;
}

.main-title .separator:before { 
    left: 3px;
}

.main-title .separator:after {  
    right: 3px;
}

.main-title .separator .flaticon-chakra:before {    
    font-size: 40px;
    color: #7b6cd5;
    margin-left: 0;
}
 .main-title .separator:before, .main-title .separator:after {
    background: linear-gradient(-45deg, #6643a9 0%, #eac366 100%);/*#cf11da 0%, #3482fd*/   
}
.main-title .separator .flaticon-chakra:before{    
    background: linear-gradient(-45deg, #6643a9 0%, #eac366 100%);
    -webkit-background-clip: text;
    color: transparent;
}

 

/******************* Despre*/
.hb-whychooseus-list li { color: #000;}
.hb-whychooseus-list li:after {color: #eac366;}
.img-bg-despre {
                    background-image: url('../images/pagini/despre_tehnica_Theta_Healing.jpg'); 
                    background-size: cover; /*contain*/
                    text-align: center;
                    background-position: center center;
                    background-repeat: no-repeat;
                    width: 100%;
                    height: 100vh;
                   min-height: 550px;max-height: 550px;
}
@media only screen and (max-device-width: 400px) {
    .img-bg-despre {
        background-image: url('../images/pagini/despre_tehnica_Theta_Healing_m.jpg'); 
        min-height: 170px
    }
}

/* *********************** CONTACT */
.hb-addressbox a {font-size: 2rem;}
.comment_div_securitate_asc {
    visibility: hidden;
    height: 1px;
}
/***** despre*/
.info-2-img {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}
.hb-innerbanner-despre {
    background-size: cover;
    background-image: url(../images/pagini/despre2.jpg);
    background-repeat: no-repeat;

    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
 
    background-color: #fff;
    width:100%;
}

@media only screen and (max-width: 767px) {
    .hb-innerbanner-despre {
        /* The file size of this background image is 93% smaller to improve page load speed on mobile internet connections */
        /*background-image: url(images/background-photo-mobile-devices.jpg);*/
        background-image: none;
    }
}

.hb-panelcontent .hb-description {
    font-size: 1em;
    line-height: 24px;
    color: #2d2c40;
    font-weight: 300;
}

/*************************************  Articole*/
.hb-pagination ul li.active {background-color: #eac366;}

.hb-blogdetails .hb-post .hb-postcontent h2 {
    text-transform: none;
}

.hb-recentnews ul li h2 {
    font-size: 16px !important;
    line-height: 19px;
    font-weight: 500;
    margin: 0 0 5px;
    text-transform: none;
}

.hb-posttitle h1 {
    font-size: 18px !important;
    line-height: 20px;
    color: #2d2c40;
    margin: 0 0 20px;
    font-weight: 500;
}
.hb-posttitle h1 a {
  color: inherit;
  display: block;
  color: #2d2c40;
}

.hb-postimage:before, .hb-gallerycontent {
    background: rgb(162,67,170,0.8);
    background: -moz-linear-gradient(left, rgb(162,67,170,0.8) 0%, rgba(234,195,102,0.8) 100%);
    background: -webkit-linear-gradient(left, rgb(162,67,170,0.8) 0%, rgba(234,195,102,0.8) 100%);
    background: -o-linear-gradient(left, rgb(162,67,170,0.8) 0%, rgba(234,195,102,0.8) 100%);
    background: -ms-linear-gradient(left, rgb(162,67,170,0.8) 0%, rgba(234,195,102,0.8) 100%);
    background: linear-gradient(to right, rgb(162,67,170,0.8) 0%, rgba(234,195,102,0.8) 100%);
}

.hb-socialicons {
    overflow:visible;
}
.hb-socialicons li a, .hb-socialicons.hb-socialicons-sm li a:hover{
    background-image: linear-gradient(to right,#6643a9 0%,#eac366 51%,#6643a9 100%);
    background-image: linear-gradient(to right,#eac366 0%,#6643a9 51%,#eac366 100%);
    background-color: #eac366;
}
.hb-socialicons li a i {color: #fff !important;}

/*pagini*/
.floare-list {
  
    width: 100%;
    margin: 0 0 5px;
}
.floare-list li {
    width: 100%;
    list-style-type: none;
    padding: 5px 0 5px 5px;
}
.floare-list .flaticon-chakra:before,.floare-list .flaticon-chakra:after {
    margin-left: 0px;
}

/**  workshops    **/
.hb-postmeta-area {
    width: 100%;
    padding: 15px 0;
    margin: 0 0 30px;
    border-bottom: 1px solid #e5e5e5;
}


/* --------------------------------------  FOOTER -----------------------------------------*/
.hb-footer {
    background-color: #fdfcf1 !important;
    background: #fdfcf1 !important;
}
.hb-footer-area{
    background-color: #fcfcf0; /*f3d06d*/
    background: #fdfcf1 !important;
}
.hb-footerbar {
    float: left;
    width: 100%;
    padding: 15px 0;
    background: #d4cbe6; /*f3d06d*/
}
.hb-copyright {
    font-size: 14px;
    line-height: 27px;
    color: #7a7992;
    display: inline-block;
    vertical-align: middle;
    /*float: right;*/
}
.hb-copyright a, i{color: #6544a8;}
.hb-footernav {
    float: left;
    list-style: none;
}
.hb-footernav li a:hover {
  color: #6544a8;
  display: block;
}
.hb-emailarea .hb-formtheme .hb-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 40px;
    padding: 10px;
    font-size: 12px;
    line-height: 20px;
    border-radius: 0 30px 30px 0;
    margin-top: -1px;
}
strong.hb-logo {
    color: #6643a9;
}
.hb-col .hb-info li span a {
    color: #6643a9;
    padding: 1px 0 0;
}
.hb-info .hb-social li a {
    color: #6643a9 !important;
    display: inline;
}
strong.hb-logo-second {
    color: #eac366;
}
.hb-col .hb-info-second li span a {
    color: #eac366;
    padding: 1px 0 0;
}
.hb-info .hb-social-second li a {
    color: #eac366 !important;
    display: inline;
}
.hb-col .hb-timeandday, .hb-info {
    margin: 0 0 20px;
}
.hb-col .hb-links li {
    font-size: 14px;
    line-height: 17px;
    width: 100%;
    float: left;
    color: #2d2c40;
    font-weight: 600;
    padding: 0 0 5px;
}

/*********** Constelatii*/
.constelatii .flaticon-chakra:before {
    margin-left: 0;
}

/************Testimoniale*/
.hb-testimonialutherbox .hb-uthername {
    float: none;
    width: auto;
    margin: 0 0 30px  0;
    overflow: hidden;
    text-align: left;
    padding: 0px;
}

.hb-testimonialcontentbox .hb-description {
    font-size: 15px;
    color: #fff !important;
}
.hb-testimonialcontentbox {
  float: left;
  width: 100%;
  padding: 30px;
  margin: 0 0 30px;
  position: relative;
  background: #f5f5f9;

    background: rgba(170,170,255,1);
    background: -moz-linear-gradient(left, #6643a9 0%, #eac366 100%);
    background: -webkit-gradient (left top, right top, color-stop (0%, #6643a9), color-stop(100%, #eac366) );
    background: -webkit-linear-gradient(left, #6643a9 0%, #eac366 100%);
    background: -o-linear-gradient(left, #6643a9 0%, #eac366 100%);
    background: -ms-linear-gradient(left, #6643a9 0%, #eac366 100%);
    background: linear-gradient(to right, #6643a9 0%, #eac366 100%);
    filter: progid:DXImageTransform.Microsoft.gradient (startColorstr='#aaaaff', endColorstr='#fbbaf8', GradientType=1);
}

.hb-testimonialcontentbox:after {
  width: 0;
  height: 0;
  left: 40px;
  content: "";
  bottom: -15px;
  position: absolute;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #f5f5f9;
}

.hb-testimonialbox:hover .hb-testimonialcontentbox, .hb-testimonialbox .hb-testimonialcontentbox.active {
    background: rgba(170,170,255,1);
    background: -moz-linear-gradient(left, #6643a9 0%, #eac366 100%);
    background: -webkit-gradient (left top, right top, color-stop (0%, #6643a9), color-stop(100%, #eac366) );
    background: -webkit-linear-gradient(left, #6643a9 0%, #eac366 100%);
    background: -o-linear-gradient(left, #6643a9 0%, #eac366 100%);
    background: -ms-linear-gradient(left, #6643a9 0%, #eac366 100%);
    background: linear-gradient(to right, #6643a9 0%, #eac366 100%);
    filter: progid:DXImageTransform.Microsoft.gradient (startColorstr='#aaaaff', endColorstr='#fbbaf8', GradientType=1);
}
.hb-testimonialutherbox .hb-uthername b {
    display: block;
    color: #2d2c40;
    font-size: 1.4rem;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
            font-size: 70px;
            font-weight: 300;
            margin: 0 40px;
            color: #472e76;
        }


/**** Programe */
/*cadre chenare cu background gradint*/
.cadru-chenar-bg-gradient   .chenar-bg-gradient-txt-holder {
  color: #7a7992;
  padding: 20px 30px;
  margin: 0 0 10px;
}
.cadru-chenar-bg-gradient   .chenar-bg-gradient-txt-holder:hover, .cadru-chenar-bg-gradient   .chenar-bg-gradient-txt-holder.active{
    background: rgba(170,170,255,1);
    background: -moz-linear-gradient(left, #6643a9 0%, #eac366 100%);
    background: -webkit-gradient (left top, right top, color-stop (0%, #6643a9), color-stop(100%, #eac366) );
    background: -webkit-linear-gradient(left, #6643a9 0%, #eac366 100%);
    background: -o-linear-gradient(left, #6643a9 0%, #eac366 100%);
    background: -ms-linear-gradient(left, #6643a9 0%, #eac366 100%);
    background: linear-gradient(to right, #6643a9 0%, #eac366 100%);
    filter: progid:DXImageTransform.Microsoft.gradient (startColorstr='#aaaaff', endColorstr='#fbbaf8', GradientType=1);
     border-radius: 5px;
  color: #fff;
}
.cadru-chenar-bg-gradient .chenar-bg-gradient-txt-holder:hover i, .cadru-chenar-bg-gradient .chenar-bg-gradient-txt-holder.active i{ color: #fff;}
.cadru-chenar-bg-gradient .chenar-bg-gradient-txt-holder p {  margin: 0;}

/*cadrul color 1*/
.cadru-chenar-bg-color1   .chenar-bg-color1-txt-holder {
  color: #7a7992;
  padding: 20px 30px;
  margin: 0 0 10px;
}
.cadru-chenar-bg-color1   .chenar-bg-color1-txt-holder:hover, .cadru-chenar-bg-color1   .chenar-bg-color1-txt-holder.active{
    background-color : #eac366 !important;
    color: #6643a9;
    /*color: #fff;
    background-color: #6643a9  !important; */
    border-radius: 5px;
}
.cadru-chenar-bg-color1 .chenar-bg-color1-txt-holder:hover i, .cadru-chenar-bg-color1 .chenar-bg-color1-txt-holder.active i{ color: #6643a9;}
.cadru-chenar-bg-color1 .chenar-bg-color1-txt-holder p {  margin: 0;}
 

/*cadre chenare */
.cadru-chenar  .chenar-txt-holder {
  color: #7a7992;
  padding: 20px 30px;
  margin: 0 0 10px;
  border-radius: 5px;
  color: #000;
  border: 1px solid #000;
}
.card.card-pret {
    background-color: #6643a9 !important;
    border: 3px solid #eac366;
    color: #fff;
    border-radius: 5px; 
}


/*** SESIUNI INDIVIDUALE SI SERVICII ****/
.pricing {
            background: #fff;
            padding-top: 100px;
            padding-bottom: 70px;
            overflow: hidden;
        }

        .pricing .pricing-plans .pricing-plan {
            background-color: #f7f6f6;
            padding: 30px 20px;
            text-align: center;
            border: 2px solid #eee;
            border-radius: 4px;
            margin-bottom: 30px;
        }

        .pricing .pricing-plans .pricing-plan:hover {
            -webkit-transform: translateY(-7px);
            -moz-transform: translateY(-7px);
            -o-transform: translateY(-7px);
            -ms-transform: translateY(-7px);
            transform: translateY(-7px);
            box-shadow: 0 0 20px 0 rgba(0, 0, 0, .05);
        }

        .pricing .pricing-plans .pricing-plan .pricing-head {
            position: relative;
            background: #fff;
            padding-top: 40px;
            padding-bottom: 40px;
            border: 1px solid #eee;
            border-radius: 4px;
        }

        .pricing .pricing-plans .pricing-plan.two .pricing-head {
            background: #7b6cd5;
        }

        .pricing .pricing-plans .pricing-plan .pricing-title h2 {
            color: #3e3e3e;
            font-weight: 600;
            letter-spacing: 1px;
            margin-bottom: 10px;
            font-size: 3.2rem;
        }

        .pricing .pricing-plans .pricing-plan.two .pricing-title h2 {
            color: #fff;
        }

        .pricing .pricing-plans .pricing-plan .pricing-price {
            position: relative;
            z-index: 1;
        }

        .pricing .pricing-plans .pricing-plan .pricing-price p {
            font-size: 48px;
            line-height: 1;
            font-weight: 500;
            margin: 0;
        }

        .pricing .pricing-plans .pricing-plan .pricing-price p {
            color: #7b6cd5;
        }

        .pricing .pricing-plans .pricing-plan.two .pricing-price p {
            color: #fff;
        }

        .pricing .pricing-plans .pricing-price p .up {
            font-size: 19px;
            vertical-align: top;
        }

        .pricing .pricing-plans .pricing-price p .price {
            vertical-align: middle;
        }

        .pricing .pricing-plans .pricing-price p .down {
            font-size: 14px;
            vertical-align: bottom;
        }

        .pricing .pricing-plans .pricing-plan .pricing-features {
            margin: 0;
            padding: 30px 0;
        }

        .pricing .pricing-plans .pricing-features li {
            font-size: 17px;
            margin-bottom: 15px;
            color: #888;
        }

        .pricing .pricing-plans .pricing-features li:last-child {
            margin-bottom: 0;
        }