/*
***  LIST ITEMS ***
*/

	ul.listItems {list-style-type: none !important; padding: 0 !important;}
	ul.listItems li {border-bottom: 1px solid #F7F7F7; padding: 0;  float: left;}
	ul.listItems li:last-child {		border-bottom: 0;	}

	ul.listItems.cols2 li:nth-last-child(2),
	ul.listItems.cols2 li:last-child {		border-bottom: 1px solid transparent;	}

	ul.listItems li a {
		padding: 10px;
		display: block;
		text-decoration: none;
		color: #474747;
		font-family: lato;
		transition: all 0.2s ease-out;
		-moz-transition: all 0.2s ease-out;
		-webkit-transition: all 0.2s ease-out;
		-ms-transition: all 0.2s ease-out;
	}
	ul.listItems li a:hover {
		background-color: rgba(246, 246, 246, 0.67);
		color: #00254A;
	}
	ul.listItems li div {
		height: 5px;
		width: 5px;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		overflow: hidden;
		float: left;
		margin-right: 10px;
		margin-top: 6px;
		background: rgba(206, 206, 206, 0.53);
		border: 1px solid transparent;
		padding: 2px;
		transition: all 0.2s ease-out;
	}
	ul.listItems a:hover div {background-color: #47474C; margin-right: 20px}
	ul.listItems li a span {
		font-size: 12px;
    float: right;
    padding: 3px;
    background-color: #F7F7F7;
    border-radius: 3px;
    color: #474747;
  }
	ul.listItems li div img {		width: 20px;	}


/*
*** PROVERBE ***
*/

ul#listProverbe li {
	padding: 10px;
		display: block;
		text-decoration: none;
		color: #474747;
		font-family: lato;
}
ul#listProverbe li:hover {
		background-color: rgba(246, 246, 246, 0.67);
		color: #000;
	}




/*
**** SUBCATEGORY ****
*/

div#contentLeft {
	padding-left: 0px;
}

div.categBox {
		max-width: 320px;
		width: 100%;
		float: left;
		margin: 0 12px 20px 0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-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;
}
div.categBox:nth-child(2n+2){
	margin: 0 0 20px 12px;
}

div.allMid-list > div.categBox {
	margin: 10px auto 0;
	float: none;
}




	/*
	***  LEADING ARTICLES ***
	*/

	.leadingArticle {		position: relative;		overflow: hidden;	}
	.leadingArticle .leadingImg {max-height: 150px; height: 150px;  background-color: #cfcfcf;}
	.leadingArticle .leadingImg img {	width: 100%; display: block; height: 100%;}
	.leadingArticle h2.leadingTitle {
    font: 24px lato, Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    padding: 3px 10px 3px;
    margin-bottom: 10px;
    position: absolute;
    bottom: 0;
    background-color: #fff;
		color: #86ACDB;
	}

	.leadingArticle .leadingInfo {
		display: none;
		position: absolute;
		width: 100%;
		bottom: -67px;
		transition: all 0.2s ease-out;
		-webkit-transition: all 0.2s ease-out;
	}
	.leadingArticle .leadingInfo h2.leadingTitle {
	    background-color: transparent;
	    text-transform: uppercase;
	    position: relative;
	    text-align: center;
	    padding: 0;
	    margin: 0;
	    font-weight: bold;
	    color: #fff;
	    font-size: 24px;
	}
	.leadingArticle .leadingInfo h2.leadingTitle span {
		    background-color: #313131;
	    padding: 5px;
	    display: inline-block;
	}
	.leadingArticle .leadingInfo p {
	    background: rgba(0,0,0,0.5);
	    font-size: 16px;
	    text-align: center;
	    padding: 10px 10px 5px 10px;
	    color: #fff;
	    font-weight: bold;
	    letter-spacing: .5px;
	    margin: 0;
	    height: 67px;
	    box-sizing: border-box;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	}
	.leadingArticle:hover .leadingInfo {bottom: 2px;}

	/*
	*** SUBCATEGORIES ***
	*/

	div.subCategories {
		border: 1px solid #EBEBEB;
		/*margin-bottom: 15px;*/
		-webkit-border-bottom-right-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-bottomright: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
	}




	/*
	*** ITEMS ***
	*/

	div.categItems {padding: 0 10px; display: none;}
	div.categItems h3 {
		font-family: lato;
		color: #474747;
		border-bottom: 4px double #EBEBEB;
		padding-bottom: 10px;
	}

	div.categItems ul {margin: 10px 0;}
	div.categItems ul li {position: relative; border-bottom: 1px solid #ebebeb;}
	div.categItems ul li:last-child {border-bottom: 0;}
	div.categItems ul li:hover {background-color: rgba(247, 247, 247, 0.71);}
	div.categItems ul li a {
		padding: 5px;
		text-decoration: none;
		display: inline-block;
		color: #474747;
	}
	div.categItems ul li:hover a {
		color: #00254A;
	}

	div.categItems a.itemTitle { font-weight: bold;}
	div.categItems ul li div.itemInfo {
    padding: 0 10px 0;
    box-sizing: border-box;
    overflow: hidden;
    width: 100%;
    padding-bottom: 10px;
	}

	div.categItems ul li div.itemInfo a {	padding: 0;	}
	div.categItems ul li div.itemInfo a p {
		width: 100%;
		font-size: 14px !important;
		float: none;
		line-height: 1.5 !important;
		color: #474747;
		padding: 0;
	}

	div.categOptions {padding: 10px 10px 0;}


	/*
	*** LISTARE ARTICOLE ***
	*/

		div#categoryArticles ul li {
			float: left;
			width: 48%;
			margin: 0 1%;
		}



/*
**** LISTARE CATEGORII EDUCATIE ****
*/


#categoryList > div {padding: 0px;}

ul.cols2  li {	width: 47% }
li.right { margin-left: 3%; }
li.left { margin-right: 3%; }

ul.listItems.planse li {
	width: 30%;
	margin: 1.5%;
}
ul.listItems.planse li a {
	border: 1px solid #cecece;
	padding: 5px 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	overflow-x: hidden;
}
ul.listItems.planse li h3 {
	border-top: 1px solid #F7F7F7;
	padding: 5px;
	height: 45px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
ul.listItems.planse li img {
	display: block;
	text-align: center;
	margin: 0 auto 10px;
	max-height: 100px;
}
div#actionBoxDetail.planse li a h4 {
	    height: 50px;
    white-space: normal;
    text-align: center;
    display: flex;
	justify-content: center;
	flex-direction: column;

}

/*
***  GHICITORI ***
*/

#educatieGhicitori .item {
   	padding: 10px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0;
    background: #f8f8f8;
    margin: 10px 0px;
}
#educatieGhicitori .item:hover {	background-color: rgba(247, 247, 247, 0.4);}
#educatieGhicitori .itemContent {position: relative; margin-bottom: 10px;}
.itemAnswer {margin-bottom: 0;}
.itemAnswer span {font-weight: bold; color: #474747; margin-right: 10px;}
#educatieGhicitori .item:hover  .itemAnswer span {color: #5CA545 ;}


.itemList {
	 background: #f8f8f8;
	 border: 1px solid #e5e5e5;
}
.itemList .item {
    margin-bottom: 0 !important;
    border-bottom: 1px solid #e4e4e4;
    display: block;
}
.itemList a.item {
	padding: 10px;
	text-decoration: none;
	color: #474747;
}
.itemList .item p {margin-bottom: 0px;}
.itemList .item:last-child {
	border-bottom: 0;
}
.itemList .item:hover {
	background-color: #F3F3F3;
	color: #00254A;
}

/* PLANSE  */

div#filterHolder {
    margin: 20px 0px;
    position: relative;
    z-index: 2;
}
div.filterMenu a {display: inline-block;}
div.filterMenu a:hover {background-color: #86ACDB; cursor: default;}
div.filterMenu a i {margin-right: 10px;}
div.filterItems {
	/*position: absolute;*/
	top: 39px;
	padding: 10px;
	background-color: #F7F7F7;
	border: 1px solid #cecece;
	/*display: none;*/
}
div.filterItems a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #cecece;
    text-decoration: none;
    float: left;
    margin: 0px 5px 5px;
    background-color: #fff;
    border-radius: 3px;
    color: #474747;
    font-family: lato;
    font-size: 16px;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}

/*PAGINA DETALIU*/

#text_article h1, #article_meta {
    width: 100%;
    padding-bottom: 0;
}
#text_article h1, #article_meta p {margin-bottom: 0 !important;}


/* SOCIAL MEDIA SHARING */
	div.categItems ul li div.itemShare {
		display: inline-block;
		clear: both;
		position: absolute;
		height: 26px;
		right: 0;
		top: 0;
		opacity: 0;
		transition: all 0.2s ease-out;
	}
	div.categItems ul li:hover div.itemShare {
		opacity: 1;
	}
	div.categItems ul li div.itemShare:hover {
   	background-color: #fff;
	}

	div.categItems ul li div.itemShare > div {
		width: 0;
    position: absolute;
    transition: all 0.2s ease-in;
    float: left;
    height: 26px;
    overflow: hidden;
    right: 0;
    border-top: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background-color: #fff;
    z-index: 9999;
	}
	div.categItems ul li div.itemShare:hover > div {
		width: 116px;  right: -116px;
	  border-top: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
  }

	div.categItems ul li div.itemShare a.shareIcon {
		line-height: 0;
    padding: 0;
    display: none;
    float: left;
    padding: 5px;
    border-left: 1px solid #E4E4E4;
    width: 29px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
    display: inline-block;
    color: #E4E4E4;
    background-color: #fff;
  }
  div.categItems ul li div.itemShare a.facebook.shareIcon:hover {	color: #3B5999;  }
  div.categItems ul li div.itemShare a.twitter.shareIcon:hover {	color: #00A0D2;  }
  div.categItems ul li div.itemShare a.linkedin.shareIcon:hover {	color: #1687B1;  }
  div.categItems ul li div.itemShare a.mail.shareIcon:hover {	color: #CB3737;  }

  div.categItems ul li div.itemShare a.shareSign {
  	display: inline-block;
  	border-left: 0;
		border-top: 1px solid transparent;
		color: #E4E4E4;
		background-color: #F9F9F9;
  }
  div.categItems ul li div.itemShare:hover a.shareSign {
  	border-top: 1px solid #E4E4E4;
    border-left: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    background-color: #fff;
    cursor: default;
    color: #E4E4E4;
  }


  div#itemInfo {
    clear: both;
    margin-bottom: 30px;
    font-size: 14px;
    border-bottom: 4px double #E4E4E4;
    padding-bottom: 10px;
    font-family: lato;
    color: #474747;
    display: block;
}

div#itemInfo a#itemCateg {font-weight: 500; text-decoration: none; color: #474747;}
div#itemContent {}
div#itemContent.plansa {
    background-color: rgba(247, 247, 247, 0.51);
    border: 1px solid #cecece;
}

/* Navigation */
div#articleNavigation a {
    font-weight: bold;
    text-decoration: none;
    padding: 20px 10px;
    color: #474747;
    opacity: 0.9;
    display: inline-block;
    transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -webkit-transition: all 0.1s ease-out;
    text-transform: uppercase;
    font-size: 14px;
}

div#articleNavigation a:hover{ 	color: #00254A;}
div#articleNavigation a#prevItem  {text-align: left;}
div#articleNavigation a#nextItem {float: right; text-align: right; }
div#articleNavigation a i {font-size: 12px;}
div#articleNavigation a:hover {opacity: 1; /*background-color: #F7F7F7;*/}
div#articleNavigation a:hover {width: auto;}
div#articleNavigation a span {
	display: block;
	font-size: 16px;
	font-weight: normal;
	text-transform: capitalize;
	margin-top: 5px;
	clear: both;
}




/*
*** ADD NEW BOX  ***
*/

div#actionBoxDetail {
		box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    clear: both;
    margin: 0 0 20px;
    font-family: lato;
    position: relative;
    border: 1px solid #E4E4E4;
    color: #474747;
    padding: 20px 10px;
    margin-top: 20px;
}
div#actionBoxDetail [class*="col-"] {	border-right: 1px solid #E4E4E4; padding: 0;}
div#actionBoxDetail [class*="col-"]:last-child {border-right: 0;}

div#actionBoxDetail h3 {
	    text-transform: uppercase;
    position: absolute;
    background: #fff;
    display: inline-block;
    padding: 3px 10px 3px 10px;
    top: -15px;
    left: 10px;
}

div#actionBoxDetail.vertical [class*="col-"] {
	width: 100%;
	border: 0;
}


div#actionBoxDetail.planse li {
	width: 30%;
	border-bottom: 0;
}
div#actionBoxDetail.planse li a {	padding:5px;}
div#actionBoxDetail.planse li a img {	margin: 0 auto 5px;     height: 100px;
    width: auto;
    object-fit: cover;}


div#addNew h4 {
		font-size: 16px;	padding: 0; margin-bottom: 0; border-bottom: 0; text-align: center; font-weight: bold;
	}
div#addNew {
    height: 100%;
    padding: 20px 0 0 !important;
    /*border-top: 1px solid #E4E4E4 !important;*/
}
div#addNew a#addNewButton {
		color: #fff;
    background-color: #CB2027;
    font-weight: bold;
    margin: 15px;
    text-decoration: none;
    padding: 10px 25px;
    color: #fff;
    margin: 15px auto 0;
    display: block;
    width: 90%;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;

}
div#addNew a#addNewButton:hover {	background-color: #B11C22; }
div#addNew a#addNewButton:active {
/*	transform: scale(0.95 , 0.95);
	-webkit-transform: scale(0.95 , 0.95);
	-ms-transform: scale(0.95 , 0.95);
	-o-transform: scale(0.95 , 0.95);*/
	background-color: #CB2027;


	animation: zoomInOut 0.3s;

}

div#actionBoxDetail ul li {
	float: left;
  width: 48%;
  margin-right:2%;
  margin-left: 0;

}

div#actionBoxDetail ul li a {
	padding: 10px;
	font-size: 14px;
	overflow: hidden;
    white-space: nowrap;
    position: relative;
}
div#actionBoxDetail ul li a:after {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	height: 100%;
	width: 15px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,ffffff+100&0+0,1+100 */
background: -moz-linear-gradient(left,  rgba(30,87,153,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(30,87,153,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(30,87,153,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}




  /*  SHARE SECTION ON DETAIL PAGE */

  div.socialShare_widget {clear: both; position: relative;  line-height: 1;}
  div.socialShare_widget div#shareList {
  	float: left; display: inline-block;
  }
  div.socialShare_widget .item {
  	box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	-webkit-box-sizing: border-box;
    float: left;
    margin-right: 10px;
    color: #fff;
    padding: 5px 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 14px;
    background-color: #999;
		width: 115px;
    text-align: center;
    position: relative;
    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    display: inline-block;
    text-decoration: none;
    color: #fff !important;
  }
  div.socialShare_widget .item:last-child {margin-right: 0;}
  div.socialShare_widget .item i {margin-right: 10px; position: absolute; left: 10px;}
  div.socialShare_widget .item:hover {	cursor: pointer;  }

div.socialShare_widget div.shareNumbers {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #474747 !important;
	padding: 7px 15px;
	background-color: transparent;
	position: relative;
	text-align: left;
	width: 70px;
}
div.socialShare_widget div.shareNumbers span {
	clear: both;
	display: block;
	font-size: 24px;
}


/* TOP SHARING ON ARTICLE*/
div#itemTopSharing {float: right;}
div#itemTopSharing  div.socialShare_widget > div {clear: none; float: left; }
div#itemTopSharing div.shareNumbers { padding-right: 5px; width: initial;}
div#itemTopSharing a.item {
		width: 25px;
    padding: 6px;
    text-align: center;
    margin-right: 5px;
}
div#itemTopSharing a.item span {display: none}
div#itemTopSharing a.item i { position: relative; left: initial; margin: 0;}



div#socialShare_widgetBottom {
    margin-top: 25px;
}


input[type="text"],
input[type="mail"],
textarea {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    padding: 10px 20px;
    width: 100%;
    border: 1px solid #E4E4E4;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    max-width: 100%;
    max-height: 100px;
    font-size: 16px;
}
textarea {height: 100px;}





a.submitBtn.disabled,
input[type="submit"].disabled  { background-color: #BDC7D8;}

a.submitBtn:hover,
input[type="submit"] :hover {
	background-color: #4D71BE;
}
a.submitBtn i {    transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;}
a.submitBtn i.onRight {	margin-left: 10px;}
a.submitBtn i.onLeft {	margin-right: 10px; }

a.submitBtn:hover i.onRight {
	transform: translate(5px, 0);
	-moz-transform: translate(5px, 0);
	-webkit-transform: translate(5px, 0);
	-ms-transform: translate(5px, 0);
}
a.submitBtn:hover i.onLeft {
		transform: translate(-5px, 0);
	-moz-transform: translate(-5px, 0);
	-webkit-transform: translate(-5px, 0);
	-ms-transform: translate(-5px, 0);
}


/*  SHARE ARTICOLE OVERLAYER*/
div#shareItemOverlayer div.overlayerContain {
	padding: 20px;
}













div#articoleRecomandate h2 {margin-bottom: 20px;}
div#articoleRecomandate .item {
	  width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px solid #e4e4e4;

}
div#articoleRecomandate .item:last-child {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}
div#articoleRecomandate .item:hover { cursor: pointer;}

div#articoleRecomandate .item a {	text-decoration: none;	color: #474747;}
div#articoleRecomandate .item a:hover {text-decoration: none !important;}
div#articoleRecomandate .item .itemImg {
    margin-right: 10px;
    float: left;
    width: 80px;
    overflow: hidden !important;
    height: 80px;
    object-fit: contain;
    -moz-object-fit: contain;
    -webkit-object-fit: contain;
    background-color: #bdc7d8;
}

/*div#articoleRecomandate .item:hover img {
	transform: translate(-50%) scale(1.1, 1.1) !important;
	-moz-transform: translate(-50%) scale(1.1, 1.1) !important;
	-webkit-transform: translate(-50%) scale(1.1, 1.1) !important;
}*/

div#articoleRecomandate .item:hover img {
	transform:  scale(1.1, 1.1) !important;
	-moz-transform: scale(1.1, 1.1) !important;
	-webkit-transform:  scale(1.1, 1.1) !important;
}

div#articoleRecomandate .item .itemImg img {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
	object-fit: cover;
    -o-object-fit: cover;
    -webkit-object-fit: cover;
    width: 100%;
    height: 100%;
}
div#articoleRecomandate .item h3 { line-height: 1.3; }
div#articoleRecomandate .item:hover h3 { color: #00254A;}



/*
*** ARTICOLE RECOMANDATE IN ARTICLE ***
*/

div#itemArticoleRecomandate {
	padding: 15px 10px 10px;
	border-top: 1px solid #E4E4E4;
	border-bottom: 1px solid #E4E4E4;
	margin: 25px auto;
	position: relative;
}
div#itemArticoleRecomandate h3 {
	  text-transform: uppercase;
    position: absolute;
    background: #fff;
    display: inline-block;
    padding: 3px 10px 3px 10px;
    top: -15px;
}
div#itemArticoleRecomandate article.item {
    width: 23%;
    margin-top: 0;
    padding-right: 0;
    padding-left: 0;
    margin: 0 1%;
  }
  div#itemArticoleRecomandate article.item:last-child {
  	margin-right: 0;
  }
div#itemArticoleRecomandate article.item a {
	text-decoration: none;
	line-height: 1.4;
	color: #474747;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
}
div#itemArticoleRecomandate article.item a:hover {color: #000;}
div#itemArticoleRecomandate article.item div.itemImg {
    background-color: #f7f7f7;
    width: 100%;
    min-height: 100px;
}



/*
*** PROPUNE O ... ***
*/

.form {
    padding: 20px 10px;
    background-color: #F7F7F7;
}
.form  .row {
	margin-bottom: 10px;
}

.formResponse {
    margin-bottom: 20px;
}

.formResponse h3.succes {
	font-size: 18px;
	color: #5ba444;
}
.formResponse h3.error {
		font-size: 18px;
		color: #A44444;
}


.row.itemAutor {
    margin-bottom: 10px;
    font-weight: bold;
    font-style: italic;
    color: #474747;
}
.row.itemAutor span {
    font-weight: normal;
}