


/* utile login */

#login-overlay-cont h3 {
        font-size: 24px;
    color: #31363d;
    font-family: lato;
    padding-bottom: 20px;
}

#login-overlay-cont input#login-name,
#login-overlay-cont input#login-pass, #login-overlay-cont input#recpar-mail {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: lato;
    font-size: 14px;
    color: #31363d;
    padding: 8px 12px;
    display: block;
    border: solid 1px #d3dae1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    margin-bottom: 15px;
}

#login-overlay-cont #exit-login {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -moz-transition: background .3s linear;
    -o-transition: background .3s linear;
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 28px;
    height: 28px;
    background-color: #31363d;
    text-align: center;
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding-top: 2px;
    padding-left: 1px;
    border: solid 2px #fff;
}


#login-overlay-cont  .new-account {
    display: inline-block;
    font-size: 16px;
    color: #3b6daa;
    text-decoration: none;
    padding: 11px 20px;
}


#login-overlay-cont label {
        font-size: 14px;
    color: #111;
    display: inline-block;
    padding-bottom: 7px;
}


#login-overlay-cont .forgot-password {
    float: right;
}

#login-overlay-cont .atention {
    margin:  0 0 15px 0;
    font-size: 12px;
    padding: 5px 15px;
    background-color: #fff5f1;
    border: solid 1px #ffd8c8;
}



#login-overlay-cont  #login-submit
{
    transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -moz-transition: background .3s linear;
    -o-transition: background .3s linear;
    float: left;
    background-color: #5ca544;
    padding: 8px 35px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border: 0;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 10px 0 rgba(92,165,68,0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(92,165,68,0.2);
    box-shadow: 0 0 10px 0 rgba(92,165,68,0.2);
}



.new-account-message {
    display: block;
    clear: both;
    background-color: #f7f7f7;
    padding: 15px;
    margin: 0 -25px;
}



/* end utile login */
















.add-comment {
    margin: 30px 0;
    background: #f6f6f6 url(../images/opinii.jpg) no-repeat;
    height: 206px;
    padding-left: 300px;
    font-family: lato;
}

.add-comment h2 {
    font-size: 20px;
    color: #222;
    line-height: 22px;
    padding-top: 25px;
}

.add-comment p {
    font-size: 16px;
    color: #31363d;
    padding-top: 10px;
}

div#content.utile .add-comment .acceseaza-cont {
    transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -moz-transition: background .3s linear;
    -o-transition: background .3s linear;
    float: left;
    background-color: #5ca544;
    padding: 8px 35px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border: 0;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 10px 0 rgba(92,165,68,0.2);
    -moz-box-shadow: 0 0 10px 0 rgba(92,165,68,0.2);
    box-shadow: 0 0 10px 0 rgba(92,165,68,0.2);
}

div#content.utile .add-comment .acceseaza-cont:hover {
    background-color: #61b146;
    text-decoration: none;
}

div#content.utile .add-comment .cont-nou {
    display: inline-block;
    font-size: 16px;
    color: #3b6daa;
    text-decoration: none;
    padding: 8px 20px;
}

div#content.utile .add-comment .cont-nou:hover {
    text-decoration: underline;
}






#utile-home #top_nav,
#utile-home #main_nav {
    width: 984px;
}

#utile-home ::-webkit-input-placeholder {
  color: #777;
}
#utile-home ::-moz-placeholder {
  color: #777;
}
#utile-home :-ms-input-placeholder {
  color: #777;
}
#utile-home :-moz-placeholder {
  color: #777;
}

#utile-home .pb30 {
    padding-bottom: 30px;
}

.homepageutile {
    font: 16px/20px lato, Helvetica, Arial, sans-serif;
    width: 1004px;
    margin: 0 auto;
}

.utile-header {
	width: 100%;
    max-width: 984px;
	padding-top: 10px;
	padding-bottom: 40px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
	background-color: grey;
}

.utile-header .inner {
	width: auto;
}

@media only screen and (min-width: 984px) {
	.utile-header {
		background: url(../images/utile.jpg) no-repeat center center;
	}
}

#searchServ {
	width: 100%;
    max-width: 900px;
    margin: 40px auto;
}

#searchServ input {
    display: block;
    border: 0;
    height: 40px;
    padding: 0 10px;
}

.search-words {
    width: 100%;
    float: left;
}

.search-cities {
    width: 100%;
    float: left;
    position: relative;
	margin-top: 5px;
	margin-bottom: 5px;
}
@media only screen and (min-width: 900px) {
	.search-words {
		width: 50%;
	}
	.search-cities {
		width: 40%;
		margin-top: 0;
		margin-bottom: 0;
	}
	.search-cities::after {
		content: "|";
		color: #999;
		position: absolute;
		left: 0;
		top: 11px;
		font-size: 16px;
	}
}

#searchServ .search-cities input {
    padding-left: 20px;
}

.search-words input,
.search-cities input {
    width: 100%;
}

#categ-btn-search {
	margin: 5px auto;
    width: 10%;
    background: #5ba444 url('../images/search.png') center center no-repeat;
    outline: none;
    cursor: pointer;
}
@media only screen and (min-width: 900px) {
	#categ-btn-search {
		float: left;
		margin: 0;
	}
}

#categ-btn-search:hover {
    background: #65b54c url('../images/search.png') center center no-repeat;
}


.utile-suggestions.active {
    display: block;
}

.utile-suggestions {
    background-color: #fff;
    width: 400px;
    position: absolute;
    border-top: solid 1px #ddd;
    z-index: 10;
    display: none;
}

.utile-suggestions li {
    font-size: 16px;
    padding: 6px 10px;
    cursor: pointer;
    line-height: 22px;
}

.utile-suggestions li:hover {
    background-color: #F1F1F1;
}

.utile-suggestions li span {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: 100%;
    position: relative;
    top: 2px;
    margin-right: 5px;
}

.petreceri-icon {
    background: url("../images/icons/cake.png") no-repeat;
}

.joaca-icon {
    background: url("../images/icons/51.png") no-repeat;
}

.cursuri-icon {
    background: url("../images/icons/129.png") no-repeat;
}

.cabinete-icon {
    background: url("../images/icons/72.png") no-repeat;
}

.medici-icon {
    background: url("../images/icons/74.png") no-repeat;
}

.banci-icon {
    background: url("../images/icons/51.png") no-repeat;
}

.maternitati-icon {
    background: url("../images/icons/70.png") no-repeat;
}

.spitale-icon {
    background: url("../images/icons/76.png") no-repeat;
}

.gradinite-icon {
    background: url("../images/icons/59.png") no-repeat;
}

.babysitting-icon {
    background: url("../images/icons/crawling.png") no-repeat;
}

.utile-filter {
    display: block;
    clear: both;
    padding-top: 20px;
    padding-bottom: 10px;
}

.utile-filter h2 {
    font-size: 20px;
    color: #000;
    padding: 5px 0 0 0;
    text-align: center;
}

.utile-filter .utile-filter-item {
    margin: 20px 20px 0 0;
    float: left;
    width: 22.9%;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
}

.utile-filter .utile-filter-item p {
    padding: 5px 10px 15px 10px;
    margin-top: 0;
    font: 14px/16px lato, Helvetica, Arial, sans-serif;
}

.utile-filter .utile-filter-item img {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.utile-filter .utile-filter-item span {
    font: 16px/20px lato, Helvetica, Arial, sans-serif;
    text-align: center;
    padding: 10px 3px;
    display: block;
    color: #474747;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.utile-filter .utile-filter-item:hover {
    box-shadow: 0 6px 12px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.1);
}

.utile-filter .utile-filter-item a:hover {
    text-decoration: none;
}

.utile-filter .utile-filter-item a:hover span {
    color: #3B6DAA;
}


.utile-filter .utile-filter-item span.align-left {
    text-align: left;
    padding: 10px 10px 0 10px;
    color: #3B6DAA;
}

.utile-filter .utile-filter-item .serv-rating {
    margin-left: 5px;
}

#utileabovecontent {
    float: right;
    padding: 20px 20px 0 0;
}

div#utileabovecontent a {
    font-weight: bold;
    font-size: 13px!important;
    text-shadow: 1px 1px 2px #777;
    color: #fff;
}

#utileabovecontent li {
    padding: 0 5px;
    float: left;
}

#utileabovecontent .offer a {
    border-radius: 2px;
    padding: 6px 15px;
    background-color: #5ba444;
    color: #fff;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    transition: background-color 200ms linear ;
}

#utileabovecontent .offer a:hover {
    background-color: #fff;
    color: #474747;
    text-decoration: none;
    text-shadow: initial;
}


















/* utile login fara homepage */

.utile #utileabovecontent {
    position: relative;
    background-color: #f7f7f7;
    padding: 10px;
    float: none;
    text-align: center;
    margin-bottom: 15px;
}

.utile div#utileabovecontent #login-btn,
.utile div#utileabovecontent #adauga-btn {
    color: #333;
    text-shadow: none;
    font-weight: normal;
    font-size: 15px!important;
}

.utile div#utile-calltoaction {
    top: 42px;
    right: initial;
}

.utile #utileabovecontent li a#adauga-btn {
    background-color: #089de3;
    text-decoration: none;
    color: #fff;

}

.utile #utileabovecontent li {
    float: none;
    display: inline-block;
}

div#content.utile p {
    color: #fff;
}

/* end utile login fara homepage */


#utileabovecontent #login-btn {
    color: #fff;
    padding: 8px;
}

#utileabovecontent #adauga-btn {
    padding: 8px;
    color: #fff;
    border-radius: 4px;
}

div#utile-calltoaction {
    top: 40px;
    right: 15px;
    display: none;
}

a#login-btn:after {
    display: none;
}

#logedin {
    text-align: right;
    float: right;
    padding: 15px 15px 0 0;
}

 #logedin #intro-mess {
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    float: right;
    margin-top: 2px;
    text-shadow: 1px 1px 2px #777;
 }

 #logedin ul li a {
    display: block;
    height: 19px;
    width: 19px;
    background: url("../images/small-menu.png");
    opacity: 1;
    float: left;
 }

 #logedin ul li > span {
    position: absolute;
    bottom: -30px;
    padding: 4px 8px;
    background: #fff;
    border: 0;
    display: none;
    white-space: nowrap;
    z-index: 2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 10.5px;
    font-weight: normal;
    margin-left: -5px;
}

div#utileabovecontent a#adauga-btn-inside {
    padding: 7px 10px;
}

.menu-bar {
    text-align: center;
    padding: 20px 0 0 0;
    margin-bottom: 10px;
    border-bottom: solid 1px #ddd;
}

.menu-bar li,
.menu-bar li a {
    display: inline-block;
}

.menu-bar li {
    padding: 0 5px;
}

.menu-bar li a {
    padding: 6px;
    font-size: 15px!important;
    font-weight: 400;
    border-bottom: solid 2px #FFF;
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    transition: all 150ms linear;
}

.menu-bar li a:hover {
    text-decoration: none;
    border-bottom: solid 2px #3B6DAA;
}

#logedin ul#logedin-menu {
    float: right;
    margin-left: 15px;
}
#logedin ul li {
    display: inline-block;
    position: relative;
    z-index: 8;
    margin-right: 5px;
}

 #user {

 }
 #logedin ul li a#linotificari {
    background-position: -20px 0px;
    width: 18px;
 }
  #logedin ul li a#liservicii {
    background-position: -80px 0px;
    width: 25px;
 }
  #logedin ul li a#lisetari {
    background-position: -37px 0px;
    width: 25px;
 }
 #logedin ul li a#lidelogare {
    background-position: -61px 0px;
 }
 #logedin ul li a:hover {
    opacity: 1;
 }

 #logedin ul li:hover > span {
    display: block;
    left: -20px;
 }


#logedin ul li a#linotificari span.notifnr {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: red;
    color: #fff;
    width: 10px;
    font-size: 10px;
    top: -8px;
    right: -5px;
    position: absolute;
    padding: 2px;
    padding-left: 0px;
  }

 a.utStpcontinue {
    background: #5AA645;
    padding: 5px 10px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 14px !important;
    display: inline-block;
    margin-bottom: 10px;
    text-decoration: none;
}

 a.utStpcontinue:hover {
    background: #3DAE1E;
 }


.top-suggestions {
	width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.top-suggestions ul {
    text-align: center;
}

.top-suggestions li {
    display: inline-block;
    padding: 5px;
    margin: 5px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.top-suggestions li.last::after {
        content: "⯆";
    font-size: 9px;
    position: relative;
    top: -1px;
    margin-left: 2px;
}

.top-suggestions li:hover {
    text-decoration: underline;
}

.top-suggestions li.last:hover {
    text-decoration: none;
}










































/*RESET MARING AND PADDING*/
* {
    margin: 0px;
    padding: 0px;
}
/********************************   NEW DESIGN UTILE *********************************************/
html, body {
height: 100%;
min-height: 100%;
}


body {
    font-family: Arial;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

body:after {
    background-image: none !important;
    content: ''  !important;
    display: block !important;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: fixed;
    background-color: #fff !important;
}
div#content.utile {
    max-width: 985px;
    margin: 0 auto;
    font-family: Arial;
    font-size: 12px;
    line-height: 1.4em;
}
div#content.utile #content-holder {
    padding:  0px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    color: #474747;
    min-width: 985px;
}
div#content.utilecontnou {
    width: 100%;
    background: #fff;
    color: #474747;
    font-family: Arial;
}

#global_container {background: #fff; overflow: hidden;}

div#content.utile br,
div#content.utilecontnou br  {
    display: inline-block;
}

div#utile-calltoaction p {
    color: #fff;
}

div#content.utile p,
div#content.utilecontnou p {
    margin-top: 5px;
    line-height: 22px;
    margin-bottom: 0;
    font-family: Arial;
    font-size: 15px;
    color: #222;
}

.center {text-align: center;}
a.img {
    border: none;
}

ul li {
    list-style-type: none;
}

a,a:visited {
   text-decoration: none;
   color: #3B6DAA;
}

a:hover {
    text-decoration: underline;
}
b {font-weight: bold;}

#holder {
    width: 984px;
    margin:0 auto;
}
.clear {
    display: block;
    clear: both;
    display: block;

}


#left-col {
    width:674px;
    float:left;
    border-top: 1px solid #f7f7f7;
    padding: 15px 10px 50px;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.homepageutile #left-col {
    padding: 10px 0px;
}
#left-col:before {
        position: absolute;
    content: '';
    right: 100%;
    top: -1px;
    width: 1000%;
    height: 1px;
    background: #f7f7f7;
}
#right-col {
    width:310px;
    float: left;
    background: #f7f7f7;
    padding-top: 15px;
    position: relative;
    padding-bottom: 50px;
    overflow: visible !important;

}
#right-col:after {
    position: absolute;
    content: '';
    left: 100%;
    top: 0px;
    width: 1000%;
    height: 100%;
    background: #f7f7f7;
}
#content {
    padding-bottom: 0px;
}
footer {
    margin-top: 0px;
}



.fixed {
    position: fixed !important;
    top: 0px;
}
div.double_hr {
    height: 3px;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    margin: 10px 10px;

    }

/******************************     PAGINA HOMEPAGE    ******************************/

/*Breadcrumbs*/
div.breadcrumb {
    height: 21px;
    display: block;
    padding: 5px 0px 0px;
    color: #000;
}
div.breadcrumb ul li{
    display: inline-block;
    color: #5B5B5B;
}
div.breadcrumb a {
    color:  #5B5B5B;
}



.zona-serv {
    width: 494px;
    float: left;
    padding: 10px;
        box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;



}

/*MENIU CATEGORII*/
#meniu-categ {
    width: 180px;
    max-width: 180px;
    float: left;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;    border: 1px solid #ccc;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-bottom: none;
}
#meniu-categ ul{
    margin: 0px;
    padding: 0px;

}
#meniu-categ ul#meniu-categ-list li {
    list-style-type: none;
    position: relative;
}
#meniu-categ ul#meniu-categ-list li:hover {
    cursor: pointer;
    }
#meniu-categ ul#meniu-categ-list li.parent-cat {
    font-size: 14px;
    color: #86acdb;
    padding: 8px 0px 8px 35px;
    border-bottom: 1px solid #ccc;
    position:relative;
    font-weight: 300;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 5px 5px;
}
#meniu-categ ul#meniu-categ-list li.parent-cat > a {
    font-size: 14px;
}
#meniu-categ ul#meniu-categ-list > li.active:after {
    display: block;
    position: absolute;
    content: '';
    width: 9px;
    height: 21px;
    right: -9px;
    top: 7px;
    background: url('../images/cat-btn-arrow.png') left top no-repeat;;
}

#meniu-categ ul#meniu-categ-list li > ul {
    margin-top: 5px;
}
#meniu-categ ul#meniu-categ-list li ul > li.child-cat {
    font-size: 12px;
    margin-left: -20px;
    color: #474747;
    padding: 4px 0px;
    font-weight: normal;
}
#meniu-categ ul#meniu-categ-list li ul > li.child-cat a {
    color: #474747;
}
/**************************** ICONS MENIU CATEGORII LEFT******************************/
/*ul#meniu-categ-list > li:before {
    display: inline-block;
    content: '';
    position: absolute;
    left: 5px;
    top: 5px;
    height: 20px;
    background-size: contain;
    background-position: left;
    width: 20px;
    background-repeat: no-repeat;
}
*/
    ul#meniu-categ-list > li#maternitati-btn:before {background-position:0px -20px ;}
     ul#meniu-categ-list > li#celule-stem-btn:before {background-position:-45px -20px ;}
     ul#meniu-categ-list > li#spitale-btn:before {background-position:-22px -20px ;}
     ul#meniu-categ-list > li#medici-btn:before {background-position:-191px -20px ;}
     ul#meniu-categ-list > li#cabinetepsih-btn:before {background-position:-118px -20px ;
     width: 25px;}
     ul#meniu-categ-list > li#gradinite-btn:before {background-position:-144px -20px ;
     width: 25px;}
     ul#meniu-categ-list > li#baschool-btn:before {background-position:-66px -20px ;}
     ul#meniu-categ-list > li#cursuri-btn:before {background-position:-215px -20px ;
     width: 25px;}
     ul#meniu-categ-list > li#locurijoaca-btn:before {background-position:-239px -20px ;
     width: 25px;}
     ul#meniu-categ-list > li#petreceri-btn:before {background-position:-168px -20px ;
     width: 25px;}


/* END ICONS MENIU CATEGORII LEFT*/



#meniu-categ ul#meniu-categ-list li#toate-categ-btn {
    padding: 10px;
    font-size: 14px;
    color: #fff;
    background: #089de3 !important;
    font-weight: bold;
    width: 160px;
    margin-left: -1px;
    position: relative;
    box-sizing:initial;
}
#meniu-categ ul#meniu-categ-list li#toate-categ-btn:before {
    left: auto;
    right: 10px;
    top: 8px;
    background-position: -20px 0px;
}
#meniu-categ ul#meniu-categ-list li#toate-categ-btn.showing:before {
      background-position: -40px 0px;
}




/*LISTAREA TUTUROR CATEGORIILOR*/

#toate-categ {
    clear: both;
    border:1px solid  #eeeeee;
    border-top: 5px solid #86acdb;
    border-bottom: 5px solid #eeeeee;
    width: 664px;
}
div.tc-col {
    padding: 10px;
    float: left;
        box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    max-width: 25%;
    position: relative;
}
div.tc-col:nth-child(4):after {
    display: none;
}

div.tc-col:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 200px;
    right: 0px;
    top: 25%;
    background: #ececec;
}

div.tc-col h3 {
    color: #3b65a7;
    font-size: 18px;
    margin: 15px 0px;
    font-weight: normal;
    }
div.tc-col ul.tc-el li {
    padding: 5px 0px;
}
div.tc-col ul.tc-el li a {
    text-decoration: none;
    font-size: 13px;
    color: #474747;
    padding: 10px 0px 10px 10px;
    margin: 10px 0px;

}
div.tc-col ul.tc-el li a:hover {
    text-decoration: underline;
}
div.tc-col ul.tc-el li a.cat-title {
    font-weight: bold;
    padding: 10px 0px;
}



.list-serv {
    margin: 10px 0px;
}
.zona-serv {
    display: none;
}
.zona-serv.active {
    display:block;
}

.serv-img-holder {
    width: 100px;
    float: left;
    margin-right: 10px;
    display: table;
    border: 1px solid #F5F5F5;
    text-align: center;
    background: #F3F3F3;
}
.serv-img-holder > a {
    display: table-cell;
    vertical-align: middle;
    max-height: 100px !important;
    max-width: 100px !important;
    overflow: hidden;
}

.serv-unit {
    padding-bottom: 12px;
    border-bottom: 1px solid #f7f7f7;
    margin-top: 12px;
}
.serv-unit:last-of-type {
    border-bottom: 0px;
}

.serv-img-holder img {
    height: auto;
    max-width: 100px;
}
#list-serv .serv-unit:last-child {
    border-bottom: none;
}

.serv-unit h3 {
    color: #3B6DAA;
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 16px;
}
/*RATING*/
.serv-rating {
    font-size: 11px;
    padding: 2px 0px 2px 80px;
    background: url('../images/rating.png') left top no-repeat;
    display: inline-block;
    margin: 5px 0px;
    font-style: italic;
    color: #474747;
    height: 10px;
    line-height: 1.2em;
    box-sizing: initial;
}
.serv-rating.r5 {background-position: 0px -80px;} /* -80px */
.serv-rating.r4 {background-position: 0px -64px;} /* -80px */
.serv-rating.r3 {background-position: 0px -48px;} /* -80px */
.serv-rating.r2 {background-position: 0px -32px;} /* -80px */
.serv-rating.r1 {background-position: 0px -15px;} /* -80px */
.serv-rating.r0 {background-position: 0px 0px;} /* -80px */

p.serv-desc {
    margin-toP:5px;
    color: #474747;
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 15px;
}
.serv-rating.detail-page {

    display: block;
}
/*Listare Oferte*/
span.oferta-date {
font-size: 13px;
}
label.param-oferta {
    font-weight: bold;
}

div#oferte-similare {

}
div#oferte-similare div.categ-serv-unit:hover {
    background: #FCFCFC;

}
div#oferte-similare > h2 {
        font-weight: normal;
    color: #696969;
    margin-bottom: 15px;
    font-size: 22px;
}


/*RIGHT COLLUMN*/

#right-col div.modul h2 {
    font-weight: normal;
    color: #696969;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 1em;
}

#right-col > div {
    margin-left: 20px;
}
#right-col div.modul {
    border-bottom: 4px double #d4d4d4;
    margin-bottom: 20px;

}
div#detalii-info h3
#detalii-serviciu div#detalii-info > h3,
#detalii-serviciu div#detalii-info > h3 > a {
   color: #3B6DAA ;
    font-weight: normal;
    margin-bottom: 0px;
    font-size: 18px;
    margin-left: 0px;
}
#detalii-serviciu div#detalii-info > p {
    color: #474747;
}

#detalii-serviciu div#detalii-info > div.serv-rating {margin-bottom: 10px;}
#detalii-serviciu div#detalii-info > a { display: inline-block; margin: 5px 0px; font-weight: bold;}

div.modul.whitebg{
        background: #fff;
    padding: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin-left: 10px !important;
    border: none !important;
}

#right-col > div#ofertele-sapt div.oferta {
    padding: 15px 0px;
    border-bottom: 1px solid #d4d4d4;

}
#right-col > div#ofertele-sapt div.oferta a.of-img-link {
    width: 40px;
    height: 40px;
    display: inline-block;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    border: 1px solid #D1D1D1;
    display: table-cell;
    vertical-align: middle;
}
#right-col > div#ofertele-sapt div.oferta img {
    float: left;
    margin-top: 0px;
    }
#right-col > div#ofertele-sapt div.oferta div.oferta_info {
    display: table-cell;
    padding-left: 10px;
}
#right-col > div#ofertele-sapt div.oferta h4 {
    color: #3B6DAA;
    font-size: 14px;
    }
#right-col > div#ofertele-sapt div.oferta p {
    color: #474747;
    font-size: 13px;
    font-weight: bold;
    }
#right-col > div#ofertele-sapt div.oferta p a {
    color: #474747;
}
#right-col > div#ofertele-sapt div.oferta p span {
    color: #474747;
    font-size: 12px;
    font-weight: normal;
    }

a.side-toate-btn {
    display:block;
    width: 100%;
    text-align:center;
    padding: 15px 0px;
    font-size: 15px;
}

a.side-toate-btn:hover {
    background: #F3F3F3;
    text-decoration:none;
}

/*  ******** CALL 2 action ********* */

/*Anunt promo adauga afacerea*/
#adauga_promo_link {
    text-decoration: none;
}
#adauga_promo,
#adauga_oferta  {
    text-align: center;
    border: 1px solid #F1F1F1;
    padding: 10px 100px;
    margin-bottom: 20px;
    background: rgba(241, 241, 241, 0.39);
    text-decoration: none;
}
#adauga_oferta {
    padding: 10px;
    background: #fff;
}
#adauga_promo:hover,
#adauga_oferta:hover  {
    border: 1px solid #fddd00;
}
#adauga_promo h3,
#adauga_oferta h3 {
    color: #3B6DAA;
    font-weight: bold;
    margin-bottom: 0px;
    font-size: 16px;
    text-decoration: none;
}
#adauga_promo p,
#adauga_oferta p {
    margin-toP: 5px;
    color: #474747;
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 15px;
    text-decoration: none;
}

/******************      PAGINA CATEGORIE     **************************/
div#categ-detalii {
    padding: 15px 0px 15px;
    border-top: 1px solid #EBEBEB;
}
div#categ-detalii h2,
div#categ-detalii h2 > a,
div#categ-detalii h1,
div#categ-detalii h1 > a {
    font-size: 18px !important;
    text-transform: uppercase;
    color: #93b230;
    font-weight: normal;
    float: left;
    margin-right: 10px;
}
div#categ-detalii span {float: left;}
div#categ-detalii div#categ-search {
    float: right;
    margin-top: -3px;
}
/*SEARCH*/
div#categ-search form {
    width: 230px;
}
#categ-inpt-search {
    height: 25px;
    background: #f7f7f7;
    outline: none;
    border: none;
    font-size: 14px;
    padding: 0px 10px;

    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

    color: #a9a9a9;
    width: 200px;
    margin: 0px;
    display: block;
    float: left;


}
/*
#categ-btn-search {
    width: 25px;
    height: 25px;
    background: url('../images/search.png') center center no-repeat #f7f7f7;
    margin: 0px;
    padding: 0px;
    border: none;
    margin: 0px;
    display: block;
    float: left;
    outline: none;
    cursor: pointer;
        -webkit-transition: background-color 200ms ease-out ;
    -moz-transition: background-color 200ms ease-out ;
    -o-transition: background-color 200ms ease-out ;
    transition: background-color 200ms ease-out ;

}
#categ-btn-search:hover {
    background: url('../images/search.png') center center no-repeat #F3F2F2;
}*/
/*FILTRE*/
div#categ-filtre {
    font-size: 13px;
    clear: both;
    padding: 10px 0px;
    width: 100%;
    background: aliceblue;
    position: relative;
}
div#categ-filtre:before,
div#categ-filtre:after {
    content: '';
    display: block;
    height: 100%;
    top: 0px;
    left: -2000px;
    width: 2000px;
    position: absolute;
    background: aliceblue;
}
div#categ-filtre:after {
    right: 0px;
    left: 100%;
}

div#categ-filtre select {
    border: 1px solid #EADEDE;
    color: #474747;
    padding: 5px 8px ;
    outline: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    margin: 0px 3px;
    cursor: pointer;
    /* background: rgb(247, 251, 255); */
  -moz-appearance: none;
  appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    position: relative;
}
div#categ-filtre label.select-filtre {
    position: relative;
}

@-moz-document url-prefix() {
    div#categ-filtre label.select-filtre:after {
        display: block;
        height: 5px;
        width: 6px;
        content: '';
        position: absolute;
        top: 5px;
        right: 10px;
        background: url('../images/filtre-small-arrows.png') 0px -6px no-repeat;
    }
}



form#customResults {
    float: left;
    max-width: 875px;
}

div.categ-filter-item {
    position: relative;
    display:inline-block;
    margin: 5px 0px;
}
div.categ-filter-item span.filtre-param {
    border: 1px solid #EADEDE;
    color: #808080;
    padding: 7px 8px ;
    outline: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0px 3px;
    padding-right: 30px;
    position: relative;
    background: #fff;
    display: block;
    /* background: rgb(247, 251, 255); */
}
div.categ-filter-item span.filtre-param:after {
    display: block;
    height: 5px;
    width: 6px;
    content: '';
    position: absolute;
    top: 13px;
    right: 10px;
    background: url('../images/filtre-small-arrows.png') 0px -6px no-repeat;
}
div.categ-filter-item span.filtre-param.active:after {
    background-position: 0px 0px;
}

div.categ-filter-item span.filtre-param:hover {
    cursor: pointer;
}


div.filtre-items-list {
    display: none;
    position: absolute;
    top: 35px;

    background: #f7f7f7;
    border: 1px solid #cccccc;
    z-index: 1000;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
div.filtre-items-list:before {
    position: absolute;
    display: block;
    content: '';
    width: 19px;
    height: 12px;
    background: url('../images/filtre-arrow.png') left top no-repeat;
    top: -12px;
    left: 10px;
}

div.filtre-items-list > ul {
    width: 100%;
    overflow: auto;
    list-style: none;
    list-style-type: none;
    overflow: hidden;
    white-space:nowrap;
    padding-right: 20px;
}
div.filtre-items-list ul li {
    list-style: none;
    list-style-type: none;
}
div.filtre-items-list ul li label {
    padding: 10px 15px;
    border-bottom: 1px solid #f4f4f4;
    display: block;
    }
div.filtre-items-list ul li label:hover {
    background: #f0f0f0;
    cursor: pointer;

}

/***********     CHECK BOXES         ************/
/*
    Hide the original radios and checkboxes
    (but still accessible)

    :not(#foo) > is a rule filter to block browsers
                 that don't support that selector from
                 applying rules they shouldn't

*/
div.filtre-items-list ul li:not(#foo) > label > input[type='checkbox'] {

    /* Hide the input, but have it still be clickable */
    opacity: 0;
    float: left;
    width: 18px;
}
div.filtre-items-list ul li:not(#foo) > label > input[type='checkbox'] + span {
    padding-left: 25px;
    cursor: pointer;
    position: relative;
    display: inline-block;

}
div.filtre-items-list ul li:not(#foo) > label > input[type='checkbox'] + span:before {
    display: block;
    content: '';
    width: 18px;
    height: 15px;
    background: url(../images/check-box.png) left center no-repeat;
    background-position: 0px -16px;
    position: absolute;
    left: -20px;
    top: 2px;
}

/*
    Change from unchecked to checked graphic
*/

div.filtre-items-list ul li:not(#foo) > label > input[type='checkbox']:checked + span:before {

    background: url(../images/check-box.png) left center no-repeat;
    background-position: 0px 0px;
}

/* END CHECKBOXES*/

#filtre-active-holder {
    font-size: 13px;
    padding: 10px 0px;
    color: #808080;

}
#filtre-active-holder a {
    font-size: 13px;
    color: #808080;
}

#filtre-active-holder span {
    float: left;
    margin-bottom: 10px;
}
span#reseteaza-filtre {
    float: right;
    padding: 13px 5px 0px 0px;
}
div#filtre-active {
    font-size: 12px;
}
div#filtre-active span.parametru {
    font-weight: bold;

}
div#filtre-active span.param {
    padding: 0px 5px;

}
div#filtre-active span.param {
    text-decoration: underline;
    cursor: pointer;
    position: relative;
}
div#filtre-active span.param span.param-eliminate {
    position: absolute;
    display: none;
    top: -10px;
    right: -10px;
    font-size: 8px;
    background-color: #ebebeb;
    padding: 2px 5px;
    color: #808080;
    border-radius: 15px;
    text-align: center;
}
div#filtre-active span.param:hover span.param-eliminate {
    display: block;
}

div#filtre-active span.param span.param-eliminate:hover {
    border: 1px solid #ccc;
}




/*CATEGORIE LEFT COLUMN*/

.categ-serv-unit {
    max-width: 662px;
    padding: 20px 10px;
    border-bottom: 1px solid #ccc;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #808080;
    margin-bottom: 0px;
}
.categ-serv-unit.promo {
border: 1px solid #fddd00;
background:rgba(249, 249, 249, 0.99);
box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
-o-box-sizing: border-box;
margin-bottom: 10px;
}
.categ-serv-unit.promo .serv-info-holder {
    border-left: 1px solid rgba(228, 228, 228, 1);
}

.categ-serv-unit.doubleborderbot {
    border-bottom: 4px double #ccc;
    margin-bottom: 20px;

}
div.noborder {
    border: none;
}
.categ-serv-unit h3 {
    color: #4070AC;
    font-weight: normal;
    margin-bottom: 0px;
    font-size: 18px;
    margin-left: 0px;
}
.categ-serv-unit:last-child {
    border-bottom: none;
}

div.serv-detail-holder {
    width: 520px;
    float: left;
}
div.serv-detail-holder.full {
    width: 100%;
}

div.serv-info-holder {
   margin-left: 10px;
    float: right;
    position: relative;
    padding: 10px;
    font-size: 11px;
    max-width: 130px;
    background: rgba(249, 249, 249, 0.8);
    margin-bottom: 20px;
}
div.serv-info-holder table,
div.serv-info-holder table tr,
div.serv-info-holder table tr td {
    vertical-align: top;
}
td.param-name {
    font-weight: bold;
    text-align:right;
    font-size: 11px;
    color: #808080;
    padding-right: 5px;
}
td.param-detail {
    font-size: 11px;
    color: #808080;
}


div.serv-info-holder:before {
    content:'';
    height: 90%;
    position: absolute;
    left: 0px;
    top: 10%;
    /*background: #dddddd;*/
    width: 1px;
}

/************************** SERVICII PROMOVATE *****************************/
#categ-serv-promo-list {
    margin-top: 10px;
}
#categ-serv-promo-list .categ-serv-unit {
    background: #fafafa;
    border: 1px solid #ffd800;
    position: relative;
}
div#servicii-prom  a.serv-prom-title {
    display: inline-block;
    margin-bottom: 0px;
}
div#servicii-prom h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}

#categ-serv-promo-list .categ-serv-unit:after {
    content: 'PROMOVAT';
    display: block;
    position: absolute;
    top: -15px;
    right: -1px;background: #ffd800;
    font-size: 8px;
    color: #5d5d5d;
    padding: 2px;
    }
/*SERVICII PROMOVATE COLOANA DREAPTA*/
#servicii-prom div.servprom {
    border-bottom: 1px solid #ccc;
    padding: 10px 0px;
    display: table;
}
#servicii-prom div.servprom > div {
    display: table-cell;
    vertical-align: top;
}
#servicii-prom div.servprom h4 {
    margin-bottom: 10px;
}
#servicii-prom div.servprom p{
    margin-top: 5px;
    color: #808080;
}
div.servprom a img.serv-img {
    float: left;
    margin-right: 10px;
}
#servicii-prom div.img-prom-hold {
    width: 100px;
    height: 100px;
    max-width: 100px;
    padding-right: 10px;
}
#servicii-prom div.img-prom-hold > a {
    height:  100px;
    width: 100px;
    display: table-cell;
    vertical-align: middle;
}

/*EVENIMENTE*/
div.eveniment {
    padding: 10px 0px;
    border-bottom: 1px solid #d4d4d4;
}
div.eveniment h4 {
    font-size: 14px;
    font-weight: normal;
}
.ev-date {
background: #fff;
width: 70px;
float: left;
margin-right: 15px;
}
.ev-month {
background: #fff;
font-size: 11px;
text-align: center;
padding: 4px 0px;
}
.ev-day {
background: #089de3;
color: #fff;
text-align: center;
padding: 7px;
font-size: 18px;
}

/*****************      GENERAL           ****************/

/*icons*/
div#categ-detalii .iconbg {
    margin: 0px 15px 0px 0px;
    font-size: 12px;
    position: relative;
    padding: 3px;
    padding-left: 30px;
        background-repeat: no-repeat;
    background-size: contain;
    background-position: 0px;
}

div.zona-serv .iconbg {
    position:relative;
    padding-left: 25px;
    font-size: 14px;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 0px;
}
.reviews-ico {
    padding-left: 40px !important;
}
.reviews-ico:before {
    background-position: -88px -20px !important;
    left: -7px !important;
}

/* div#categ-detalii .iconbg:before,
div.zona-serv .iconbg:before {
    display: block;
    height: 20px;
    width: 30px;
    content: '';
    background: url('../images/icons.png') 0px 0px no-repeat;
    position:absolute;
    top: 7px;
    left: 0px;
}

*/

div#categ-detalii .iconbg:before {
    top: -2px;
}
div#categ-detalii .maternitati.iconbg:before,
div.zona-serv .maternitati.iconbg:before {
    background-position: 0px -20px;
    width: 20px;
}
/* LISTAREA SERVICIILOR*/

.meniu-serv {
    border-bottom: 4px double #eeeeee;
    padding: 0px 5px 10px 5px;
    font-size: 13px;
    text-align:left;
    margin-top: -10px;

}

.meniu-serv span:nth-child(2) {
    margin-right: 0px;
}
.meniu-serv span {
    margin-right: 20px;
    float: left;
    padding: 10px 0px

}
.meniu-serv  a.vezi-toate-btn {    float: right;
}
a.vezi-toate-btn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #089de3;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    padding-left: 35px;
    font-size: 13px;
    position:relative;
}
.vezi-toate-btn-under {
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
background-color: #089de3;
display: block;
text-align: center;
color: #fff !important;
padding: 10px;
font-weight: bold;
}
a.vezi-toate-btn-under:hover {
    text-decoration: none;
    background: #477FC6;
}

a.vezi-toate-btn:before {
    display: block;
    content: '';
    position:absolute;
    left: 5px;
    top: 8px;
    width: 23px;
    height: 20px;
    background: url('../images/icons.png') 0px 0px no-repeat;
}
a.vezi-toate-btn:hover {
    text-decoration: none;
    background: #477FC6;
}

/* END MENIU TOP SERV*/
/***  PAGINATION ***/

div#pagination-holder {
    /* max-width: 662px; */
}
div#pagination-holder {}
div#pagination-bg {
        background: #f7f7f7;
        max-height: 30px;
        padding: 5px 10px;
        font-size: 13px;
        color: #808080;
            box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}
div#pagination-bg a {
    color: #808080;
}
div#pagination-bg a#pag-ant {
    display: block;
    float: left;
}
div#pagination-bg a#pag-urmat {
    display: block;
    float: right;
}
div#pagination-bg  ul#pages-list {
    display: block;
    text-align: center;
    margin: 0 auto;
}
div#pagination-bg  ul#pages-list li {
    display: inline;
}
div#pagination-bg  ul#pages-list li a {
    padding: 10px;
}

div#pagination-bg  ul#pages-list li a:hover {
    background: #F0EEEE;
    cursor: pointer;
    text-decoration: none;
}
div#pagination-bg  ul#pages-list li a.active {
    background: #e3e3e3;
    cursor: default;
}
div#pagination-bg a#pag-ant.not-active,
div#pagination-bg a#pag-urmat.not-active  {
    color: #dbdbdb;
    text-decoration: none;
    cursor: default;
}


/***  END PAGINATION ***/

/********   PAGINA DE DETALIU    *******/

div#serv-unit {
    margin-bottom: 10px;
}
#serv-unit div.serv-images-holder {
    float: left;
    margin-right: 10px;
    width: 200px;
    min-height: 200px;
    /* display: table; */
    max-width: 200px;
}
#serv-unit div.serv-images-holder #small-images {display: table; max-width: 200px; overflow: hidden;}
#serv-unit div.serv-images-holder #small-images a {
    display: block;
    width: 66px;
    max-width: 66px;
    height: 66px;
    border: 1px solid #F1F1F1;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}


#serv-unit div.serv-images-holder .main-image {
    width: 200px;
    max-width: 200px;
    height: 200px;
    border: 1px solid #cecece;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
#serv-unit div.serv-images-holder .big-image {
    max-width: 200px;
    max-height: 200px;
}
#serv-unit div.serv-images-holder .small-image {
}
#serv-unit div.serv-info-holder {
    float: right;
    margin: 0px 5px 10px 10px;
}
#serv-unit div.serv-info-holder a {text-decoration: none;}

div.serv-detail h3.detaliutitlu {
    font-size: 19px !important;
    font-weight: bold;
    color: #3B6DAA ;
    line-height: 1em;
}

/*TABS*/

#tabs-holder {
    font-size: 13px;
}
#tabs-holder ul a {
    border: 1px solid #eeeeee;
    padding: 5px 10px;
    display: block;
    float: left;
    border-bottom: none;
    height: 15px;
    font-weight: bold;
    text-decoration: none;
    height: 30px;

}
#tabs-holder ul li a.active,
#tabs-holder ul li a.active:hover {
    background: #3B6DAA !important;
    padding-top: 9px;
    margin-top: 0px;
    border: none;
    color: #fff;
}
#tabs-holder ul li a:hover {
    padding-top: 9px;
    margin-top: -2px;
    background: #3B6DAA;
    background-color: rgba(59, 109, 170, 0.83);
    border: none;
    color: #fff;
}



#tabs-content {
clear: both;
border: 1px solid #eeeeee;
border-top: 5px solid #3B6DAA;
border-bottom: 5px solid #eeeeee;
width: 100%;
padding: 15px;
box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
color: #808080;

}
#tabs-content .tab {
    display: none;
}
#tabs-content .tab.active {
    display: block;
    }

/*SECTIUNE DETALII*/

.detaliu_serviciu {
    padding: 0px 0px 10px;
    border-bottom: 1px solid #eeeeee;
    margin-bottom:  10px;
}
.detaliu_serviciu:last-of-type {
    border-bottom: 0px;
}
.detaliu_serviciu label {
    font-weight: bold;
}


/* SECTIUNE COMENTARII */
#sectiune-comentarii {
  width: 100%;
  margin-top: 10px;
  color: #a3a3a3;
}

#sectiune-comentarii h3 {
    color: #474747;
    font-weight: normal;
    font-size: 21px;
    /* margin-bottom: 10px; */
    padding: 5px 10px;
    background: #F3F3F3;
    line-height: 1em;
}


/*FORMULAR DE ADAUGA COMENTARIU*/
#adauga-comentariu {
    border: 1px solid #ededed;
    padding: 10px;
    font-size: 12px;
}

#adauga-comentariu .form_field {
    clear: both;
    padding-right: 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
#adauga-comentariu .form_field#nick_field,
#adauga-comentariu .form_field#email_field {
    float: left;
    clear: none;
    width: 50%;
}

#rating-stars {
    clear: both;
}
.starHold {

}
.starHold li {
float: left;
margin: 0;
padding: 0;
list-style: none;
position: relative;
z-index: 2;
}

.starHold li.voted {
background: url('../images/rating-formular.png');
height: 28px;
display: block;
position: absolute;
z-index: 1;
width: 140px !important;
background-repeat: no-repeat;
}
.starHold li.voted.r0 {background-position: 0px 0px;}
.starHold li.voted.r1 {background-position: 0px -24px;}
.starHold li.voted.r2 {background-position: 0px -49px;}
.starHold li.voted.r3 {background-position: 0px -75px;}
.starHold li.voted.r4 {background-position: 0px -100px;}
.starHold li.voted.r5 {background-position: 0px -129px;}
ul.starHold li a {
display: block;
height: 25px;
width: 27px;
float: left;
/* background: red; */
}



div#left-com {
    width: 55px;
    display: block;
    float: left;
    margin-right: 10px;
    min-height: 200px;
}
div#right-com {
    clear: both;
}
div#right-com input,
div#right-com textarea {
    float: left;
    display: block;
    margin: 3px 0px;
    border: 1px solid #d2d2d2;
    outline: none;
    box-sizing: border-box;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
padding: 3px 5px;
color:#a3a3a3;
}

div#conditii {
    margin: 10px 0px;
}
div#right-com textarea {
    width: 100%;
    min-height: 50px;
}
div#right-com input#nume, div#right-com input#email, div#right-com  input#titlu {
    width: 100%;
 }
input#nick {
    width: 100%;
    margin-right: 15px !important;
}

div#right-com input#nume {margin-right: 10px;}


div#right-com input#titlu,
div#right-com input#submit{
    clear: both;
}
 div#right-com  input#conditii {
    box-sizing: border-box;background: transparent;
    margin: 10px 0px 10px 15px;

}
input[name="tsc_check"] { margin: 0px !important; }
label[for="conditii"] {
    margin: 0px 10px;
    display: inline-block;
}


/*CAPTCHA*/
div#captachaholder > img {
    float: left;
    margin-right: 15px;
}
div#captachaholder > div {
    float: left;
}
a.srvopGenerate {
margin: 7px 15px!important;
display: block;
float: left;
cursor: pointer;
}

div#right-com input#submit-comment {
    /* background: rgba(134, 172, 219, 0.67); */
    background: rgba(59, 109, 170, 0.84);

    padding: 5px 15px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    cursor:pointer;
    border: none;


}
div#right-com input#submit-comment:hover {
    background: #3B6DAA;
}

#comentarii-holder {
    padding: 15px 0px;
}
#comentarii-holder .serv-comment {
    border-bottom: 1px solid #f2f2f2;
    padding: 20px 10px;
    box-sizing: border-box;
}
#comentarii-holder .serv-comment .row {
    margin-bottom: 3px;
}
#comentarii-holder .serv-comment:hover {
    background: #fafafa;
    color: #7E7E7E;
}

#comentarii-holder .serv-comment img {
    margin-right: 15px;
}

span.com-title {
    font-weight: bold;
    color: #000;
    font-size: 13px;
}
span.com-by {
    font-size: 13px;
}

a#more-comments {
    display: block;
    padding: 5px;
    text-align: center;
    background: #f2f2f2;
    color: #838584;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}
a#more-comments:hover {
    background: #f7f7f7;
}


div.categ-serv-comments {
    border-top: 1px solid #F4F4F4;
    padding: 10px 0px;
}

div.serv-comment .user-rating {
    background: url('../images/rating-small.png') left no-repeat;
    padding-left: 70px;
    margin: 0px;
    display: inline-block;
    text-transform: capitalize;
    height: 15px;
    float: left;
}
div.categ-serv-comments {
    width: 530px;
    float: right;
    }

div.serv-comment {
    width: 100%;
    font-size: 12px;
    padding: 0px 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}
div.serv-comment .user-rating.r0 {  background-position:0px 0px; }
div.serv-comment .user-rating.r1 {  background-position:left -14px;}
div.serv-comment .user-rating.r2 {  background-position:left -29px;}
div.serv-comment .user-rating.r3 {  background-position:left -44px;}
div.serv-comment .user-rating.r4 {  background-position:left -59px;}
div.serv-comment .user-rating.r5 {  background-position:left -74px;}
div.serv-comment p {

    color: #000;
}
div.serv-comment img {
    float: left;
    margin-right: 10px;
}
div.serv-comment div.categ-nr-comments {
    float: right;
    background: url('../images/comm-cloud.png') center top no-repeat;
    width: 60px;
    height: 42px;
    text-align: center;
    color: #fff;font-weight: bold;
    padding-top: 12px;
        box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

div.serv-comment div.com-date {
    background: url('../images/date-cloud.png') right top no-repeat;
    float: right;
    width: 80px;
    height: 56px;
    text-align: center;
    color: #fff;font-weight: bold;
    padding-top: 9px;
        box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
div.serv-comment div.com-date span {
    width: 50px;display: block;
    margin: 0 auto;
    font-size: 12px;
    line-height: 12px;
}

div.serv-comment div.com-date span br {
    display: block;
}


/*DATE CONTACT COLOANA DREAPTA*/

#contact-info,
#contact-map {
    margin-bottom: 10px;
}
#contact-map img {
    max-width: 100%;
}
#date-contact {
    font-size: 12px;
    color:#474747;


}
#date-contact table tr,
#date-contact table tr td {
    vertical-align: top;
}
#date-contact table tr td{
    padding: 2px 0px;

}
#date-contact table tr td.label {
    font-weight: bold;
    width: 60px;
    padding-right: 5px;
    font-size: 12px;
    color: #808080;
}

#date-contact table tr td.info > * {
margin: 0px;
padding: 0px;
}

/*LOGIN POPUP*/

#login-overlay,
#politica-overlay  {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width: 100%;
    cursor: pointer;
    z-index: 999999; /* high z-index */
    background: #000; /* fallback */
    background: rgba(0,0,0,0.75);
}




#politica-overlay-cont {
    z-index:9999999;
    position:relative;
    display: none;
    background: #fff;
    padding: 25px;
    width: 40%;
    position: fixed;
    top: 25%;
    left: 50%;
    margin: 0 0 0 -20%; /* add negative left margin for half the width to center the div */
    cursor: default;
    box-shadow: 0 0 5px rgba(0,0,0,0.9);
    min-width: 460px;
    overflow: hidden;
    min-height: 284px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    }


/*STILIZARE BOX POLTIICA*/
#tsc_dialog p {
margin: 10px 0;
}
#tsc_dialog ul {
list-style-type: circle;
margin: 10px 0 10px 20px;
}
#tsc_dialog ul li {
list-style-type: circle;
margin: 10px 0;
}


/* media query for most mobile devices */
@media only screen and (min-width: 0px) and (max-width: 480px){

#login-overlay-cont {
        width: 96%;
        margin: 0 2%;
        left: 0;
    }
}







/*PLACEHOLDER COLORS*/
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #d4d4d4;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #d4d4d4;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #d4d4d4;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #d4d4d4;
}
.visibile{
    display:block !important;

}


#main {
width: 100%;
margin-bottom: 20px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
margin: 0 auto;
border: none !important;
}

.mainBorderTop {
        border: none;
}
#fullSide {
 width: 100% !important;
}

/*LOGED IN MENU*/


/*************************************************
/*************************************************
/*************************************************
/
/                   BACKEND UTILE
/
/*************************************************
/*************************************************
/*************************************************/


#meniu-backend {
    background: #5ca545 ;
    height: 145px;
    position: relative;
    width: 1004px;
    margin-left: -10px;
    margin-top: 10px;
}
#meniu-backend:after {
    height: 70px;
    content: '';
    position: absolute;
    left: 0px;
    width: 1004px;
    background: #5ca545 ;
    z-index: 1;
}
ul#main-bck-menu {
    margin: 0 auto;
    display: table;
    vertical-align: top;

}
ul#main-bck-menu li {
    float: left;
    text-align: center;
    margin: 19px 20px 10px 19px;
    color: #fff;
    opacity: 0.7;
}
ul#main-bck-menu li:hover {opacity: 1;}
ul#main-bck-menu li a .menu-img {position: relative;}
ul#main-bck-menu li a span.notifnr {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: red;
    color: #fff;
    width: 10px;
    font-size: 14px;
    top: -8px;
    right: -5px;
    position: absolute;
    padding: 5px;
}

ul#main-bck-menu li a {
    color: #fff;
    display: block;
    padding: 15px;
    text-decoration: none;
    width: 75px;
    height: 85px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
font-weight: bold;
}
ul#main-bck-menu li a:hover {
    background: rgba(255,255,255,0.3);
}
ul#main-bck-menu li.notactive:hover {opacity: 0.7;}
ul#main-bck-menu li.notactive:hover > a {
    background: none;
    cursor: default;
}
ul#main-bck-menu li .menu-img {
    background: url('../images/butoane-meniu.png') no-repeat;
    background-position: 0px 0px;
    height: 42px;
    width: 35px;
    margin: 0 auto;
    margin-bottom: 10px;
}
ul#main-bck-menu li #servicii {  background-position: -35px 0px;}
ul#main-bck-menu li #oferte {  background-position: -70px 0px;}
ul#main-bck-menu li #evenimente { background-position: -105px 0px; width: 44px; }
ul#main-bck-menu li #statistici { background-position: -153px 0px; width: 44px; }
ul#main-bck-menu li #setari { background-position: -199px 0px; width: 44px;}


div#content-inner {
    background: #f5f5f5;
    max-width:  984px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    padding: 20px;
    margin-bottom: 10px;
}
#call2action {
    text-align: center;
}
#call2action h2 {
    color: #2770ca;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 20px;
}
#add-service {
    color:#fff;
    padding: 15px 10px;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: url('../images/add-service.png') no-repeat 10px center #5a91d5;
    padding-left: 50px;
    text-decoration: none;
    margin: 25px auto;
}
#add-service:hover {
    -webkit-box-shadow: 0px 3px 0px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 3px 0px 0px rgba(50, 50, 50, 0.2);
    box-shadow:         0px 3px 0px 0px rgba(50, 50, 50, 0.2);
    background-color: #65a3f0;
}
ul.blue-thick {
    max-width: 650px;
    margin: 0 auto;
    text-align: left;
}
ul.blue-thick li {
    padding-left: 10px;
    list-style-image: url('../images/blue-thick.png');
    margin: 5px 0px;
}

table.listare {
    width: 100%;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    border-collapse: collapse;
    margin-bottom: 20px;
}
table.listare  tr {
    border: 1px solid #fff;
    background: #fff;
    }
table.listare  tr:nth-child(even)  {
    background: #f4f4f4;
    border-top: 1px solid red !important;
}
table.listare thead tr {
    background: #3e3e3e;
    color:#fff;
    font-size: 16px;
}
table.listare thead tr th {
    padding: 10px 10px;
    text-align: left;
    font-weight: bold;
    font-family: proxima_nova;
}
table.listare thead tr th:first-child {
    padding-left: 10px;
}
table.listare  tr td {
padding: 8px 10px;
}
table.listare  tr td a.opt-edit,
table.listare  tr td a.opt-del,
table.listare  tr td a.opt-view {
    background: url('../images/utile-option-spring.png') no-repeat;
    background-position: 0px 0px;
    height: 16px;
    width: 18px;
    display: block;
    position: relative;
}
table.listare  tr td a.opt-del {
background-position: -16px;
}
table.listare  tr td a.opt-view {
    background-position: -32px;
    width: 25px;
}
table.listare  tr td.option div {position: relative;}
table.listare  tr td.option div span {
    position: absolute;
    bottom: -30px;
    padding: 3px 8px;
    background: #fff;
    border: 1px solid #cecece;
    display: none;
    white-space: nowrap;
    z-index: 2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
table.listare  tr td.option div:hover span {
    display: block;
    left: -50px;
 }

table.listare .center { text-align: center;}
div#content-inner h2.listare-titlu {
    font-weight: normal;
    font-size: 24px;
     float: left;
     margin-bottom: 10px;
}
div.listare-servicii h2.listare-titlu {
    float: left;
}
div#content-inner a.adauga {
    display: inline-block;
    padding: 7px 14px;
    background: #5ca545;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    float: right;
    text-decoration: none;
}
div#content-inner a.adauga:hover {
    background: #69B451;
}

/*  SETARI   */
div.setare {
float: left;
width: 40%;
margin-top: 10px;
padding: 10px;
box-sizing: border-box;
margin-left: 10px;
}
div.setare h3 {
height: 22px;
margin: 0;
padding: 8px 0 0 34px;
font-size: 13px;
color: #000000;
font-weight: bold;
margin-bottom: 10px;
}
.myAcceditcont {
    background: url('../../img/new/utile/edit_srv_contact.png') no-repeat left top;
}
.myAcceditpass {
    background: url('../../img/new/utile/edit_srvpass_icon.png') no-repeat left top;
}
.alert {
    width: 891px;
    padding: 8px 10px 8px 36px;
    margin: 0 0 10px 0;
    border: solid 1px #dee4c1;
    background: url('../../img/new/utile/attention_icon.jpg') no-repeat 10px 7px #fbfdf6;
    color: #000000;
}


div.setare form label {
    min-width: 100px;
    display: block;
    float: left;
    margin-right: 10px;
    font-weight: bold;
}
div.setare form input {
    width: 200px;
    clear: right;
    margin-bottom: 15px;
}
form .submit {
    background-color: #5ca545;
    color: #fff;
    padding: 8px 35px;
    border: none;
        cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    display: inline-block;
}

div.setare form .submit:hover {
    background: #69B950;
}

/* PAGINA OFERTE */
#formular-oferta {
    margin-top: 10px;
    margin-bottom:  25px;
}
#formular-oferta:not(.active) {
    display: none;
}

table#adauga-evof {
    border-collapse: collapse;
}
table#adauga-evof tr td {
    margin: 5px;
    padding: 5px 0px;
    vertical-align: top;
}
table#adauga-evof tr td label span {
    color: red;
}
#adauga-evof label{ width: 140px; display: inline-block;}
#adauga-evof input,
#adauga-evof textarea,
#adauga-evof select  {
    width: 400px;
    max-width: 400px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    padding: 5px;
}

#adauga-evof td.info {
    padding: 0px 10px 10px 40px;
}
td.info {
font-size: 12px;
color: #898989;
}


#sectiune-poze {
    background: #cecece;
    margin: 50px 0px;
}
#pachetepromovare {
}


#next-step {
    margin: 20px 0px;
    padding: 10px;
}
#next-step > input {
    background: green;
    color: #fff;
    padding: 20px 40px;
}


/* NEW STUFF*/
div.form_section {
    margin-bottom:  25px;
    clear: both;
    display: inline-block;
    width: 100%;
}
div.form_section_content {
    width: 100%;
    clear: both;
    display: inline-block;
}
div.form_field {
    clear: both;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

div.form_left {
    width: 60%;
    float: left;
    max-width: 500px;
}
div.form_right {
    width: 40%;
    float: right;
}

div.form_section h3.section_title{
font-size: 18px;
color: #696969;
margin: 20px 0px;
padding-bottom: 5px;
border-bottom: 1px solid #E9E9E9;
}

h4.sub-section {
font-weight: bold;
display: inline-block;
margin-bottom: 10px;
color: #696969;
font-size: 14px;
}

p.input_info {
color: #696969;
color: #696969;
padding: 10px;
background: #fff;
margin: 0px;
margin-left: 15px;
position: relative;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
opacity: 0.5;
}
p.input_info:hover {opacity: 1}
div.form_section:hover p.input_info { opacity: 1; }

p.input_info:before {
content: '';
border-right: 10px solid #FFFFFF;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
position: absolute;
left: -10px;
display: block;
top: 10px;
height: 0px;

}
p.input_info:after {
    display: block;
    content: '';
    width: 25px;
    height: 25px;
    background: url('../images/info.png') no-repeat;
    position: absolute;
    top: 10px;
    left: -40px;
}

div.form_section span.red {
    color: red;
}
div.form_section input[type=text],
div.form_section select {
    padding: 5px 5px;
}
div.form_section .max300 {
    width: 100% ;
    max-width: 300px !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}
div.form_section .max150 {
    width: 100% ;
    max-width: 150px !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

div.form_section textarea {
    width: 100%;
    max-width: 100%;
}
div.form_section  label {
    width: 100%;
    max-width: 147px;
    display: inline-block;
    margin: 7px 0px;
}

div.form_section .pachet {
    width: 300px;
    height: 450px;
    background: #fff;
    float: left;
    margin: 0px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    margin-top: 50px;
}
div.form_section .pachet p,
div.form_section .pachet li {
    font-size: 16px;
}
div.form_section div.pachet:nth-of-type(2) {
    margin: 50px 2px 0px;
}


/*Sectiunea DATE CONTACT*/
#datecontact label {
    width: 60px !important;
}
#datecontact .row {
        clear: both;
    display: inline-block;
    width: 100%;
    margin-bottom:  10px;
}
#datecontact #datecontact-adresa .row {
    clear: both;
    display: inline-block;
    width: 100%;
}
#datecontact #datecontact-adresa .column {
    width: 50%;
    float: left;
}
#siglapoze .description > p {
    color: #696969;
    margin-bottom:  10px;
    font-size: 14px;
}

div.poze-info {
    height: 90px;
}
a.srvImgupload {
padding: 5px 30px;
background: #000;
color: #fff;
display: inline-block;
margin: 5px auto;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
font-weight: bold;
text-decoration: none;
}
a.srvImgupload:hover {
text-decoration: none;
background: rgba(76,76,76,1);
background: -moz-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(19,19,19,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(76,76,76,1)), color-stop(100%, rgba(19,19,19,1)));
background: -webkit-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(19,19,19,1) 100%);
background: -o-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(19,19,19,1) 100%);
background: -ms-linear-gradient(left, rgba(76,76,76,1) 0%, rgba(19,19,19,1) 100%);
background: linear-gradient(to right, rgba(76,76,76,1) 0%, rgba(19,19,19,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=1 );

}
div.addSrverrorbox_main,
.error_holder {
    color: red;
    margin-bottom: 10px;
}
.error {color: red; padding-top: 2px; display:  inline-block;}


/********************************
/********************************
/********************************
/********************************
            CONT NOU CSS
/********************************
/********************************
/********************************
*/

.full {
    width: 100%;
}
.mid {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    margin: 0 auto;
}
.container {
    width: 100%;
    max-width: 1004px;
    margin: 0 auto;
}
/*SECTIONS*/
section#intro-photo,
section#preturi,
section#caracteristici,
section#functioneaza,
section#help {
    background: #f5f5f5;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    margin: 0px;

}

section#help h3,
section#help p {
    color: #fff;
}


/*INTRO SECTION*/
section#intro-photo {
    background: #000;
    color: #fff;
    min-height: 380px;
    background: url('../images/intro-cont.jpg') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 100%;
    display: block;
}

#intro-photo h1 {
    font-size: 36px;
    font-weight: normal;
}
#intro-photo h1 span {
    font-weight: bold;
    font-size: 48px;
}
/*MENIU CALL 2 ACTION*/

#menu_holder {
min-height: 82px;
margin-bottom: 30px;

}

#menu {
    background: #fff;
    margin: 0 auto;
    /* margin-bottom: 90px; */
    width: 100%;
}
#menu.sticky { top: 48px;  }
#menu > ul {
    width: 100%;
    max-width: 984px;
    margin: 0 auto;
    text-align: center;
}
#menu > ul li {
font-weight: bold;
color: #5ca545;
display: inline-block;
text-align:center;
position: relative;
margin: 0px 25px;
}
#menu > ul li > a {
    color: #5ca545;
    padding: 30px;
    display: block;
    font-size: 18px;
    transition: border .2s ease-in-out;
    -webkit-transition: border .2s ease-in-out;
    -moz-transition: border .2s ease-in-out;
    border-bottom: 3px solid transparent;
}

#menu > ul li.active > a {
    border-bottom: 3px solid #1C73A7;
    transition: border .2s ease-in-out;
    -webkit-transition: border .2s ease-in-out;
    -moz-transition: border .2s ease-in-out;
}

#menu > ul li > span.active-marker {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #86ACDB;
    margin-left: auto;
    margin-right: auto;
    display: none;
}
#menu > ul li.active > span.active-marker {
   /*  display: block;*/
}

/* PRETURI SECTION */

section#preturi {
    background: url('../images/caracteristici-bg.jpg') no-repeat #f5f5f5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 75px 0px !important;
    margin-bottom: 50px;
}

/*PACHETE*/

.pachet,
.pachetinfo {
    width: 301px;
    height: 450px;
    background: #fff;
    float: left;
    margin: 0px 13px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    padding: 15px;
    position: relative;
}

div.pachet.pactiv,
div.pachet.ppactiv {
    opacity: 1;
}
div.pachet.ppactiv:after {
    content: 'Pachet selectat';
    padding: 5px 15px;
    display: block;
    font-weight: bold;
    position: absolute;
    top: -15px;
    left: -5px;
    background: rgb(69, 114, 165);
    color: #FFF;
}

div.pachet.pinactiv {
    opacity: 0.8;
}
div#lista-car {
    position: relative;
    padding-top: 30px;
}
div#lista-car #call2action {
    background: #089de3;
    color: #fff;
    text-align: center;
    font-size: 16px;
    position: absolute;
    padding: 10px;
    top: -30px;
    left: 20px;
    width: 260px;
    font-weight: bold;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
div#lista-car #call2action p {
    font-size: 18px;
    color: #fff;
    margin: 0;
}
ul#beneficii {
margin: 15px;
margin-top: 20px;
}
ul#beneficii li {
margin: 35px 0px;
padding-left: 60px;
background: url('../images/thick.png') no-repeat left center;
}



.pachet h3 {
margin-top: 15px;
font-size: 24px;
color: #5ca545;
font-weight: normal;
line-height: 1.2em;
}
.pachet p {
    margin-top: 15px;
    text-align: center;
}
.pachet p.price-start {
    text-align: left;
    margin: 0px;
    margin-top: 10px;
    font-size: 24px;
    color: #86acdb;
}
.pachet p.price-start span:nth-child(2) {
    font-size: 18px;
}
a.vreaupachet,
button.vreaupachet {
    text-align: center;
    color: #fff;
    background: #5ca545;
    display: block;
    border: 0px;
    width: 100%;
    max-width: 250px;
    padding: 10px;
    margin: 0 auto;
    font-size: 18px !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-decoration: none !important;
}

a.vreaupachet:hover,
button.vreaupachet:hover {
    cursor: pointer;
    -webkit-box-shadow: 4px 4px 0px 0px rgba(133, 188, 116, 0.75);
-moz-box-shadow:    4px 4px 0px 0px rgba(133, 188, 116, 0.75);
box-shadow:         4px 4px 0px 0px rgba(133, 188, 116, 0.75);
}
div.pachet select.alege-pachet {
width: 100%;
padding: 10px;
max-width: 250px;
margin: 15px auto;
display: block;
border: 1px solid #ccc;
border-radius: 2px;
outline: none;
cursor: pointer;
height: 40px;
  -moz-appearance: none;
  appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

div.pachet label.label-pachet {
    position: relative;
    display: block;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}
label.label-pachet:after {
    content:'';
    width: 30px;
    height: 38px;
    right:1px;
    top: 1px;
    position:absolute;
    pointer-events:none;
    background: url('../images/select-arrow.png') no-repeat 50% 50% #fff;
}
.pachet form {
    margin-bottom: 30px;
}

/*   ************    CARACTERISTICI     ************ */

#caracteristici {
    color: #fff;
    text-align: center;
    padding-top: 0px;
    max-width: 100%;
    margin: 0px;
    text-align: left;
    position: relative;
    padding-bottom: 50px;
}
#caracteristici h2 {
    font-size: 48px;
    font-weight: normal;
    margin: 0px 0px 10px 30px;
    color: #1C73A7;
}
#caracteristici > .container {position: relative;}

div#video-holder {
    width: 100%;
    max-width: 638px;
    float: left;
    margin-left: -26px;
    margin-top: 10px;
}
div.car-content {
    background: url('../images/caracteristici-bg.png') no-repeat right top;
    width: 100%;
    max-width: 413px;
    height: 310px;
    position: absolute;
    top:84px;
    right: 29px;
    box-sizing: border-box;
    color: #000;
    padding: 60px 20px 0px 30px;
}

/* ********************      FUNCTIONEAZA       ********************** */
section#functioneaza {
padding: 80px 0px;
background: url('../images/connect.png') no-repeat center;
background-size: contain;
margin: 35px auto;
}
}
#functioneaza .container {
    padding: 0px 40px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
#functioneaza h2 {
    font-weight: normal;
    margin-bottom: 25px;
    font-size: 24px;
}
#functioneaza #listare,
#promovare,
#cum-functioneaza
 {
    padding: 25px 0px;
    margin: 25px 0px;
}
#functioneaza #listare {
    padding-top: 0px;
    margin-top: 0px;
}
#functioneaza #listare p,
#promovare p,
#cum-functioneaza p {

}
#cum-functioneaza a.green-button {
    color: #fff;
    background: #5ca545;
    border: 0px;
    padding: 15px 45px;
    margin: 0 auto;
    font-size: 22px;
    font-weight: bold;
    -webkit-box-shadow: 4px 4px 0px 0px rgba(133, 188, 116, 0.75);
    -moz-box-shadow: 4px 4px 0px 0px rgba(133, 188, 116, 0.75);
    box-shadow: 4px 4px 0px 0px rgba(133, 188, 116, 0.75);
}
#top-img {
    background: url('../images/func-top.png') no-repeat;
    width: 887px;
    height: 200px;
    position: relative;
    margin: 0 auto;
}
#oblic-img {
    background: url('../images/func-bottom.png') no-repeat 95% 0px;
    height: 195px;
    position: relative;
}
#top-img  h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 25px;
    position: absolute;
    top: 80px;
    left: 30px;
}
#top-img p {
    position: absolute;
    bottom: 20px;
    width: 500px;
    right: 30px;
}
#oblic-img a {
    position: absolute;
    bottom: 0px;
    right: 100px;

}

/* ********************      HELP       ********************** */
section#help {
    background: #089de3;
    padding: 15px;
    margin-bottom: 25px;
    color: #fff;
}
#help h3 {
    font-size: 30px;
    float: left;
    display: block;
    margin-right: 30px;
    margin-top: 10px;

}
#help p {
    font-size: 24px;
}
#help p span {
        font-weight: bold;
}


/* **************      RANDOM STUFF      ******************** */
.fixed {
    position: fixed;
    top: 0px;
    margin: 0 auto;
    z-index: 999;
}
.fadein {


}
.fadein,
.slideright,
.slideleft {
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transiton: all 1s;
    -o-transition: all 1s;
}
.slideleft {
    position: relative;
    left: -200px;
}
.slideright {
    position: relative;
    left: 200px;
}



/* Smartphones (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px) {
/* Styles */
}

/* Smartphones (landscape) ----------- */
@media only screen
and (min-width : 321px) {
/* Styles */
}

/* Smartphones (portrait) ----------- */
@media only screen
and (max-width : 320px) {
/* Styles */
}

/* iPads (portrait and landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
/* Styles */
}

/* iPads (landscape) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
/* Styles */
}

/* iPads (portrait) ----------- */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
/* Styles */
}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1224px) {
/* Styles */
}

/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {
/* Styles */
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
/* Styles */
}

/* ****************  PAS 2  *************  */
#navigatie-pasi {
    width: 640px;
    margin: 0 auto;
    margin-bottom: 100px;
}

#navigatie-pasi #bara {
    height: 1px;
    background: #ebebeb;
    width: 100%;
}
.pas-number {
    clear: both;
        -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    display: inline-block;
    padding: 8px;
    height: 30px;
    width: 30px;
    text-align: center;
    -webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
background: #F6F6F6;
margin-bottom: 10px;
}
#navigatie-pasi #bara {
    position: relative;
}
#navigatie-pasi #bara .sub-pas {
    width: 25%;
    float: left;
    margin-top: -15px;
    text-align: center;
    position: absolute;
}
.s1 {left: -10%;}
.s2 {left:20%;}
.s3 {left: 50%;}
.s4 {right: -10%;}
#bara .sub-pas .pas-number.current {
    background: #000;
    color: #fff;padding: 10px;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
}
#bara .sub-pas .pas-number.new {
     background: #FFF;
     border: 1px solid #ccc;
}
div.utilecontnou section#pas2{
    width: 725px;
    margin: 0 auto;
    margin-bottom: 50px;
    background: #fff;
}

section#pas2 h2 {
    font-weight: normal;
    font-size: 23px;
}
#creare-cont {
    margin-top: 15px;
    width: 370px;
    float: left;
}
#logare {
    width: 300px;
    float: right;
}
#creare-cont form label,
#creare-cont form input {
    clear: both;
}

#pas2 form label,
#pas2 form input {
    display: block;
}
#pas2 #tineminte {
    clear: both;
}
#pas2  .checkbox {
    width: inherit;
    height: inherit;
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;

}
#pas2 form label {
    margin-bottom: 5px;
}
#pas2 form input {
    width: 300px;
    height: 35px;
    border: 1px solid #cecece;
    padding: 10px;
    margin-bottom: 10px;
     -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#pas2 form input#submit-cont {
    font-size: 18px;
    color: #fff;
    background: #089de3;
    border: 0px;
    border-radius: 0px;
    width: auto;
    height: auto;
    padding: 5px 20px;
    cursor: pointer;
    -webkit-transition: background-color 300ms;
    -moz-transition: background-color 300ms;
    -o-transition: background-color 300ms;
    transition: background-color 300ms;
    outline: none;
}
#pas2 form input#submit-cont:hover {
    background: #91baed !important;
}

/*PAS 3*/

div.utilecontnou section#pas3 {
    margin: 0 auto;
    margin-bottom: 50px;
    background: #fff;
    max-width:  900px;
    width: 100% !important;
}



/*PAS 4*/

div.utilecontnou section#pas4  {
    max-width:  700px;
    width: 100% !important;
    margin: 0 auto;
    margin-bottom: 25px;
}

section#pas4 h1 {
    font-size: 24px;
    margin-bottom: 20px;
    display: inline-block;
}

section#pas4 input[type="submit"] {
    padding: 25px;
}


/*LOGARE*/
div#logare h2 {
    margin-bottom: 10px;
    font-size: 23px;
}
#pas2 form input#submit-login {
    margin-top: 10px;
    font-size: 18px;
    color: #fff;
    background: #5ea547;
    border: 0px;
    border-radius: 0px;
    width: auto;
    height: auto;
    padding: 5px 20px;
    cursor: pointer;
    -webkit-transition: background-color 300ms;
    -moz-transition: background-color 300ms;
    -o-transition: background-color 300ms;
    transition: background-color 300ms;
    outline: none;
}
#pas2 form input#submit-login:hover {
    background: #6bba50 !important;
}
#pas2 form > a {
    font-size: 12px;
}

#next-step a.btn {
    padding: 5px 10px;
    background: #089de3;;
    color: #FFF;
    text-decoration: none;
}
#next-step a#saveandgo {
      background: #5ea547;
}

#next-step a.btn:hover {
    background: #5ea547;
}

form#PaymentForm input[type="submit"] {
    border: 0px;
    padding: 7px 14px;
    background: #5ca545;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    margin-top: 20px;
}
form#PaymentForm input[type="submit"]:hover {
    background: #69B451;
    cursor: pointer;
}




/*FORMULAR LOGIN PE PAGINA SEPARATA*/


div#autentificare_utile {
    width: 100%;
    min-width: 300px;
    max-width: 500px;
    margin: 0 auto;
}
div#autentificare_utile h1 {
    font-size: 18px;
    margin-bottom: 15px;
}
div#autentificare_utile p {
clear: both;
margin-bottom: 10px;
width: 100%;
}

div#autentificare_utile input[type=text],
div#autentificare_utile input[type=password] {
    padding: 5px 10px;
    width: 360px;
    font-size: 15px;
    color: #474747;
    outline: none;
    border: 1px solid #d4d4d4;
    margin: 0px 0px 10px 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.usrPass_ttl,
.usrPass_ttl {
    text-align: left;
    padding-top: 15px;
    padding-bottom: 3px;
    display: block;
}


div#autentificare_utile input.submit {
    color: #fff;
}


/*
INTREBARI FRECVENTE
*/

section#intrebari {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding: 25px 0px;
}

section#intrebari  h1 {
    font-size: 28px !important;
    margin-bottom: 20px !important;
    padding-bottom: 15px !important;
    border-bottom: double 4px #F3EDED !important;
}
section#intrebari h2 {
    font-size: 24px;
    font-weight: bold;
    padding: 10px;
    color: #3B6DAA;
    margin-top: 25px;
}
div#intrebari_frecvente {
}
div.faq_row {
clear: both;
border-bottom: 1px dashed #cecece;
margin:0px 20px;
}
div.faq_row:hover {
    background: rgba(246, 246, 246, 0.39);;
}

div.faq_q {
    clear: both;
}
div.faq_q:hover {
    cursor: pointer;
}
div.faq_q h3 {
    letter-spacing: 1px;
    padding: 10px;
    padding-left: 30px;
    position: relative;
}
div.faq_q h3:before {
    content: 'Q:';
    font-weight: bold;
    position: absolute;
    display: block;
    left: 5px;
    top: 10px;
    opacity: 0.5;
}
div.faq_q h3.active {
    font-weight: normal;
    color: #3B6DAA;
    margin-bottom: 10px;
}
div.faq_q h3.active:before {opacity: 1;}
div.faq_c {
    display: none;
    background-color: #F9F9F9;
    padding: 15px;
    line-height: 2em !important;
    font-size: 14px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 10px 0px 10px 25px;
}


/*FORM BACKEND*/

#form-table {
    display: block;
}
.form-row {
    display: block;
    clear: both;
}
.form-cell {
    float: left;
    width: 50%;
    margin-bottom: 10px;
}
.span1 {width: 8.33%;}
.span2 {width: 16.66%}
.span3 {width: 25%}
.span4 {width: 33.33%; }
.span5 {width: 41.66%;}
.span6 {width: 50%;}
.span7 {width: 58.33%;}
.span8 {width: 66.66%;}
.span9 {width: 75%;}
.span10 {width: 83.33%;}
.span11 {width: 91.66%;}
.span12 { width: 100%;}

/*Pagina recuperare parola pe sectiunile non-responsive*/
.recoverPassbox {
width: 50%;
margin: 25px auto;
}
.recoverPassbox h3 {
font-weight: 400;
font-size: 20px;
margin-bottom: 25px;
}
.recoverPassbox p {
    clear: both;
    margin-bottom: 10px;
}

.recoverPassbox input#q_lung {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: lato;
    font-size: 14px;
    color: #31363d;
    padding: 6px 10px;
    width: 280px;
    border: solid 1px #d3dae1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 10px 0 15px 0;
}
