
@import url(https://fonts.googleapis.com/css?family=News+Cycle|Roboto+Slab|Boldonse|Oswald&display=swap); 


html, body
{
margin: 0;
padding: 0; 
    color: #000000; 
font-family:  'Oswald', sans-serif;
	font-size: 18px;  
	position: relative; 
}



@import url('https://fonts.googleapis.com/css?family=Oswald&display=swap');


html, body
{
margin: 0;
padding: 0; 
    color: #333; 
 font-family: 'Oswald', sans-serif;
	font-size: 18px;  
	position: relative; 
}
	
	.noscroll
	{
		overflow: hidden;
	}
a, a:hover
{
    color: #000000;
	text-decoration: none;	
}
	
	a:hover
{
    color: #666666;
	text-decoration: none;	
}

	.menu_item
	{
		position: relative; 
	}
 
	

	
	.menu_item .menu_sub
	{
	
		height: 0;
	-webkit-transition: height .5s ease 0s;
    -o-transition: height .5s ease 0s;
    transition: height .5s ease 0s; 
		overflow: hidden;
	}	
	
	.menu_item .menu_sub .sub_in
	{
		max-width: 600px;
		display: inline-block;
	}
	
	.menu_item_open .menu_sub
	{ 
		height: 200px;
	}
	
	.menu_sub a, menu_sub a:hover
	{
		margin-left: 15px; margin-right: 15px;
		white-space: nowrap;
		font-size: 23px;
	}
	
	.menu_item .a, .menu_item .a:hover
	{
		font-size: 50px;
		font-weight: bold;
		display: inline-block;
		position: relative;
		padding-right: 50px;
		margin-left: 50px;
	}
	
	

	
		.menu_item a i
	{
		position: absolute;
		top: 30px; 
		right: 5px;
		font-size: 25px;  
    transform:  rotate(0deg); 
		transition: .3s;
	}
	
	
	 .menu_item_open a i
	{
		transform: rotate(180deg);
	}
	
	 .menu_item .a:hover
	{
		color: #666666;
	}
	
	html, body
	{
		margin: 0;
		padding: 0;
	}
	
	#site{
		background: #ffffff; 
		text-align: center;
	}
	
	#site .main
	{
		display: inline-block;
		width: 1000px; 
	}
	
	
	#top {
		position: fixed;
		top: 20px;
		left: 20px;
		right: 20px;
		border: #000000 2px solid;
		min-height: 80px;
		z-index: 10000; 
	-webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s; 
		z-index: 10000000; 
	}
	 
	
	.top_vid
	{ 
		border: #ffffff 2px  solid  !important;
	}
	
	
@media screen and (max-width: 799px) {
	#top {
		border: #000000 1px solid;
	}
	.top_vid
	{ 
		border: #ffffff 1px  solid  !important;
	}
	
	}
	
	
 
	.top_fix
	{
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		background: #ffffff !important;
		border: #ffffff 2px solid !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	}
	
	#top #sigla
	{
		position: absolute;
		top: 3px;
		left: 3px;
		height: 74px;
		width: 300px;
		background: url(/sigla2.png?1) no-repeat;
		background-size: 100% 100%;
	-webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
		display: block;
	}
	
	#top #sigla:hover {
		opacity: 50%;
	}
	
	
	#top #search_icon
	{
		position: absolute;
		top: 10px;
		right: 80px;
		height: 60px;
		width: 60px;
		background: url(/search_icon.png) no-repeat;
		background-size: 100% 100%;
	-webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
		display: none;
	}	

	#top #search_box
	{
		position: absolute;
		top: 15px;
		right: 80px;
		height: 50px;
		width: 50px; 
		display: none;
		border: #000000 2px solid;
		width: 300px;
    background: #eeeeee !important;
		z-index: 100000000;
	}

 


 #search_box #search_sub_div
 {
 position: absolute;
 top: 100%;
 left: 0;
 right: 0;
 display: none;
 min-width: 300px;
 }
 
  #search_box:hover #search_sub_div
  { 
    display: block !important;
  }


   #search_box:hover #search_sub_div .search_sub_in
   {
    padding: 20px;
    background: #eeeeee;
    border: #000000 2px solid; 
    max-height: 250px;
    overflow-y: auto; 
	text-align: left;
   }
   
     #search_box:hover #search_sub_div .search_sub_in a,   #search_box:hover #search_sub_div .search_sub_in a:hover
    {
    position: relative;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    border-bottom: #eeeeee 1px solid;
    white-space: nowrap;
    overflow: hidden;
    }
    
     #search_box:hover #search_sub_div .search_sub_in a .search_sub_dist,   #search_box:hover #search_sub_div .search_sub_in a:hover search_sub_dist 
    {
    
    font-size: 11px; color: #999999;
    font-weight: normal;
    position: absolute;
    left: 40px;
    bottom: 0px;
    height: 15px;
    line-height: 15px;
    }
    
      #search_box:hover #search_sub_div .search_sub_in a:hover
     {
     color: blue;
     }

 #search_box:hover #search_sub_div .search_sub_in a img,   #search_box:hover #search_sub_div .search_sub_in a:hover img 
{ 
width: 30px;
height: 30px; 
display: inline-block;
background-size: 100% 100%; 	
border: 0px; 
margin-right: 10px;
position: relative;
bottom: -5px;
}


 #search_box:hover #search_sub_div .search_sub_in a span,   #search_box:hover #search_sub_div .search_sub_in a:hover span 
{
position: relative;
top: -10px;
display: inline-block;
}


  

#top #search_box input
{
	background: none;
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 40px;
	bottom: 0;
}


#top #search_box #src_icon
{ 
		position: absolute;
		top: 5px;
		right: 5px;
		height: 40px;
		width: 40px;
		background: url(/search_icon.png) no-repeat;
		background-size: 100% 100%;
}



@media screen and (max-width: 799px) {
	
	#top #search_icon
	{
		position: absolute;
		top: 5px;
		right: 40px;
		height: 30px;
		width: 30px; 
	}	
	 

	#top #search_box
	{
		position: absolute;
		top: 5px;
		right: 40px;
		height: 30px; 
		width: auto; 
		left: 5px;
	}

#top #search_box #src_icon
{ 
		position: absolute;
		top: 0;
		right: 0;
		height: 30px;
		width: 30px; 
		background-size: 100% 100%;
}

	
}


	
	#top #menu
	{
		position: absolute;
		top: 10px;
		right: 10px;
		height: 60px;
		width: 60px;
		background: url(/menu.png?1) no-repeat;
		background-size: 100% 100%;
	-webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
		display: block;
	}
	
	  .top_vid  #sigla {
		
		background: url(/sigla1.png?1) no-repeat !important;
		background-size: 100% 100% !important;
	}		
	
	.top_vid  #menu  { 
		background: url(/menu1.png?1) no-repeat !important;
		background-size: 100% 100% !important;
	}
	
		.top_fix  #sigla, .top_open  #sigla   {
		
		background: url(/sigla2.png?1) no-repeat !important;
		background-size: 100% 100% !important;
	}	
	
	
	#top #menu:hover {
		opacity: 50%;
	}
	
	#top #menu_div
	{
		height: 0;
	-webkit-transition: height .5s ease 0s;
    -o-transition: height .5s ease 0s;
    transition: height .5s ease 0s;
		display: none;
		text-align: center;
	}
	 
	.top_fix  #menu, .top_open  #menu  { 
		background: url(/menu.png?1) no-repeat !important;
		background-size: 100% 100% !important;
	}

     #top.top_open #search_icon { 
		display: block;
}     

#top.top_open #search_box.search_open { 
		display: block;
}
	
	.top_open
	{
		background: #eeeeee !important;
		border: #000000 1px solid !important;
		bottom: 0 !important;
		overflow-y: auto;
	}
	
	.top_open #menu
	{ 
		background-image: url(/menux.png?2) !important; 
	}
	
	.top_open #menu_div
	{ 
		padding-top: 100px; 
		 min-height: 550px !important;
		 height: auto !important;
		display: block !important;
	}
	
	
	
	.video-wrapper
	{
		text-align: center;
		position: relative;
	}	
	
	.video-wrapper .video-in
	{ 
		text-align: center;
        min-height: 65vh;
	}
	
	.video-wrapper .video_description
	{
		display: inline-block;
		position: absolute;
		top: 50%;
		left: 50%;
		border: #ffffff 2px solid;
		padding: 10px; 
        font-size: 84px;
        line-height: 80px;
		color: #ffffff;
    -webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); 
		border-radius: 30px;
    font-weight: bold;
		z-index: 10000;
	}
	
	.slide-video
	{
		max-width: 100%;
       -o-object-fit: cover;
       object-fit: cover;
    min-height: 65vh;
    height: 100%;
    width: 100%;
	}
	
	.slide-video-img
	{
		 width: auto; 
		max-width: 600px;
	}
	
		
@media screen and (max-width: 799px) {
	
	 .slide-video-img
	{
		 width: auto; 
		max-width: 100%;
	}
	
	
	
	#site .main 
	{
		display: block;
		width: auto;
	}
	
	.video-wrapper .video_description
	{ 
        font-size: 30px;
        line-height: 30px; 
		white-space: nowrap;
	}	
	
	
	#top { 
    top: 10px;
    left: 10px;
    right: 10px; 
    min-height: 40px; 
}
	
	#top #sigla { 
    height: 36px;
    width: 150px;  
}
	
	#top #menu { 
    top: 5px;
    right: 5px;
    height: 30px;
    width: 30px; 
}
	.top_open #menu_div {
    padding-top: 60px;
	}
	
	.menu_item .a, .menu_item .a:hover
	{
		font-size: 28px;
	}
	
	.menu_item a i { 
    top: 15px;
    right: 20px;
    font-size: 15px;  
    }
	
	.menu_sub a, menu_sub a:hover {
    margin-left: 10px;
    margin-right: 10px; 
    font-size: 16px;
}
	
	
	}
	
	
	



.video-in-black
{
	background: #000000;
}

.h_100
{
	height: 60px;
}

.data_bold
{
	display: inline-block;
}

.data_bold span
{
  display: block;	
  font-family: "Boldonse", system-ui;
  font-weight: 400;
}

 .data_exp .data_bold { 
    text-decoration: line-through;
}

.spectacol_title
{
	border-bottom: 2px solid #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 45px;
    justify-content: space-between;
	font-weight: bold;
}


@media screen and (max-width: 799px) {
	.spectacol_title
{
	border-bottom: 2px solid #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 27px;
    justify-content: space-between;
	font-weight: bold;
}
}
 
.spectacol_desc
{ 
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 23px;
    justify-content: space-between;
	 font-weight: normal;
}


@media screen and (max-width: 799px) {
	.spectacol_title
{
	border-bottom: 2px solid #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 27px;
    justify-content: space-between;
	font-weight: bold;
}
	.spectacol_desc
{ 
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 18px; 
	font-weight: normal;
}
	
	
}


#popup
{
width: 650px;
max-width: 90%;
min-height: 20px;
position: fixed;
top: 50%;
left: 50%;	
-webkit-box-shadow: 0px 0px 27px 0px rgba(50, 50, 50, 0.57);
-moz-box-shadow:    0px 0px 27px 0px rgba(50, 50, 50, 0.57);
box-shadow:         0px 0px 27px 0px rgba(50, 50, 50, 0.57);
background: #ffffff;	
    -webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); 
   -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	z-index: 100000;
	display: none;
}

#popup .popup_in
{
margin: 20px;
text-align: center;	
}

#tranz_div
{
position: fixed;
top: 50%;
bottom: 50%;
left: 50%;
width: 0;
height: auto;

-webkit-transform: translateX( -50%);
  -ms-transform: translateX( -50%);
  transform: translateX( -50%); 
  opacity: 0; 
  z-index: 100000;
-webkit-transition: all 100ms linear;
    transition: all 100ms linear; 
}

.tranz_div_show
{
bottom: 10px !important;
top: 10px !important;
opacity: 1 !important;	
width: 800px !important;
}

#tranz_div #tranz_div_in
{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0; 
   overflow-y: auto;	 
  background: #ffffff;
}

#tranz_div .close_trailer
{
width: 20px;
height: 20px;
position: absolute;
top:  10px;
right:  20px;
background: #000000 url(/cicons/white/png/round_delete_icon&24.png);
background-size: 100% 100%;	
border: #ffffff 2px solid;
line-height: 0;
text-align: center;

	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

 
#tranz_div_back
{
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;	
background: url(/b75.png);
  display: none; 
  z-index: 10000;
}



#trailer
{
position: fixed;
top: 50%;
left: 50%;
width: 560px;
height: 315px;

-webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%); 
  display: none; 
  z-index: 10000;
}

#trailer .close_trailer
{
width: 20px;
height: 20px;
position: absolute;
top: -25px;
right: -25px;
background: url(/cicons/white/png/round_delete_icon&24.png);
background-size: 20px 20px;	
}

#trailer_back
{
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;	
background: url(/b75.png);
  display: none; 
  z-index: 1000;
}

 
input, textarea, select {
    outline: none !important;
	font-size: 15px;
	font-weight: normal;
	color: #000000;
	background: #fefefe;
	border: #999999 1px solid;
	padding: 5px; 
	padding-left: 10px;
	padding-right:10px;
	font-size: 15px; 
	-webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px; 
}

form
{
padding: 0;
margin: 0;	
}

.form
{
background: #eeeeee; 
	line-height: 200%;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	display: inline-block;
	width: 300px;
	margin-top: 20px; 
}

.form input, .form textarea, .form select
{
		background: #ffffff;
}

a, a:hover
{
    color: #000000;
	text-decoration: none;	
}


.calendar
{ 
height: auto;
display:  block;
position: relative;
max-width: 100%;
	margin-top: 10px;
}

.calendar .h
{
height: 30px;
position: relative;	 
margin-bottom: 3px;
}

.calendar .h .prev, .calendar .h .next
{
	position: absolute;
	left: 0;
	top: 50%;
	
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	font-weight: bold;
	width: 25px;
	height: 25px;
	line-height: 25px; 
	border: #cccccc 1px solid;
	text-align: center; 
}
 
.calendar .h .next
{ 
	right: 0; 
	left: auto;
}

.calendar .h .prev:hover, .calendar .h .next:hover
{
background-color: #eeeeee; 
}


.calendar .h .t
{
	position: absolute;
	left: 50%;
	top: 50%;
	
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	font-weight: bold;
}


.calendar .cbody
{ 
height: auto;
display: block;
position: relative;	
max-width: 100%;	
}

.cbody .z
{
width: 27.9px;
height: auto;
display: inline-block;	
	margin-right: 3px;
	margin-bottom: 3px;
}


.cbody .z .zin
{ 
	
width: 27px; 
height: 30px;
	font-size: 12px;
	line-height: 30px;
text-align: center; 
	border: #cccccc 1px solid;
	color: #cccccc;
cursor: pointer;
display: block;	
 
}


.cbody .z .zspec
{
	background: #cccccc;
	border: #cccccc  1px solid;
	color: #000000;
}

.cbody  .z_sel
{
	position: relative; 
}

.cbody  .z_sel .zin, .cbody  .z_sel .zin:hover
{ 
	background: #000000;
	border: #000000  1px solid;
	color: #ffffff;
}

.cbody .z_sel:after
{
	position: absolute;
	bottom: -9px;
	left: 50%;
    -webkit-transform: translateX(  -50%);
    transform: translateX( -50%);  
    font: normal normal normal 20px / 1 FontAwesome;
	widht: 20px;
	height: 20px;
	line-height: 20px;
	background-size: 20px 20px;
    content: "\f0d7";
	color: #000000;
}

#calendar_in
{
 min-height: 60px; 
	padding-top: 10px;
    padding-bottom: 10px; 
	font-size: 15px; 
	text-align: center;
}

	#calendar_in a
	{
		display:  block;
		white-space: nowrap;
	}


@media screen and (max-width: 799px) {
	.cbody .z_sel:after
{
	bottom: -9px;
}
	
	#calendar_in a
	{
		display: block;
		white-space: nowrap;
	}
}


#calendar_in
{
max-width: 100%;
	overflow-x: auto;
}


.cbody .z ._dum
{ 
}


.cbody .z ._azi
{ 
position: relative; 
}

.cbody .z ._azi:after
{
	position: absolute;
	top: 1px;
	left: 50%;
    -webkit-transform: translateX(  -50%);
    transform: translateX( -50%);  
	content: "AZI";
	font-size: 8px;
	height: 10px;
	line-height: 10px;
}
 

.cbody .z .zih
{
margin: 3px;
text-align: center;
padding: 5px; 	
}

.no_uu, .no_uu:hover, .no_uu-ov, .no_uu-ov:hover
{
font-size: 14px;
display: inline-block;
width: 22px;
height: 22px;
text-align: center;
line-height: 22px;
color: #000000;	
background: #cccccc;
-webkit-border-radius: 50%; 
-moz-border-radius: 50%;
border-radius: 50%;
}

.no_uu:hover
{
background: #000000;
color: #ffffff;	
}

.no_uu-ov, .no_uu-ov:hover
{
background: #000000;
color: #ffffff;	
}


.red, .red:hover
{
font-size: 13px;
color: #793c5e;	
height: 16px;
line-height: 16px;
}

.red_big, .red_big:hover
{
font-size: 18px;
color: #ffffff;	
height: 16px;
line-height: 16px;
}

._rcal, ._rcal:hover
{
padding-left: 23px;
background: url(/cicons/black/png/calendar_2_icon&16.png) left no-repeat;
background-size: 12px 12px;
}

._left
{
float: left;
margin-right: 20px;	
}


 
.owl-nav
{
	position: static; 
}

.owl-prev, .owl-next
{ 
    position: absolute;
    left: 0px;
    top: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    background:  #eeeeee !important; 
    cursor: pointer;
    z-index: 1000 !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); 
	z-index: 100000; 
}

.owl-next
{
    right: 0px;
    left: auto;  
}


.owl-prev:before
{
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    content: "\f060";
	font-size: 35px;
}

.owl-nav .disabled {
  display: none;
}

.owl-next:before
{
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
	position: absolute;
	top: 50%;
	left: 50%;
	display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    content: "\f061";
	font-size: 35px; 
}


@media screen and (max-width: 799px) {
	
	.noutati .noutate div span 
	{
		    font-size: 17px !important;
	}
	
 .owl-prev, .owl-next
{  
    width: 40px;
    height: 40px;
	
}
	.owl-prev:before, .owl-next:before {
		 
	font-size: 28px; 
	}
}


.owl-prev span, .owl-next span 
{
	display: none;
}

.owl-carousel
{
	margin-top: 10px;  
	height: 320px !important;
	overflow: hidden !important;
	white-space: nowrap !important;
	border-bottom: #000000 2px solid;
}

.owl-stage-outer {
	
	white-space: nowrap !important;
}

.owl-stage
{
	white-space: nowrap !important;
	height: 600px !important;
}

.ow-item
{ 
	display:  block;
	vertical-align: bottom;  
	border-left: 2px solid #000000; 
	height: 310px; 
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}


.ow-item .ow-img 
{  
    max-height: 300px;
	vertical-align: bottom; 
	bottom: 65px;
	left: 10px;
	position: absolute;
	width: 100% !important;
}
 .owl-carousel-images .ow-item 
{ 
    height: 300px;
}

.owl-carousel-images .ow-item .ow-img 
{ 
     height: 365px;
	bottom: 0;
	width: auto !important;
	position: relative;
}

.ow-item .ow-bottom
{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px; 
	font-size: 22px;
color: #000000;	 
	white-space: pre-wrap;
}

.ow-item .ow-bottom a, .ow-item .ow-bottom a:hover{
	background: #ffffff;
}

.ow-item .ow-bottom em
{
font-size: 18px;
white-space: normal;
	font-style: normal;
	color: #666666;
	display: block;
	background: #ffffff;
}


@media screen and (max-width: 799px) {
 
.ow-item .ow-bottom em
{
font-size: 16px;
white-space: normal;
	font-style: normal;
	color: #666666;
	display: block;
}
 
	
	
}



.owl-dots
{
	diplay: none !important;
}

.persoana
{
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px; 
	border-bottom: #000000 2px solid;
}

.persoana-header { 
	position: relative;
}


.persoana-header i { 
    transition: transform 0.3s ease;
	position: absolute;
	right: 0;
	font-size: 25px;
	top: 15px;
	cursor: pointer;
}
.persoana-header.active i {
    transform: rotate(180deg);
}
.persoana-content {  
    transition: max-height 0.3s ease-out;
    padding-top: 20px;
    padding-bottom: 20px;
	display: none;
	height: 400px;
	overflow-y: scroll;
}



.persoana a, .persoana a:hover
{
font-size: 22px;
color: #000000;	 
padding: 0;
	margin: 0;
}

 

.persoana em
{
font-size: 18px;
white-space: normal;
	font-style: normal;
	color: #666666;
}

.cvimg
{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 200px;
}

.descrierea
{   
    max-height: 600px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; 
	padding-top: 20px;
	font-size: 18px;
}

.descrierea p
{
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
}

.descrierea:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    height: 80px;
    background: url(/art_content.png) bottom repeat-x;
    background-size: 100% 100%;
    content: " ";
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

.descrierea .desc_more {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #eeeeee !important;
    cursor: pointer;
    z-index: 1000 !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 100000;
}

.desc_more:before {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    content: "\f063";
    font-size: 35px;
}

.descrierea_h
{ 
max-height: 10000px !important; 
}

.descrierea_h .desc_more, .descrierea_h:after
{
 display: none;
}


@media screen and (max-width: 799px) {
.descrierea
	{
		padding-left: 10px;
		padding-right: 10px;
		font-size: 16px;
	}
	
	
.descrierea .desc_more { 
    width: 35px;
    height: 35px;
}
	
.desc_more:before {
    font-size: 30px;
	}
	
}



 @media screen and (max-width: 799px) { 
	 
	 .persoana-header i { 
    
	font-size: 18px;
	top: 18px; 
}
	

.persoana a, .persoana a:hover
{
font-size: 18px;
color: #000000;	 
padding: 0;
	margin: 0;
}

 

.persoana em
{
font-size: 14px;
white-space: normal;
	font-style: normal;
	color: #666666;
} 
	 
 .cvimg
{
	float: none;
	margin: 10px; 
	width: 90%;
}
 }

.trupa_box
{
position: relative;	
}


.trupa_box .trupa_a
{
	position: absolute; top: -70px;
}

._inl
{
display: inline-block;
white-space: nowrap; 
width: 33%;	
overflow: hidden;
vertical-align: top;
}

.persoana_min
{
display: inline-block;
white-space: nowrap;
margin-left: 15px;
}

.persoana_min a, .persoana_min a:hover
{
font-size: 14px;
color: #000000;	 
}

.persoana_min img
{
margin-right: 10px;
position: relative;
bottom: -5px;	
}

.img_r_20, .img_r_30, .img_r_40, .img_r_60, .img_r_80, .img_r_24, .img_r_26
{
 
width: 40px;
min-height: 40px; 
display: inline-block;
background-size: 100% auto; 	
border: 0px;
position: relative; 
}


.img_r_20
{ 
width: 20px;
min-height: 20px;  
}

.img_r_40
{ 
width: 40px;
min-height: 40px;  
}


.img_r_60
{ 
width: 60px;
min-height: 60px;  
}


.img_r_80
{ 
width: 80px;
min-height: 80px;  
}

.img_r_24
{ 
width: 24px;
min-height: 24px;  
}

.img_r_26
{ 
width: 26px;
min-height: 26px;  
}


.img_80
{
width: 80px;	
}


.img_60
{
width: 60px;	
}

.content_lb_class
{
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: #000000;
display: none;
z-index: 10000000000; 
}
 

.content_lb_class .content_lb_close
{
position: absolute;
top: 20px;
right: 20px; 
width: 35px;
height: 35px;
line-height: 35px;
background: url(/icons/white/ic_action_remove.png) center no-repeat;	
}

.content_lb_class .content_lb_in_class
{
position: absolute;
top: 50px;
left: 50px;
bottom: 50px;
right: 50px; 
}

.content_lb_class .content_lb_in_class .content_lb_poza
{
position: absolute;
top: 0px;
left: 0px;
bottom: 0px;
right: 350px;
text-align: center;
display: inline-block;
vertical-align: middle;
}


.content_lb_class .content_lb_in_class .content_lb_poza img
{
max-width: 100%;
max-height: 100%;
position: absolute;
top: 50%;
left: 50%;

    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}




.content_lb_class .content_lb_in_class .content_lb_detalii
{
position: absolute;
top: 0px; 
bottom: 0px;
right: 0;
width: 350px;
overflow-y: auto;
background: #000000;
	color: #ffffff;
}


.content_lb_class .content_lb_in_class .content_lb_detalii .content_lb_detalii_in
{
padding: 20px;
}

.content_lb_class .content_lb_in_class .content_lb_detalii .content_lb_detalii_in a,
.content_lb_class .content_lb_in_class .content_lb_detalii .content_lb_detalii_in a:hover{
	color: #ffffff;
}


.content_lb_poza .prev
{
	position: absolute;
    top: 50%;
    left: 5px; 
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	margin-right: 8px;
    z-index: 10;
    width: 35px;
    height: 35px; 
    cursor: pointer;
    display: block;   
}

.content_lb_poza .prev div
{
	position: absolute;
    top: 0;
    left: 0px;
    z-index: 1000; 
    width: 35px;
    height: 35px;
    cursor: pointer;
    display: block; 
	
	
background: url(/icons/white/ic_action_previous_item.png) center no-repeat;  
	
}


.content_lb_poza .next
{
	position: absolute;
    top: 50%;
    right: 5px; 
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	margin-left: 8px;
    z-index: 10;
    width: 35px;
    height: 35px; 
    cursor: pointer;
    display: block;  
}

.content_lb_poza .next div
{
	position: absolute;
    top: 0;
    left: 0px;
    z-index: 100; 
    width: 35px;
    height: 35px;
    cursor: pointer;
    display: block; 

background: url(/icons/white/ic_action_next_item.png) center no-repeat;  


}





.poze_user
{
position: relative;
line-height: 0;
}


.poze_user .poza_user
{ 
position: relative;
line-height: 0;
text-align: center;
}

 ._20 
 {
 position: relative;
 }

 ._20  .poza_user
{
width: 20%; 
position: relative;
line-height: 0;
text-align: center;
}


.poze_user .poza_user .poza_user_in
{
padding: 1px;
position: relative; 
line-height: 0;
}

.poze_user .poza_user  .poza_user_in img
{
 max-width: 100%;  
}


#loader
{
position: fixed;
top:  50%;
left: 50%;
width: 100px; 
height: 100px;

  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);	
  z-index: 1000000000;
  display: none; 
}

#loader img 
{
width: 100%;
height: 100%;	
}

.no_overflow
{
overflow: hidden !important;	
}

.round, .round:hover
{
width: 18px;
height: 18px;
line-height: 18px;
text-align: center;
display: inline-block;	 
background: #000000;
color: #ffffff;
font-size: 12px !important;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.sdwn {
  width: 28px;
  height: 28px;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  margin-left: 5px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: #793c5e 1px solid;
}

 .sdwn a,  .sdwn a:hover
 {
	  width: 28px;
  height: 28px; 
  line-height: 28px; 
 }
 
  .sdwn a  img,  .sdwn a:hover img
 {
	  width: 28px;
  height: 28px;  
 }


.bottom
{
min-height: 200px;
background: #DADADA; 
color: #000000;
text-align: center;
}

.bottom a, .bottom a:hover
{
color: #000000 !important;	
}

.bottom a:before, .bottom a:hover:before
{
	display: none !important;	
}

.partener
{
	display: inline-block;
	margin: 5px;
	padding: 5px;
	border: #000000 1px solid;
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;	
	vertical-align: bottom;
}

.header
{
position: relative;
top: 0;
left: 0;
right: 0;
height: 180px; 
text-align: center;
z-index: 10000;
background: #ffffff;
}

.header .header_in
{ 
height: 180px;   
position: relative;
display: block;
	text-align: center;
}

.header .header_in .menu_mob
{
	display: none;
}

.grey
{
background: #eee;	
}




.header .header_in .site_top_top {
    position: absolute;
    height: 1px;
    line-height: 1px;
    font-size: 14px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: left;
    width: 1200px;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
    border-bottom: #eeeeee 1px solid;
    z-index: 10000;
}
 


.header .header_in .logo
{
min-height: 60px;
line-height: 60px;	
display: inline-block; 
font-size: 24px; 
position: absolute;
top: 0px;
left: 50%;
color: #000000;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);	
}


.header .header_in .menu
{ 
display: block; 
position: absolute; 
text-align: center; 
bottom: 0;
left: 0;
right: 0;
background: #333333;	
}

.header .header_in .menu .menu_item 
{ 
display: inline-block; 
position: relative; 	
}

.header .header_in .menu .menu_item .a, .header .header_in .menu  .menu_item .a:hover
{
color: #000000;	
display: inline-block; 
padding-left: 8px;
padding-right: 8px;
text-decoration: none; 
line-height: 45px;
 height: 45px; 
 letter-spacing: +1px;
font-size: 18px; 
border-top: #cccccc 1px solid;
border-bottom: #cccccc 1px solid;
background: #ffffff;
}

.header .header_in .menu  .menu_item:hover .a
{ 
color: #ffda04;
}



.header .header_in .menu .menu_item .menu_sub
{
position: absolute;
top: -100000px;
left: 0px;
padding: 10px; 
opacity: 0;
min-width: 200px;
white-space: nowrap;
text-align: left;  
-webkit-transition: opacity 100ms linear;
    transition: opacity 100ms linear; 
}



.header .header_in .menu .menu_item:hover .menu_sub
{ 
top: 35px;  
opacity: 1;  
}


.header .header_in .menu .menu_item .menu_sub .sub_in
{
background: #333333; 
padding: 10px;
padding-left: 5px;
padding-right: 5px;
}

.header .header_in .menu .menu_item .menu_sub .sub_in a, .header .header_in .menu .menu_item .menu_sub .sub_in a:hover
{
height: 30px;
line-height: 30px;
color: #ffffff;
display: block;
font-size: 18px;   
padding-left: 5px;
padding-right: 5px;
}

.header .header_in .menu .menu_item .menu_sub .sub_in a:hover
{  
color: #ffda04 !important;
}

hr
{
background: #eeeeee;
height: 1px;
border: 0;	
box-sizing: border-box;
}

.header .header_in .menu .menu_item .menu_sub .sub_in hr
{
background: #eeeeee;
height: 1px;
border: 0;	
box-sizing: border-box;
}

.bilete, .bilete:hover
 {
 
 
 	display: inline-block; 
    color: #000000;
	height: 35px;
	line-height: 35px;
	font-style: normal;
    font-weight: normal;
    font-size: 14px; 
    letter-spacing: 0px;
     max-width: 100%;
    padding-left: 30px;
    padding-right: 30px;
     border-radius: 30px; 
	 background: #333333;
	 color: #dac991;
	 border: #dac991 1px solid;
	 cursor: pointer; 
 }

 .header .header_in .bilete
 {
 position: absolute; 
 right: 160px;
 
     top: 40px; 
    bottom: 0;
 z-index: 1000;
  
 }
 

.w_50
{
width: 50%;
display: inline-block;	
vertical-align: top;
}

.title1, .title1:hover
{ 
display: block; 
    padding-left: 0;
    padding-right: 0;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    padding-top: 9px;
    padding-bottom: 9px;
	font-weight: bold;    
	font-size: 22px;
    line-height: 22px;
    margin-top: 60px;
}

.title2, .title2:hover
{ 
display: block;  
    border-top: 1px solid #000000; 
    text-transform: uppercase;
    padding-top: 9px;
    padding-bottom: 9px;
	font-weight: bold;    
	font-size: 16px;
    line-height: 16px; 
}
.socials_bottom
{
	margin-top: 20px;
	text-align: center;
}

.bottom-socials {
    margin-left: 10px; 
    line-height: 60px;
    width: 60px;
    height: 60px;
    font-size: 26px;
	text-align: center;
    display: inline-block;
    color: #000000;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; 
	border:#000000 1px solid;
	vertical-align: middle; 
	position: relative;
}

.bottom-socials i
{
	position: absolute;
	top: 50%;
	left: 50%;
    -webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); 
}

 
@media screen and (max-width: 799px) {
.title1, .title1:hover
{ 
display: block; 
    padding-left: 5px;
    padding-right: 5px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
    text-transform: uppercase;
    padding-top: 0; 
    padding-bottom: 0; 
	font-weight: bold;    
	font-size: 18px;
    line-height: 28px;
    margin-top: 40px;
}	
}


.title2, .title2:hover
{
	font-size: 16px;
	font-weight: bold;
	color: #000000;  
	display: block; 
}

.noutati
{
position: relative;
	border-t0p: #000000 2px solid;
}

.noutati .noutate, .noutati .noutate:hover
{
display: block;  
vertical-align: middle;
position: relative;
}

.noutati .noutate div
{
    padding: 10px;  
	border-bottom: #000000 2px solid;
}


.noutati .noutate div span
{
font-size: 20px;  
color: #333333; 
    line-height: 1;  
     -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

.noutati .noutate:hover div span
{
	color: #666666;
}

.detalii, .detalii:hover
{
	display: inline-block;
	background: linear-gradient(90deg, #d2172f, #d2172f);
    color: #ffffff;
	height: 30px;
	line-height: 30px;
	font-style: normal;
    font-weight: normal;
    font-size: 14px; 
    letter-spacing: 0px;
     max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
     border-radius: 20px;
	 border: #d2172f 2px solid;
	 margin-top: 20px;
	 cursor: pointer;
	 position: relative;
}
.detalii span
{ 
	 position: relative;
    z-index: 10;
}

.detalii:before {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 0;
    border-radius: inherit;
    background-clip: content-box; 
    background-color: #000000;
    -webkit-transition: 333ms all;
    -o-transition: 333ms all;
    transition: 333ms all;
    pointer-events: none;
    left: auto;
    left: 0;
    width: 0%;
}

.detalii:hover:before, .mos_out:hover .detalii:before
{
width: 100%;	
}

.articole_mos
{
position: relative;	
}

.articole_mos .mos_out
{
position: relative;
display: block; 
vertical-align: top;
height: 400px;
	margin-top: 10px;
	margin-bottom: 10px;
}


.articole_mos .mos_out .mos 
{  
display: block;
position: absolute;
top: 10px;
bottom: 10px;
left: 10px;
right: 10px;
    border-radius: 40px;
	
	
    box-shadow: 0 0 15px rgba(125, 125, 125, 0.18);
}

.pause_video, .pause_video:hover
{
	position: absolute;
	bottom: 25px;
	left: 25px;
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #ffffff;
	font-size: 20px;
	text-align: center;background: #7a7a7a;
background: linear-gradient(90deg,rgba(122, 122, 122, 0.6) 0%, rgba(122, 122, 122, 0.6) 100%);
	z-index: 10000;
	border-radius: 50%;
-webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
	
}

.bilete_button, .bilete_button:hover
{
	position: absolute;
	bottom: 25px;
	right: 25px;
	display: inline-block;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	color: #ffffff;
	font-size: 18px;
	text-align: center;background: #7a7a7a;
background: linear-gradient(90deg,rgba(80, 80, 80, 0.6) 0%, rgba(80, 80, 80, 0.6) 100%);
	z-index: 10000;
	border-radius: 60px;
-webkit-transition: all 1000ms linear;
    transition: all 1000ms linear; 
	font-weight: 200; 
	letter-spacing: +1px;
	
} 

.bilete_button:hover
{ 
background: linear-gradient(90deg,rgba(40, 40, 40, 0.6) 0%, rgba(80, 80, 80, 0.6) 100%);
}

.bilete_button_fix, .bilete_button_fix:hover
{
	position: fixed;
	bottom: 10px !important;
	right: 10px !important; 
}

.bilete_button_s, .bilete_button_s:hover
{
	position: absolute;
	top: 15px;
	right: 5px;
	display: inline-block;
	min-width: 40px;
	height: 35px;
	line-height: 35px;
	padding-left: 20px;
	padding-right: 20px;
	color: #000000;
	font-size: 18px;
	text-align: center;background: #b3b3b3;
background: linear-gradient(90deg,rgba(179, 179, 179, 0.6) 0%, rgba(179, 179, 179, 0.5) 100%);
	z-index: 10000;
	border-radius: 60px;
-webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
	font-weight: 200; 
	letter-spacing: +1px;
	
}


@media screen and (max-width: 799px) {
	.pause_video, .pause_video:hover
{
	bottom: 23px;
	left: 23px;
	height: 35px;
	width: 35px;
	line-height: 35px; 
	font-size: 16px;
}
	.bilete_button, .bilete_button:hover
{
	bottom: 23px;
	right: 23px;
	 
	height: 27px;
	line-height: 27px;
	padding-left: 10px;
	padding-right: 10px; 
	font-size: 15px;
	padding-bottom: 1px;
}
}

.pause_video i
{
	position: absolute;
	top: 50%;
	left: 50%;
    -webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%); 
}

.pause_video .fa-play
{
	display: none;
}

.paused .fa-play
{
	display: inline-block;
}

 .paused .fa-pause
{
	display: none;
}
 
 
.articole_mos .mos_out .mos .mos_deg
{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000000;
background: linear-gradient(90deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 18%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.4) 100%);
	z-index: 1;
    border-radius: 40px;
	
}


.articole_mos .mos_out .mos_poza
{ 
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 0;
background: top left no-repeat;
background-size: 100% auto; 
    border-radius: 40px;
    box-shadow: 0 0 15px rgba(125, 125, 125, 0.18);
}



@media screen and (max-width: 799px) { 
	.articole_mos .mos_out .mos_poza
{ 
background-size: auto 100% ; 
	background-position: center center;
}
}

 
 .articole_mos .mos_out .mos_video
	{
		max-width: 100%;
       -o-object-fit: cover;
       object-fit: cover; 
    height: 100%;
    width: 100%;
    border-radius: 40px;
    box-shadow: 0 0 15px rgba(125, 125, 125, 0.18);
	}
	

 


 

.articole_mos .mos_out .mos_caption
{ 
    position: absolute;
    right: 15px;
	left: 43%;
	
	bottom: 80px; 
	border-right: 0;
	z-index: 10; 
	color: #ffffff;
	font-size: 16px; 
	z-index: 10000;
	overflow: hidden;
}

 

 
.articole_mos .mos_out .mos_caption .mc2
{  
	color: #ffffff;
	font-size: 30px; 
	overflow: hidden; 
	letter-spacing: +1px; 
    font-family: "Boldonse", system-ui;
    font-weight: 400;
}


 

		
@media screen and (max-width: 799px) {
	
.articole_mos .mos_out .mos .mos_deg
{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000000;background: #000000;
background: linear-gradient(90deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.14) 11%, rgba(0, 0, 0, 0.28) 20%, rgba(0, 0, 0, 0.4) 100%);
	z-index: 1;
    border-radius: 40px;
	
}
 	

.articole_mos .mos_out .mos_caption
{ 
    position: absolute; 
	right: 10px;
	left: 20%;
	
	bottom: 55px; 
	border-right: 0;
	z-index: 10; 
	color: #ffffff;
	font-size: 15px;  
}

 

 
.articole_mos .mos_out .mos_caption .mc2
{  
	color: #ffffff;
	font-size: 20px; 
	overflow: hidden; 
	letter-spacing: +1px; 
    font-family: "Boldonse", system-ui;
    font-weight: 400;
}

	 
	
	
	
}


.articole_mos .mos_out .mos_in .mos_title
{
font-size: 20px;
font-weight: bold;	
color: #ffffff;
     font-weight: 400;
    font-size: 30px;
    line-height: 1;
	letter-spacint: +1px; 
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);


-webkit-transition: all 1000ms linear;
    transition: all 1000ms linear; 
}


.articole_mos .mos_out:hover .mos_in .mos_title
{
color: #d9c891;
}


.articole_mos .mos_out .mos_in .mos_zi
{
color: #dac991;
    
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
    font-size: 20px; 
	margin-top: 10px;
}

.articole_mos .mos_out .mos_in .mos_ora
{
color: #ffffff;
    
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
    font-size: 18px; 	
}


.articole_mos .mos_out .mos_in .mos_data_more
{
color: #ffffff; 
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
    font-size: 16px; 	
}

.articol
{
position: relative;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: #eeeeee 1px solid;	
min-height: 100px;
}

.articol .articol_poza
{
float: left;
position: relative;
width: 150px;
 margin-right: 20px;
 text-align: center;
}

.articol .articol_poza img
{
	 height: 150px; 
	 max-width: 150px;
}

.articol .articol_in
{ 

    display: block;
    overflow: hidden;
}

.articol  .articol_in .articol_title, .articol  .articol_in .articol_title:hover
{
	font-size: 30px;
	font-weight: bold;
	color: #666666; 
-webkit-transition: all 100ms linear;
    transition: all 100ms linear; 
}

.articol_title:hover
{
	color:#ffda04 !important;
}



.articol .articol_in .articol_text
{
	display: inline-block;
font-size: 16px;
line-height: 150%;	
}

.main
{
position: relative;	
text-align: center;
}

.main .main_in, .bottom .main_in
{  
width: 1200px;
max-width: 100%;
position: relative; 
text-align: left;
display: inline-block; 
}


.in
{
padding: 20px;	
position: relative;
display: block; 
}

.in img
{
	max-width: 100% !important;
}

._w50
{
width: 50%;
display: inline-block;	
vertical-align: top;
text-align: left !important;
}


._w30
{
width: 30%;
display: inline-block;	
vertical-align: top;
text-align: left !important;
}


._w70
{
width: 70%;
display: inline-block;	
vertical-align: top;
text-align: left !important;
}

._w40
{
width: 40%;
display: inline-block;	
vertical-align: top;
text-align: left !important;
}


._w60
{
width: 60%;
display: inline-block;	
vertical-align: top;
text-align: left !important;
}


._w70 .in, ._w60 .in
{
	padding-right: 30px;
}
 
.notify
{
font-size: 14px;	
-webkit-box-shadow: rgba(0, 0, 0, 0.137255) 0px 1px 4px 0px;
-moz-box-shadow:    rgba(0, 0, 0, 0.137255) 0px 1px 4px 0px;
box-shadow:         rgba(0, 0, 0, 0.137255) 0px 1px 4px 0px;  
padding: 10px;
display: block;
margin-bottom: 10px;
margin-top: 10px;
text-align: left;
border: #ffda04 1px solid;	
border-left: #ffda04 4px solid;	
}

.top_detalii
{
font-size: 14px;	
-webkit-box-shadow: rgba(0, 0, 0, 0.137255) 0px 1px 4px 0px;
-moz-box-shadow:    rgba(0, 0, 0, 0.137255) 0px 1px 4px 0px;
box-shadow:         rgba(0, 0, 0, 0.137255) 0px 1px 4px 0px; 
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;	
padding: 10px;
display: block;
margin-bottom: 5px;
text-align: left;
background: #eeeeee;
}


.simple_title
{
font-size: 16px;
font-weight: bold;
text-align: center;
color: #000000;	 
line-height: 150%;
margin-bottom: 20px;  
max-width: 100%;
overflow-x: auto;
overflow-y: hidden;
white-space: nowrap;
border-bottom: #cccccc 1px solid;
}

.simple_title div
{
display: inline-block; 
padding: 10px; 
line-height: 150%;	
}

 .login_field
{
width: 295px;
max-width: 90%;
border: #cccccc 1px solid; 
height: 40px;
line-height: 40px;
display: inline-block;
text-align: left;  
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;	
margin-bottom: 5px;
background-position: 7px 5px !important;
padding-left: 10px; 
position: relative;
background: #ffffff;
}

.check_field
{
color: #C00;
font-size: 13px;	
}

 ._nobg
 {
	width: 320px; 
 }

.login_field .login_field_ov
{
position: absolute; 
top: 0;
right: 0;
bottom: 0;
padding-left: 10px;
padding-right: 10px;
line-height: 40px;	
background: #eeeeee;
font-size: 13px;
}

.login_field  .login_field_ov .login_field_ov_ch
{
position: absolute; 
top: 0;
left: 0;
bottom: 0; 
width: 20px;
left: -26px; 
}

.lf_title
{
text-align: left; 
margin-top: 10px;
margin-bottom: 5px;
padding-left: 40px; 
font-size: 14px;
font-weight: bold;
}

.login_field input, .login_field select
{
border: 0;
background: none;	 
width: 95%;
height: 40px;
line-height: 40px;
}

.simple_ch, .simple_ch:hover 
{ 
padding-left: 15px !important;
padding-right: 15px !important;
width: auto;
border: 0; 
display: inline-block;
font-size: 12px; 
line-height: 25px;
height: 25px; 
color: #666666;
text-decoration: none;
background-position: 8px 6px;  
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;	 
margin: 5px; 
white-space: nowrap;
background-color: #eeeeee !important;  
}

.buton4, .buton4:hover 
{ 
padding-left: 15px !important;
padding-right: 15px !important;
width: auto;
border: 0; 
display: inline-block;
font-size: 12px; 
line-height: 25px;
height: 25px; 
color: #ffffff !important; 
text-decoration: none;
background-position: 8px 6px;   
cursor: pointer; 
margin: 5px; 
white-space: nowrap;
background-color: #666666 !important; 

-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: background-color 100ms linear, box-shadow 100ms linear;
    transition: background-color 100ms linear, box-shadow 100ms linear;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.42);
    -moz-box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.42);
    box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.42); 
}

 
 
 .buton1, .buton1:hover
{
	display: inline-block; 
    color: #000000;
	height: 30px;
	line-height: 30px;
	font-style: normal;
    font-weight: normal;
    font-size: 14px; 
    letter-spacing: 0px;
     max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
     border-radius: 20px;
	 border: #000000 2px solid;
	 margin-top: 20px;
	 cursor: pointer;
	 position: relative;
}
.buton1 span
{ 
	 position: relative;
    z-index: 10;
}

 


._grey_bg, ._grey_bg:hover
{ 
}


._req, ._req:hover
{
background-image: url(/_req.png) !important; 
background-repeat: no-repeat !important; 
background-position: right !important; 
background-size: 16px 16px !important;   
}

._user_add_bg, ._user_add_bg:hover
{
background-image: url(/icons/black/ic_action_add_person.png);
background-repeat: no-repeat;
padding-left: 45px;	
}

._settings, ._settings:hover
{
	
background: #ffffff url(/cicons/black/png/cog_icon&16.png);
background-position: 13px 9.5px !important; 
background-repeat: no-repeat; 
padding-left: 45px;	
}

._mm, ._mm:hover
{
	
background-image: url(/icons/black/ic_action_collapse.png);
background-repeat: no-repeat; 
padding-left: 45px;	
}

._plus, ._plus:hover
{
	
background-image: url(/icons/black/ic_action_new.png);
background-repeat: no-repeat; 
padding-left: 45px;	
}


._play_bg, ._play_bg:hover
{
	
background-image: url(/icons/black/ic_action_next_item.png);
background-repeat: no-repeat; 
padding-left: 45px;	
}

._user_bg, ._user_bg:hover
{
background-image: url(/icons/black/ic_action_person.png);
background-repeat: no-repeat; 
padding-left: 45px;	
}

._web_bg, ._web_bg:hover
{
background-image: url(/icons/black/ic_action_web.png);
background-repeat: no-repeat; 
padding-left: 45px;	
}

._pass_bg, ._pass_bg:hover
{
background-image: url(/icons/black/ic_action_accounts.png);
background-repeat: no-repeat; 
padding-left: 45px;		
}


._mail_bg, ._mail_bg:hover
{
background-image: url(/icons/black/ic_action_unread.png);
background-repeat: no-repeat; 
padding-left: 45px;		
}


._tel_bg, ._tel_bg:hover
{
background-image: url(/icons/black/ic_action_end_call.png);
background-repeat: no-repeat; 
padding-left: 45px;		
}

._loc_bg, ._loc_bg:hover
{
background-image: url(/icons/black/ic_action_place.png);
background-repeat: no-repeat; 
padding-left: 45px;		
}

._pass2_bg, ._pass2_bg:hover
{ 
padding-left: 45px;		
}


.menu_left
{
position: relative;	 
}

.menu_left .menu_left_a, .menu_left .menu_left_a:hover
{
height: 35px;
line-height: 35px; 
font-size: 14px;
color: #000000;
display: inline-block; 
     color: #666666;
    font-weight: bold;
    padding-left: 65px;
    position: relative;
}
 
  
.menu_left .menu_left_a img, .menu_left .menu_left_a:hover img
{
position: absolute;
left: 26px;
top: 10px;
width: 16px;
height: 16px;
}

.menu_left .menu_left_a a, .menu_left .menu_left_a a:hover
{
 color: #000000;
}
 
 .menu_left .menu_left_a a:hover
 {
	color: #888888; 
 }


.clear
{
clear: both;	
}

#slide_div
{
 
}

.mp_slide
{
position: relative;	
width: 100%;
 height: 500px; 
overflow: hidden;

}

.mp_slide .mp_slide_left
{
width: 45%;
display: inline-block;	
vertical-align: top;

 height: 500px; 
text-align: center;
 position: relative;
background: top left no-repeat;
background-size: 110% auto;
 background-position: 50% 0;  
-webkit-transition: all 1000ms linear;
    transition: all 1000ms linear;  
}

.mp_slide:hover  .mp_slide_left
{ 
 background-position: 0 100%;  
}

.mp_slide .mp_slide_left:after
{
display: block;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
content: " "; 
background: url(/mp_slide_left.png) top left no-repeat;
background-size: 100% 100%;
}

 

.mp_slide_right
{
top: 0;
left: 45%;
right: 0;
bottom: 0;
position: absolute;  
z-index: 100;
background: url(/mp_slide_right.png) top left no-repeat;
background-size: 100% 100%;
}
 

 .mp_slide_right .mp_slide_right_in
 {
	display: inline-block;
	position: absolute;
	left: 30px;
	right: 60px;
	top: 50%;
	
-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); 
  text-align: center;
 }

 
.mp_slide_right .mp_slide_right_in .mos_title
{ 
font-weight: bold;	
     font-weight: 400;
color: #333333;
    font-size: 60px;
    line-height: 1;
	letter-spacing: +1px;
      


-webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
}


.mp_slide:hover  .mp_slide_right .mp_slide_right_in .mos_title
{
color: #E28301;
}


.mp_slide_right .mp_slide_right_in .mos_zi
{
color: #ffda04;
     
    font-size: 20px; 
	margin-top: 10px;
}

.mp_slide_right .mp_slide_right_in .mos_ora
{
color: #000000;
     
    font-size: 18px; 	
}


.mp_slide_right .mp_slide_right_in .mos_data_more
{
color: #000000;  
    font-size: 16px; 	
}


.slide_out
{
position: relative;  
}

.slide_out #slide_next
{
	z-index: 1000;
width: 40px;
height: 40px;
background: #ffffff url(/cicons/black/png/br_next_icon&24.png) center no-repeat; 
position: absolute;
right: 10px;	
top: 50%; 
cursor: pointer;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
	filter: alpha(opacity=80); 
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;	
-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slide_out #slide_prev
{
	z-index: 1000;

width: 40px;
height: 40px;
background: #ffffff url(/cicons/black/png/br_prev_icon&24.png) center no-repeat; 
position: absolute;
left: 10px;	 
top: 50%; 
cursor: pointer;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
	filter: alpha(opacity=80); 
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.slide_out #slide_next:hover, .slide_out #slide_prev:hover
{
	  opacity: 1;
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: alpha(opacity=100); 
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;	
}

.slide_out .slide_nav {
    position: absolute;
    left: 0;
	right: 0;
    bottom: 20px;   
    z-index: 100; 
	text-align: center;
}


.slide_out .slide_nav a{
    display:inline-block;
    width: 7px;
    height: 7px;
    line-height: 7px;
    margin-left: 7px;
    background: #ffffff;	
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.43);
-moz-box-shadow:    0px 0px 8px 0px rgba(0, 0, 0, 0.43);
box-shadow:         0px 0px 8px 0px rgba(0, 0, 0, 0.43);
}
.slide_out .slide_nav a.activeSlide{
    background: #333333; 
}

.data
{ 
    padding: 10px;
    border-bottom: #000000 1px solid;
	font-size: 20px;
}

 .data_exp
{
	 
	color: #999999;
    border-bottom: 0;
	text-decoration: line-through;
}


@media screen and (max-width: 799px) {

.data
{ 
    padding: 5px;
    border-bottom: #000000 1px solid;
	font-size: 14px;
}	
	
}


 

.data img
{
position: relative;
bottom: -2px;
margin-left: 10px;
margin-right: 5px;	
}

.notif
{
	display: inline-block;
	margin-left: 15px;
	background: url(/cicons/black/png/bell_icon&16.png) center no-repeat;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; 
}

.notif img
{
position: relative; 
margin-left: 10px; 	
margin-right: 0;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
	filter: alpha(opacity=50); 
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
	width: 16px;
	height: 16px;		cursor: pointer;
}

.notif:hover img
{ 
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; 
	filter: alpha(opacity=100); 
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;		
}
 

.data .data_t
{
font-size: 16px;
position: absolute;
top: -25px;
left: 5px;	
color: #ffda04;
}

.data .data_det
{
font-size: 13px; 
line-height: 160%;  
margin-top: 3px;
margin-bottom: 3px;
color: #666666;
text-align: left; 
max-width: 90%;
font-weight: bold;
}

.data .data_det img
{
position: relative; 
width: 12px;
height: 12px;
margin-right: 5px;	
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; 
	filter: alpha(opacity=50); 
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
}

.mp_title1
{
font-size: 23px;
text-align: center;
margin-top: 30px;
font-weight: bold;
}


.mp_text1
{
	margin-top: 30px;
font-size: 15px;
color: #000000;	
line-height: 260%;
position: relative;
}



.mp_text1 .ic
{ 
 
}

.mp_text1 .box
{
width: 33%;
display: inline-block;	
vertical-align: top;
}

.mp_text1 .box .box_in
{
margin: 10px;
text-align: center;	
margin-top: 40px;
margin-bottom: 20px;
}

 

.content_div_div
{
position: absolute; 
top: 120px;
left: 50%; 
right: 0; 
background: #ffffff;
z-index: 100000; 
display: none;
max-width: 1000px;   
-webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  
}

._content_fix
{
position: fixed !important;
bottom: 145px !important;
top: auto !important;
left: auto !important;
right: 320px !important;
width: 280px !important;
height: 250px !important;
-webkit-transform: translate(0,0) !important;
  -ms-transform: translate(0,0) !important;
  transform: translate(0,0) !important;
}

.content_div_div .content_div_mid
{
position: absolute; 
left: 0;
top: 50px;
right: 0px; 
 overflow: auto; 
background: #ffffff; 
padding: 20px; 
 
}

 
._content_fix  .content_div_mid
{
padding: 0 !important;
overflow: hidden !important;
}


.content_div_div .content_div_top
{
position: absolute;
top: 0;
left: 0;
height: 50px;
right: 0px;
background: #cccccc;
line-height: 50px;
color: #000000;
padding-left: 10px; 
overflow: hidden;
white-space: nowrap;
padding-right: 40px;
padding-left: 40px;
 font-size: 20px;
 font-weight: bold;
}

.content_div_div .content_div_top img
{
width: 18px;
height: 18px;	
}

._content_fix  .content_div_top
{
height: 35px;
line-height: 35px;
padding-left: 10px;  
z-index: 10000;
} 
 
 
.content_div_div .content_div_top .content_div_close
{
width: 40px;
height: 40px;
line-height: 40px;
position: absolute;
top: 5px;
right: 10px;
}

.content_div_close img
{
	width: 40px;
	height: 40px;
background: url(/icons/black/ic_action_remove.png) center no-repeat;	
border: 0; 
background-size: 40px 40px;		
}


 

 .content_div_div .content_div_top div
 {
 white-space: nowrap;
 overflow: hidden;
 }

.content_div_div .content_div_top .content_div_close_m
{
 display: none;
}

 

.content_div_div .content_div_top .content_div_text
{ 
height: 50px;
line-height: 50px;
margin-left: 50px;
color: #ffffff;
font-size: 18px;
letter-spacing: +1px;
}

  
#content_div_2 { z-index: 10000000001;  }
#content_div_3 { z-index: 10000000003;  }
#content_div_4 { z-index: 10000000005;  }



#content_back
{
	position: fixed; 
	-webkit-backface-visibility: hidden;
	top: 70px;
	left: 0px; 
	bottom: 0px; 
	right: 0px; 
display: none;
background: #000000;
 z-index: 10;
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
	filter: alpha(opacity=80); 
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;	
}



 #mind_799, #mind_999, #mind_599, #mind_499
{
width: 1px;
height: 1px;
display: none; 
position: fixed;
top: 0;
left: 0;
}


.profil_photo
{
  float: left;
  width: 150px;
  height: 150px;
  margin-right: 30px; 
 -webkit-border-radius: 3px;
 -moz-border-radius: 3px;
 border-radius: 3px; 
 cursor: pointer;	
 background-size: 100% auto;
 
-webkit-box-shadow: 0px 0px 14px 0px rgba(50, 50, 50, 0.2);
-moz-box-shadow:    0px 0px 14px 0px rgba(50, 50, 50, 0.2);
box-shadow:         0px 0px 14px 0px rgba(50, 50, 50, 0.2);
}

.profil_nume
{
font-size: 18px; 
margin-top: 20px;
	text-align: center;	
}

.profil_nume a, .profil_nume a:hover
{  
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.07;
    
    letter-spacing: 0px;
    text-align: inherit; 
    position: relative;
} 

.o_m
{
display: none;	
}


 @media screen and (min-width: 799px) { 
	#mind_799 { display: inline-block; } 
 }
  
 @media screen and (min-width: 999px) { 
	#mind_999 { display: inline-block; } 
 }

@media screen and (max-width: 1199px) {	

 
.o_m
{
display: block;	
}

.slide_out
{
display: none;	
}

._inl
{
width: 50%;	
overflow: hidden;
}

.content_div_div
{  
top: 50px; 
}


.mp_text1 .box
{
width: 48%; 
}

.header
{
position: fixed;
top: 0;
left: 0; 
right: 0;	
height: 65px;
background: #ffffff; 
}
	
	.h_100 {
    height: 20px;
}

body
{ 
}

.header .header_in .menu_mob
{
	display: block;
	width: 24px;
	height: 24px;
	background: url(/menu_mob2.png);
	position: absolute;
	top: 15px;
	left: 15px; 	 
}

 
.header .header_in .menu
{
margin: 0;  
position: fixed;
top: 60px;
left: 0; 
width: 350px;
bottom: 0;
display: block;
text-align: left;  
-webkit-box-shadow: 0px 4px 5px 0px rgba(50, 50, 50, 0.24);
-moz-box-shadow:    0px 4px 5px 0px rgba(50, 50, 50, 0.24);
box-shadow:         0px 4px 5px 0px rgba(50, 50, 50, 0.24);
display: none; 
overflow-y: auto; 
padding-top: 20px;
padding-bottom: 50px; 
background: #ffffff !important; 
}

 
.header .header_in .menu .menu_item 
{ 
display:  block;   
background: none !important; 
}

.header .header_in .menu .menu_item .a, .header .header_in .menu  .menu_item .a:hover
{ 
display: block;
height: 30px;
line-height: 30px;  
color: #000000;
}

 



.header .header_in .menu .menu_item .menu_sub, .header .header_in .menu .menu_item:hover .menu_sub
{
position: relative;
top: auto;
left: 0px; 
display: block !important;	 
background: none; 
padding-top: 0;
margin-top: 0;
top: 0 !important;  
opacity: 1; 
background: none !important; 
border: 0;
}

 

.header .header_in .menu .menu_item .menu_sub .sub_in
{
background: none !important; 
border: 0;
}

.header .header_in .menu .menu_item .menu_sub .sub_in a, .header .header_in .menu .menu_item .menu_sub .sub_in a:hover
{ 
color: #000000;
font-size: 16px;
}

 

hr
{
background: #eeeeee;
height: 1px;
border: 0;	
box-sizing: border-box;
}

.header .header_in .menu .menu_item .menu_sub .sub_in hr
{
display: none;
}

.mp_slide_right
{
top: 50px;	
}

.w_50
{
width: auto;
display: block;	
}

.trfest
{
position: relative;
bottom: -30px;	
}

.content_div_div
{  
-webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); 
  left: 40px;
  right: 40px;
}


.header .header_in .logo
{

 top: 0px;
 left:  60px;
 height: 50px;  
 width: auto;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.header .header_in .logo img
{
min-height: 0;
 height: 50px;
line-height: 50px;	
}

 .header .header_in .site_top_search
 {
 position: absolute;
 top: 0;
 left:  230px;
 right: 30px;
 bottom: auto; 
 height: 70px;
 line-height: 70px;
 z-index: 1000;
 width: auto;
 }
.header .header_in .site_top_search .search_box
{
margin: 5px; 	
}

.header .header_in .bilete
{
 display: none;
}

.header, .header .header_in
{
height: 50px;	
}

.header .header_in .site_top_search .search_box .search_sub
{
left: -70px;	
}

}








@media screen and (max-width: 799px) {	



#tranz_div
{ 

-webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  text-align: center; 
  padding: 0;
}

.tranz_div_show
{
bottom: 0 !important;
top: 0 !important;
left: 0 !important;
right: 0 !important;
opacity: 1 !important;	
width: auto !important;
}
 


#trailer
{
position: fixed;
top: 50%;
left: 0;
right: 0;
width: 100%;
height: auto;

-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50% );
  transform: translateY(-50% ); 
  text-align: center; 
}

#trailer .close_trailer
{
width: 20px;
height: 20px;
position: absolute;
top: -25px;
right: 25px;
background: url(/cicons/white/png/round_delete_icon&24.png);
background-size: 20px 20px;	
}

 

.noutati .noutate, .noutati .noutate:hover
{
width: auto;
display: block;	
min-height: 30px;
}

.noutati .noutate div
{
position: relative;	
top: auto;
bottom: auto;
left: auto;
right: auto;
	padding: 5px;
}

 .articole_mos .mos_out
{ 
width: auto;
display: block;	 
}

.slide_out
{
display: none !important;	
}

.content_lb_class
{
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: #000000;
display: none;
z-index: 10000000000; 
overflow-y: auto;
}
 

.content_lb_class .content_lb_close
{
position: absolute;
top: 0;
right: 0; 
width: 35px;
height: 35px;
line-height: 35px;
background: #000000 url(/icons/white/ic_action_remove.png) center no-repeat;	
z-index: 10000;
}

.content_lb_class .content_lb_in_class
{
position: relative;
top: auto;
left: auto;
bottom: auto;
right: auto; 
}

.content_lb_class .content_lb_in_class .content_lb_poza
{
position: relative;
top: auto;
left: auto;
bottom: auto;
right: auto;
text-align: center;
display: block;
vertical-align: top;
}


.content_lb_class .content_lb_in_class .content_lb_poza img
{
max-width: 100%;
max-height: none;
position: relative;
top: 0;
left: 0;

    -webkit-transform: translate(0, -0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}




.content_lb_class .content_lb_in_class .content_lb_detalii
{
position: relative;
top: auto; 
bottom: auto;
right: auto;
width: auto;
overflow-y: none; 
}
 
 
 
 

 
 


.mp_text1 .box
{
width: 48%; 
}
 
._w50, ._w30, ._w70, ._w40, ._w60
{
width: auto;
display: block;
text-align: center;	
padding: 0;
}
 
 .in
 {
	padding: 0; 
 }
 

.mp_slide
{
position: relative;	
max-width: 100%; 
	height: auto !important;;
}

.mp_slide .mp_slide_left
{
width: auto;
display:  block;	
vertical-align: top;
text-align: center;
max-width: 100%; 
	height: auto !important;
}

.mp_slide .mp_slide_left img
 {
	max-width: 100%; 
	height: auto !important;
	margin: 0;
 }

.mp_slide_right
{
top: auto;
left: auto;
right: auto;
bottom: auto;
position: relative; 
text-align: center;
}
 

.mp_slide_right ._right_in
{ 
text-align: center;
font-size: 23px; 
font-weight: bold; 
position: relative;
left: auto;
top: auto;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);		
}




.mp_title1
{
font-size: 18px;
text-align: center;
margin-top: 30px;
font-weight: bold;
}


.mp_text1
{
	margin-top: 30px;
font-size: 14px;
color: #000000;	
line-height: 260%; 
}
 

 .header .header_in .site_top_search .search_box
 {
	width: 100%; 
 }
 
 
 
 .content_div_div, ._content_fix
{
position: absolute !important; 
top: 0px !important; 
left: 0 !important; 
bottom: 0 !important; 
right: 0 !important;  
width: auto  !important;  
height: auto  !important;  
background: #ffffff; 
z-index: 10000 !important;  
display: none;
max-width: 100000px;
border: none;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);  
}
 
 .content_div_div .content_div_top
{
height: 47px;	
line-height: 50px;	 
background: #cccccc !important; 
color: #000000;
padding-left: 45px;
padding-top: 8px;
}

 .content_div_div .content_div_top ._t
 {
 position: absolute;
 top: 7px;
 left: 45px;
 height: 12px; 
 line-height: 12px;
 color: #000000; 
 font-size: 12px;
 display: block;
 }

 .content_div_div .content_div_top .content_div_close {
    width: 25px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    top: 15px;
    right: 10px;
} 

 .content_div_div .content_div_top .content_div_close img
{
height: 25px;
width: 25px;
background: url(/icons/black/ic_action_remove.png) center no-repeat !important;
background-size: 25px 25px;		
}

 .content_div_div .content_div_top .content_div_close_m {
    width: 24px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    top: 15px;
    left: 10px;
    display: block;
} 

 .content_div_div .content_div_top .content_div_close_m img
{
height: 24px;
width: 24px;
background: url(/cicons/black/png/spechbubble_2_icon&24.png) center no-repeat !important;
background-size: 24px 24px;		
}


 .content_div_div .content_div_top .content_div_close_m 
 {
 display: none;
 }
 
 ._content_fix .content_div_top .content_div_close_m 
 {
 display: block !important;
 }
 
 
 
 
 .content_div_div .content_div_mid
{
position: absolute;
bottom: 0px;
left: 0;
top: 55px;
right: 0px; 
 overflow: auto; 
background: #ffffff; 
padding: 20px;

  -webkit-box-shadow: none;
-moz-box-shadow:    none;
box-shadow:         none;
border: 0 !important;
}

.conversatii
{
right: -220px;	
width: 210px; 
z-index: 10000010 !important; 
 
}

 #out_click_div
{ 
z-index: 10 !important;  
-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=20)'; 
	filter: alpha(opacity=20); 
	-moz-opacity:0.2;
	-khtml-opacity: 0.2;
	opacity: 0.2;
	background: #000000;
}

 #content_div_1 { z-index: 15;  }
 #content_div_2 { z-index: 16;  }
 #content_div_3 { z-index: 17;  }
 #content_div_4 { z-index: 18;  }  
 
  .in
 {
	padding: 10px; 
 }

 
	.poze_user .poza_user
	{
	width: 20%;	
	}

.content_div_div .content_div_top
{ 
 font-size: 16px; 
}

.content_div_div .content_div_top img
{
width: 16px;
height: 16px;	
}


}

._persons_list 
	{ 
	text-align: left;	
	}
	
.form_photo
{
float: left; 
margin-right: 20px;
width: 120px;	
}

@media screen and (max-width: 499px) {
	


	
 .in
{
	padding-left: 5px !important;
	padding-right: 5px !important;
}
 
	
	
.form_photo
{
	width: 100px;
}
	
.form
{ 
display: block;
text-align: center;
width: auto;
margin-right: 0;
font-size: 14px;
line-height: 140%;
background: #793c5e;
color: #ffffff;
}
	
.form .title2
{
font-size: 16px;
margin: 0;
padding: 0;	
color: #ffffff;
border: 0;
}


.form .buton1
{
background: #333333 !important;	
padding-left: 10px !important;	
padding-right: 10px !important;	
}

 .slide_nav #slide_next
{
 
top: 200px;  
}

.slide_nav #slide_prev
{
 	 
top: 200px;  
}
	
._inl
{
width: auto;	
display: block;
overflow: hidden;
}


	._persons_list 
	{ 
	text-align: left;	
	}
	
	
	
	._persons_list ._label
	{
	display: block;
	margin-top: 15px;
	}
	
	.profil_photo
	{
      width: 100px;
	  height: 100px;
	  margin-top: 10px;
	}
	
	._profil_top
	{ 
	}
	
	.profil_nume
{
font-size: 17px; 
margin-top: 20px;	
}

.profil_nume a, .profil_nume a:hover
{
font-size: 27px;
font-weight: bold;
color: #666666;	
} 

	
	
	
	.poze_user .poza_user
	{
	width: 25% !important;	
	}
	
	.articol 
	{
	text-align: center;
	}
	
	
	.articol .articol_poza
{
float: none; 
display: block; 
width: auto;
}
	
 .in
 {
	padding: 10px; 
 }
 	
 

.mp_text1 .box
{
width: auto;
display: block; 
}











