header {
	background: rgba(0,0,0,0.2); 
}

header.shrink {
	background: rgba(1,1,1,0.85);
}
.nav-brand img {
	width:200px;
}

.services-section {
	margin-top:100px;
}

.service-box {
	position: relative;
    display: block;
    box-shadow: 0px 1px 15px 0px #c8e4ff;
    margin: 30px 15px;
    border-radius: 10px;
    transition: 0.5s all ease;
    padding:20px;
}

.service-box h2 {
	font-size: 21px;
    margin-bottom: 20px;
}

.service-box a.itemLink {
	color:#333333;
}

.service-box .item_desc {
	font-size: 14px;
    margin-top: 20px;
}

.service-box .item_btn {
	margin-top:19px;
}

.service-box .item_btn a {
	background: #b7419e;
}

.service-box .service-content .item_img img {
	width:100%;
	height: 190px;
	object-position: top;
	object-fit: cover;
}

.service-box .register_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

h2.nav-brand {
	float:left;
	width:auto;
}

#main-menu {
	float: left;
    width: 100%;
}

#main-menu a {
	color:#154a7e;
}

#main-menu li.item a { 
	padding: 10px 7px;
	color:#ffffff;
    margin: 2px 2px;
    max-width: 135px;
    white-space: normal;
    text-align: center;
}

#main-menu li.item a:hover {
	color:#ffa5e6;
}

#main-menu a:hover {
	color:#a556ed;
}

#main-menu .last_menu {
    position: absolute;
    top: -62px;
    right: 0px;
    transition: none;
}

#main-menu .editeazaProfil,
#main-menu .LoginBtn {
	position: absolute;
	top: -62px;
	right:140px;
	transition: none;
background: linear-gradient(to right, #9258f9, #c253db, #dc58c0, #e767aa, #e8799b);
    transition: all ease 0.5s 0s;
    border-radius: 40px;
    margin-left: 20px !important;
}

#main-menu .LoginBtn {
	right: 190px;
}

#main-menu .editeazaProfil a,
#main-menu .LoginBtn a {
	color:#ffffff;
}

#main-menu .last_menu a {
	color:#ffffff;
}

#main-menu .last_menu ul li {
	border-bottom: 1px solid #a2a4a7
}

#main-menu .last_menu ul li a {
	color:#154a7e;
}

#main-menu .last_menu ul li a:hover {
	color:#a556ed;
}


.register-header-banner-section {
	position: relative;
	display: block;
	background-image: url(../img/register-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	padding: 67px 0;
	min-height: 420px;
}


.footer-subscribe {
	display:none;
}

.home .footer-subscribe {
	display:block;
}

.register footer {
	margin-top:0px;
}

.register_section {
	margin:80px 0px 0px 0px;
}

.register_section .fieldError {
	margin-top: 8px;
    background: #ff5858;
    padding: 10px 0px;
    color: #fff;
    font-weight: bold;
    margin-bottom:40px;
}

.register_section .userSuccess {
    padding: 100px 0px;
    font-size: 19px;
    font-weight: bold;
    background: #ffc8f2;
}

.form-box {
	position: relative;
    display: block;
    background-color: #ffffff;
    text-align: center;
    border-radius: 6px;
    margin: 0 auto;
    padding: 60px 0;

    top:-60px;
}

#profileContent {
  box-shadow: 0px 0px 5px #ccc;
}
.profileContent {
  border-left:1px solid #cccccc;
}

#profileMenu {
  list-style: none;
  padding:0px;
  margin:0px;
}

#profileMenu a {
    color: #333333;
    font-size: 15px;
}

#profileMenu a.active {
    color: #e770a2;
    font-weight: bold;
}

#profileMenu li {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  padding-bottom:5px;
  padding-top:5px;
}

#profileMenu .noborder {
  border:none;
}

#profileMenu h2 {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #b255e5;
}

#profileMenu .delimiter {

}

.form-box .card-box-title h1 {
	font-size:30px;
}

.form-box input.card-input,
.form-box textarea.card-input,
.form-box select.card-input {

	width:50%;
	border-radius:10px;
	padding: 10px 15px;
}

.form-box select.card-input {
    border: none;
    box-shadow: 0 3px 15px rgb(159 93 235 / 50%);
    font-size: 15px;
    line-height: 1.5;
}

.form-box textarea.card-input {
	box-shadow: 0 3px 15px rgb(159 93 235 / 50%);
	border:none;
	resize: none;
}

.form-box .card-box-content {
	width:50%;
	margin:0 auto;
}

.form-box .card-box-content p {
	text-align: left;
}

.form-box input.card-input[type="submit"] {
	background: linear-gradient(to right, #9258f9, #c253db, #d156cc, #cc55d1, #9758f7);
	font-size: 18px;
	color:#ffffff;
}

.form-box input.card-input[type="submit"]:hover {
	background: linear-gradient(to right,  #c253db, #9258f9, #9758f7, #d156cc, #cc55d1 );
}

.form-area {
	padding-top:10px;
}

.form-area .card-box-input {
	margin:20px 0px;
}

.form-area .card-box-input label {
	text-align: left;
    width: 50%;
    font-weight: 600;
    font-size: 17px;
    color: #8e56fd;
}

.form-area .servicii {
	padding: 0px;
    margin-left: 10px;
    list-style: none;
    width: 50%;
    text-align: left;
    margin: 0 auto;
}

.form-area .servicii li {
    line-height: 30px;
}

.form-area .servicii li input[type="checkbox"] {
	margin-right:5px;
}

.form-area .servicii button {
	padding: 5px 10px;
    font-size: 15px;
    margin-top:-1px;
    background-color: #154a7e;
    border-color:#154a7e;
}

.form-area .servicii button.disabled {
	background:#9e9e9e !important;
}


.form-area .servicii button:hover,
.form-area .servicii button:active,
.form-area .servicii button:focus {
	background-color: #1b62a9 !important;
	box-shadow: none !important;
}

.form-area .addServiciuPersonalizat {
	margin-top:10px;
}

.form-area .addServiciuPersonalizat input[type="text"] {
	width:50%;
}

.form-area .servicii .suplimentar {
    color: #ce55cf;
    font-size:18px;
}

.form-area .servicii .del i {
    color: #ff0000;
    font-size: 14px;
    margin-left: 10px;
    cursor: pointer;
}

.form-area .servicii .info {
    margin-top: 10px;
    font-size: 15px;
    color: #154a7e;
}

.form-area .servicii .info span {
	color:#ff0000;
	font-weight: 600;
}

.item.slides:before {
	background:none;
}

.slider .item h2,
.slider .item p {
	background: rgba(0,0,0,0.5);
    padding: 5px 20px;
    border-radius: 2px;
    line-height: 30px;
}

.hero .btn-hero {
    background: linear-gradient(to right, #9258f9, #c253db, #dc58c0, #e767aa, #e8799b);
    padding: 10px 20px;
    border-radius: 10px;
}

.filtre .dropdown-menu {
	
}

.filtre .dropdown-menu .dropdown-item {
    width: 100%;
    float: left;
    color: #333;
    border-bottom: 1px dashed #ccc;
    padding: 5px 0px;
    padding:10px;
}


.filtre .dropdown-menu .dropdown-item:hover {
	text-decoration: none;
    background: #cc6eb9;
    color: #fff;
}

.filtre .alegeOras button {
background: linear-gradient(to right, #9258f9, #c253db, #dc58c0, #e767aa, #e8799b);
}

.blog-content,
.tools-content {
  padding:40px 0px;
}

.blog-content h3,
.tools-content h3 {
    font-size: 17px;
    height: 50px;
    font-weight: bold;
    text-align: center;
}

.blog-content h3 a,
.tools-content h3 a {
  color:#333333;
}

.blog-content .articolItem {
  padding:8px;
}

.tools-content .toolItem {
  padding:8px;
}

.blog-content .articolItem > div {
    border: 1px solid #ccc;
    padding: 9px;
    float: left;
    border-radius: 10px;
}

.tools-content .toolItem > div {
    border: 1px solid #ccc;
    padding: 9px;
    float: left;
    border-radius: 10px;
}

.tools-content .imgImg {
  padding:0px;
}

.blog-content .articolImg,
.blog-content .articolDesc {
  padding:0px;
}

.blog-content .articolDesc {
  margin-top:10px;
}

.blog-content .articolDesc div {
  height: 83px;
}

.blog-content .articolImg img,
.tools-content .toolImg img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: top;
  border-radius:5px;
}

.tools-content .toolImg img {
  object-fit: contain;
}

.articleItem {
  border-right:1px solid #cccccc;
}

.articleItem h1 {
  font-size:25px;
  margin-bottom:29px;
}

.articleMore h2 {
    font-size: 20px;
    margin-top: 28px;
    margin-left:12px;
}

.alteArticole .articolItem {
  border-bottom:1px dashed #cccccc;
  padding-bottom:20px;
}

.alteArticole .articolItem h3 {
  font-size:15px;
  text-align: center;
}

.alteArticole .articolItem h3 a {
    color: #333333;
    font-weight: bold;
}

.alteArticole .articolItem img {
  width:100%;
  height: 150px;
  object-fit: contain;
  object-position: top;
}

.alteArticole.alteCursuri .articolItem img {
  height: 225px;
}

.alteArticole .articolItem .articolImg {
  margin-bottom:10px;
}

.articleCover {
  margin-bottom:20px;
}

.articleCover img {
    width: 99%;
    height: 400px;
    object-fit: cover;
    object-position: top;
}

#BMIform table td {
  padding-bottom:5px;
}

.banner-img-section h2 {
  font-size:60px;
}

.premium_sticker {
    position: absolute;
    z-index: 99;
    width: 202px;
    text-align: center;
    background: #e0b71f;
    color: #ffffff;
    font-weight: bold;
    font-size: 21px;
    padding: 5px;
    top: 16px;
    left: 16px;
    border-top-left-radius: 10px;
    box-shadow: 0px 0px 4px #1f1902;
}

.homeCursuri .articolImg img {
    object-fit: contain;
    height: 250px;
}

.homeCursuri .blog-content h3 {
  height: 35px;
}

.cursForm {
  width: 70%;
  margin:0 auto;
  margin-top: 50px;
}

.cursForm .trimiteMesaj {
  width:100%;
  font-size: 17px;
}

.success_message {
  text-align: center;
  font-size: 20px;
  color: #00920b;
}

.videoArea {
    margin-top: 50px;
    margin-left: -47px;
    padding: 0px;
}

.videoArea .videoItem iframe {
  padding-left:20px;
}

.listAlimente {
  padding-top:40px;
}

.listAlimente h2 {
    font-size: 18px;
    text-align: left;
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 5px;
}

.listAlimente h2 a {
    color: #9d57f2;
    font-weight: 600;
}

.listAlimente .aliment {
  text-align: left;
}

.listAlimente .alimenteHead,
.listAlimente .alimenteFooter {
    background: #df72ca;
    color: #fff;
    font-weight: 600;
    padding: 4px 0px;
}

.listAlimente .alimenteFooter {
  margin-bottom:20px;
}

.listAlimente .alimenteFooter a {
  color:#ffffff;
}


.listAlimente .alimentItem > div {
    background: #ffe9fb;
    padding: 15px 8px;
    border-bottom: 1px dotted #ccc;
}

.listAlimente .alimentItem .gramaj {
  padding:8px 8px;
}

.listAlimente .alimentItem.totals {
  font-weight: bold;
}

.meniulMeu .aliment {
  font-size:13px;
  padding-bottom:17px !important;
}

.meniulMeu .stergeMeniu {

}

.meniulMeu .stergeMeniu i {
    color: #ff0000;
    font-size: 17px;
    float:left; 
}

.meniulMeu .stergeMeniu i:hover {
  color:#d40a0a;
  cursor: pointer;
}

.meniulMeu .modificaMeniu {
  margin-left:5px;
}

.meniulMeu .modificaMeniu i {
    color: #378000;
    font-size: 17px;
    float: left;
    margin-left:17px;
}

.meniulMeu .modificaMeniu i:hover {
  color:#5ccc08;
  cursor:pointer;
}

.listAlimente .alimentItem .addToMenu {
  text-align: center;
}

.listAlimente .alimentItem .addToMenu i {
    color: #4eb54c;
    font-size: 17px;
    cursor: pointer;
}

.listAlimente .alimentItem .addToMenu i:hover {
  color:#47cc44;
}

.listAlimente div {
  text-align: left;
}

.detaliiCategorie .form-box,
.detaliiAliment .form-box {
  padding-top: 20px;
}

.detaliiCategorie .listAlimente,
.detaliiAliment .listAlimente {
    padding-top: 10px;
    border: 1px solid #ccc;
    padding-left: 10px;
    margin-left: 10px;
    border-radius: 5px;
    margin-bottom:30px;
    text-align: left;
}

.detaliiCategorie .listAlimente h4,
.detaliiAliment .listAlimente h4 {
  text-align: left;
  font-size:18px;
  margin-bottom:20px;
}

.detaliiCategorie .listAlimente ul,
.detaliiAliment .listAlimente ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    margin-top:20px;
    margin-bottom:10px;
}

.detaliiCategorie .listAlimente ul li,
.detaliiAliment .listAlimente ul li {
    text-align: left;
    display: inline-flex;
    padding-bottom: 5px;
    padding-right: 5px; 
}

.detaliiCategorie .ultimele_alimente,
.detaliiAliment .ultimele_alimente {
  background: #ffe9fb;
}

.detaliiCategorie .ultimele_alimente div,
.detaliiAliment .ultimele_alimente div {
    padding: 0px;
    margin-bottom: 8px;
    border-bottom: 1px dotted#ccc;
    padding-bottom: 5px;
}

.detaliiCategorie a {
  color:#154a7e;
}

.alimenteItems h3 {
    font-size: 16px;
    margin-top: 15px;
    float: left;
    padding-left: 15px;
}

.detaliiAliment .listAlimente {
    padding-top: 10px;
    border: 1px solid #ccc;
    padding-left: 10px;
    margin-left: 10px;
    border-radius: 5px;
    margin-bottom:20px;
    margin-top:20px;
    text-align: left;
}

.detaliiAliment .calorii_gramaje .gramaj {
    font-size: 20px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 7px;
    margin-bottom: 15px;
}

.detaliiAliment .calorii_gramaje .gramaj i {
    color: #4eb54c;
    font-size: 19px;
    cursor: pointer;
    margin-right:10px;
}

.detaliiAliment .calorii_gramaje .calorii ul  {
  list-style: none;
}

.detaliiAliment .calorii_gramaje .calorii ul li {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}

.detaliiAliment .calorii_gramaje .calorii ul li span {
  float:right;
}

.detaliiAliment .alteAlimente {
  background:#ffe9fb;
}

.detaliiAliment .alteAlimente ul {
  list-style: none;
  padding:0px;
  margin-bottom:15px;
  margin-top:20px;
}

.detaliiAliment .alteAlimente ul li {
    width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ccc;
    padding-top: 5px;
}

.detaliiAliment .alteAlimente ul li a {
    font-size: 15px;
    font-weight: 600;
    margin-right:10px;
}

.detaliiAliment .adaugaInMeniu {
  margin-bottom:20px;
  font-size:19px;
  cursor: pointer;
}

.detaliiAliment .adaugaInMeniu:hover {
  text-decoration: underline;
}

.detaliiAliment .adaugaInMeniu i {
    color: #4eb54c;
    font-size: 21px;
    cursor: pointer;
    margin-right:10px;
}


.popup_gramaj,
.popup_msg {
    background: rgba(0,0,0,0.4);
    width: 100%;
    height: 100vh;
    z-index: 999;
    position: fixed;
    display:none;
}

.popup_gramaj .closePopup {
  position: absolute;
  right: 4px;
  top: 3px;
  cursor: pointer;
  z-index:99;
}

.popup_gramaj .closePopup i {
    font-size: 20px;
    color: #ff0000;
    
}

.popup_gramaj .closePopup:hover > i {
  color:#c30808;
}

.popup_gramaj .content,
.popup_msg .content {
    width: 400px;
    height: 170px;
    background: #ffffff;
    top: 25%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 10px;
}

.popup_gramaj .content > div {
    margin-bottom: 20px;
}

.popup_gramaj .numeAliment {
    font-size: 17px;
    height: 30px;
    color: #154a7e;
    line-height: 20px;
}

.popup_gramaj .numeAliment span {
  font-weight: 600;
}

.popup_gramaj .gramaj span {
    float: left;
    margin-left: 10px;
    margin-top: 3px;
}

.popup_gramaj input[type="text"] {
  float:left;
  width:100px;
}

.popup_gramaj button:hover {
  background:#178a35;
}

.popup_msg .success {
    font-size: 21px;
    padding-top: 30px;
    color: #154a7e;
}

.reseteazaMeniu {
  margin:10px 0px;
  font-size:16px;
}

.reseteazaMeniu:hover {
  text-decoration: underline;
  cursor: pointer;
}

.reseteazaMeniu i {
  color:#ff0000;
  font-size:17px;
}

.salveazaMeniu {
  margin:10px 0px;
  font-size:16px;
}

.salveazaMeniu:hover {
  text-decoration: underline;
  cursor: pointer;
}

.salveazaMeniu div {
  text-align: right;
}

.alimenteBody {
  padding:10px 0px;
}

.download_regim i {
  font-size:23px;
  color: #da2121;
}

.regimuriDisponibile {
    margin-top: 10px;
    background: #eee;
    margin: 20px 15px 20px 15px;
    width: 97%;
    padding: 5px 10px;
}

@media screen and (min-width: 1540px) {
	header.shrink h2.nav-brand {
	    position: fixed;
	    left: 10px;
	}

	header.shrink #main-menu .last_menu {
	    position: fixed;
	    top: 36px;
	    right: 50px;
	    transform:none;
	    transition: none;
	}
}

@media screen and (max-width: 991px) {
	#main-menu {
		margin-top:57px;
	}
	#main-menu li.item a {
		color:#154a7e;
		text-align: left;
		white-space: nowrap;
	}
	#main-menu .last_menu {
		background: #ce57bb;
    	width: 100%;
    	border-radius: 5px;
		margin-top: 9px;
    	padding: 2px 5px;
	}
	#main-menu .last_menu ul li {
		background: #154a7e;
		border-bottom: 1px solid #fff;
	}
	#main-menu .last_menu ul li a {
    	color: #ffffff;
    	padding: 10px 0px;
	}
	.nav-brand a {
		padding:0px;
	}
	header.shrink #main-menu .last_menu {
		right:0px;
		left:0px;
    	position: absolute;
    	top: -65px;
    	margin-top:13px;
	}

	header.shrink #main-menu {
		margin-top:64px;
	}
}




/* Image Upload */

.uploadArea {
	width:65%;
	margin:0 auto;
}

.editItemForm .uploadArea {
	width:100%;
}

.uploadArea.Logo .imgUp{
	float:none;
	margin:0 auto;
}


.uploadArea .imagePreview {
    width: 100%;
    height: 180px;
    background-position: center center;
  background:url(http://cliquecities.com/assets/no-image-e3699ae23f866f6cbdf8ba2443ee5c4e.jpg);
  background-color:#fff;
    background-size: cover;
  background-repeat:no-repeat;
    display: inline-block;
  box-shadow:0px -3px 6px 2px rgba(0,0,0,0.2);
}
.uploadArea .btn-primary
{
  display:block;
  border-radius:0px;
  box-shadow:0px 4px 6px 2px rgba(0,0,0,0.2);
  margin-top:5px;
  width:100%;
}
.uploadArea  .imgUp
{
  margin-bottom:25px;
  max-width: 200px;
}
.uploadArea  .del,
.uploadArea  .delUpload,
.uploadArea  .delLogo
{
  position:absolute;
  top:0px;
  right:15px;
  width:30px;
  height:30px;
  text-align:center;
  line-height:30px;
  background-color:rgba(255,255,255,0.6);
  cursor:pointer;
}
.uploadArea .imgAdd
{
  width:30px;
  height:30px;
  border-radius:50%;
  background-color:#4bd7ef;
  color:#fff;
  box-shadow:0px 0px 2px 1px rgba(0,0,0,0.2);
  text-align:center;
  line-height:30px;
  margin-top:0px;
  cursor:pointer;
  font-size:15px;
  float:left;
}

.uploadArea .success {
    background: #1c8a00;
    border: 1px solid #1c8a00;
}

.uploadArea label {
    float: left;
    width: 100% !important;
    color: #ffffff !important;
    text-align: center !important;
}

.uploadArea label:hover {
	background:#1b81d8;
}

.nopadding {
	padding:0px !important;
}

.banner-content-section {
	padding-top:130px;
}

.trainer-box-content:hover {
	cursor: pointer;
}

.trainer-box-content a {
	color:#ffffff;
}

.trainer-box {
	height: 432px;
	border:1px solid #ccc;
	border-radius:10px;
}

.trainer-box .trainer-img img {
	width: 100%;
	height: 430px;
	object-fit: cover;
	object-position: top;
	border-radius:10px;
}

.trainers-tag-name h2 {
 	padding:16px 20px;
 }

.itemDetails .itemGallery .grid {
	height: 460px;
	overflow-x: hidden;
    overflow-y: scroll;
    padding:0px;
    }

  .itemDetails .itemGallery .grid ul {
  	list-style: none;
  	padding:0px;
  }
  .itemDetails .itemGallery .grid ul li {
		border: 1px solid #ccc;
	    width: 152px;
	    margin-bottom: 5px;
	    border-radius: 10px;
  }

 .itemDetails .itemGallery .grid img {
	width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 10px;
    opacity: 0.5;
    box-shadow: 0px 0px 5px #154a7e;
 }

  .itemDetails .itemGallery .grid img:hover {
    opacity: 1;
    cursor: pointer;
    box-shadow: 0px 0px 10px #c353da;
  }


  .itemDetails .arrowUp,
  .itemDetails .arrowDown {
	position: absolute;
    z-index: 99;
    text-align: center;
  }


  .itemDetails .itemGallery i {
    font-size: 26px;
    color: #be96d4;
  }

  .itemDetails .itemGallery i:hover {
  	color: #b255e5;
  	cursor: pointer;
  }

   .itemDetails .arrowUp {
   	top:-30px;
   	left:65px;
   }

   .itemDetails .arrowDown {
   	bottom:-30px;
   	left:65px;
   }


  .itemDetails .itemGallery .mainImage .imgBox {
    border: 1px solid #ccc;
    width: 100%;
    height: 466px;
    border-radius: 10px;
    box-shadow: 0px 0px 4px #a257ef;
  }

  .itemDetails .itemGallery .mainImage .imgBox img {
    width: 100%;
    height: 461px;
    object-fit: cover;
    object-position: top;
    border-radius: 10px;
  }

   .itemDetails h2.name {
    	font-size: 23px;
    	color: #a556ed;
    	font-weight: bold;
    }

 .contact_details {
    font-size: 16px;
    line-height: 27px;
 }

  .contact_details a {
  	color: #194a7f;
  }

 .contact_details b {
 	color: #bb54e0;
 }

 .itemDetails .descArea {
 	padding:0px;
 	margin-top:40px;
 	margin-left:-15px;
 }

 .itemDetails .descArea h2 {
 	color: #bb54e0;
    font-size: 25px;
 }

 .itemDetails #descriere {
 	margin-top:20px;
	color: #194a7f;
	padding:0px;
 }

 .servicii ul {
 	list-style: none;
 }

  .servicii ul li {
  	line-height: 26px;

    text-transform: capitalize;
  }

 .servicii h3 {
 	font-size:20px;
 	color:#bb54e0;
 }

 .servicii .servIcon {
    color: #9757f5;
    margin-right: 8px;
 }

 .itemLogo {
 	margin-bottom:20px;
 	padding:0px;
 }

 .itemLogo img {
 	height: 100px;
 }

 .despre p {
 	font-size:14px;
 }

 .footer-subscribe .input-img {
 	top:52.5%;
 	cursor: pointer;
 }

 .about-img img {
 	width:100%;
 }

 .loading {
    text-align: center;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99;
    background: rgba(225, 95, 183,0.3);
    display:none;
 }

 .loading img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 40%;
    width: 150px;
 }


.errorLogin {
	font-weight: bold;
    color: #ff0000;
}

.confirmMsg {
	display: none;
	background: #34d200;
    padding: 10px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}

header.shrink #main-menu .editeazaProfil {
	position: fixed;
	top:36px;
	right:180px;
}

@media screen and (max-width: 480px) {

.service-box .register_banner {
	margin-top:20px;
}

.services-section {
	margin-top:280px;
}

.servicesRow {
	margin:0px;
}

section.hero-about {
	margin-top:0px !important;
}

.about-header h1 {
	font-size:28px !important;
}

.footer-subscribe .card-box {
	width: 90% !important;
	left:5% !important;
	padding: 10px 0px;
}

.footer-subscribe .card-box-title h1 {
	font-size:18px !important;
}

.footer-subscribe input.card-input {
	width:85% !important;
	padding-right: 12%;
}

.footer-subscribe .input-img {
	top: 48%;
    left: 83%;
}

.footer-nav ul {
	width:85%;
}
.footer-nav ul li {
	width:100%;
}

.banner-img-section h2 {
	font-size:43px;
	line-height: 52px;
}

.banner-content-section {
	padding-top:73px;
}

.itemDetails .itemGallery .grid {
	margin-bottom:20px;
 overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  height: auto;
  margin-left:5%;
}

.itemDetails .arrowUp,
.itemDetails .arrowDown {
	display: none;
}

.itemDetails .itemGallery .grid ul li {
	display:inline-block;
}

.itemDetails .itemGallery  {
	margin-bottom:30px;
}

.itemDetails .itemLogo {
	text-align: center;
}

.itemDetails .descArea {
	margin-left:0px;
}

.servicii ul li {
	width:100%;
}

footer {
	padding-top:0px;
	margin-top:50px;
}

.form-box {
	width:100%;
}
.form-box input.card-input, .form-box textarea.card-input, .form-box select.card-input {
	width: 90%;
}

.form-box .card-box-title h1 {
	font-size:23px;
}

.form-area .card-box-input label {
	width: 100%;
	text-align: center;
}

.form-area .servicii {
	width:80%;
}

.form-area .addServiciuPersonalizat input[type="text"] {
    width: 100%;
    margin-bottom: 10px;
}

.form-box .card-box-content {
	width:93%;
}

.LoginBtn,
.editeazaProfil {
	background: #ce57bb !important;
    width: 100% !important;
    border-radius: 5px !important;
    margin-top: 9px !important;
    padding: 2px 5px !important;
    right: 0 !important;
    top: -9px !important;
}

#main-menu .item:first-child {
	margin-top:50px !important;
}

.uploadArea .imgUp {
	margin-bottom:80px;
}

.register-header-banner-section {
	min-height: 100px;
}


}