 #nw_div
 {
	 
	white-space: nowrap; 
	padding: 10px;
	text-align: left;
 }
 
 #nw_form,  #nw_form2
 {
	display: inline-block;   
	padding: 0; 
	text-align: left;
	white-space: nowrap; 
	 height: 40px;
	 line-height: 40px;
 }
 
 #nw_form input, #nw_form2 input
 { 
	background: #ffffff;
	 -webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
	 height: 40px;
	 line-height:40px;
	 padding: 0;
	 padding-left: 10px;
	 border: 0;
	 vertical-align: top;
	 width: 150px;
	 margin-top: 6px;
 }
 
 #nw_div .nw_title, #nw_div2 .nw_title
 {
	 padding: 5px;
	 padding-left: 0;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: +1px;
	 border: 0;
	 background: none; 
 }
 
 #nw_form #nw_submit, #nw_form2 #nw_submit
 { 
	font-size: 14px;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	background: #FE5D14;
	color: #ffffff;
	height: 100%;
	line-height: 100%;
	text-transform: uppercase;
	 -webkit-border-top-right-radius: 5px;
-webkit-border-bottom-right-radius: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
	 height: 40px;
	 line-height: 40px;
	 padding: 0;
	 padding-left: 20px;
	 padding-right: 20px;
	 vertical-align: top;
	 
 }
 #ov1 {
    position: fixed;
    top: 50%;
    left: 50%;
    background: url(/push/ov1.png);
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    font-family: "arimo-regular";
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.28);
    display: none;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 700px;
    min-height: 200px;
    padding: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 100000000;
	 border-radius: 20px;
}

 
.intrebare {
    width: 800px;
    max-width: 90%;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
    margin-bottom: 20px;
    padding: 20px;
    text-align: left;
    display: inline-block;
}
.intrebare .intrebare_body {
    max-height: 0;
    padding-top: 20px;
    overflow: hidden;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}
.intrebare .intrebare_body_show {
    max-height: 1000px;
    overflow: visible;
}


.menu_bottom
{
vertical-align: top;	
}
 
body
{
overflow-x: hidden !important;	
}

.add_cart_max, .add_cart_max:hover
{
position: relative !important;	
}

.rpl {
   
  flex-direction: column; 
  animation: ripple 1.5s linear infinite;
  transition: all 0.7s ease;
}

@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(120,120,120, 0.3), 0 0 0 1px rgba(120,120,120, 0.3), 0 0 0 3px rgba(120,120,120, 0.3), 0 0 0 5px rgba(120,120,120, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(120,120,120, 0.3), 0 0 0 4px rgba(120,120,120, 0.3), 0 0 0 20px rgba(120,120,120, 0), 0 0 0 30px rgba(120,120,120, 0);
  }
}

 .tmc_left
 {
	width: 48%;
	float: left;
	padding: 10px;  
	text-align: left;
 }
 
  .tmc_right
 {
	width: 48%;
	float: right;
	padding: 10px; 
	text-align: left;
	position: relative; 
 }
 
 .tmc_right img, .tmc_left img
 {
	 width: 100%; 
 }
 
 .tmc_clear
 {
	clear: both; 
 }
 
.rpl2:before {
  
   position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  content: '';

  box-shadow: inset 0 0 0 3px rgba(120,120,120,1);
  transition: transform 0.2s, opacity 0.2s;
  animation: pulsing 2.7s infinite;
}

@keyframes pulsing {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

.cat_wrapper, cat_wrapper_sub
{
display: inline-block;	
}


#mytoast_div
{ 
 visibility: hidden;  
 display: block !important;
 display: block;
 right: auto;
 width: auto;
 height: auto;
  min-width: 250px;    
  background-color: #333;  
  text-align: center;  
  border-radius: 2px;  
  padding: 10px; 
  position: fixed;  
  z-index: 100000000000;  
  left: 50%; 
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); 
  bottom: 30px;   
  color: #ffffff;
}

 
#mytoast_div.show {
  visibility: visible;  
 display: block !important;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
 
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

#contact_us { 
    background-image: url(/icons/white/ic_action_conv.png); 
}


#popup
{
width: 650px;
min-height: 400px;
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: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
	z-index: 100000;
	display: none;
}


#popup .popup_left
{
	width: 45%;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	background: #27aae1;
	line-height: 0;
	background: center no-repeat;
	background-size: 100% auto;
	height: 400px;
-webkit-border-top-left-radius: 40px;
-webkit-border-bottom-left-radius: 40px;
-moz-border-radius-topleft: 40px;
-moz-border-radius-bottomleft: 40px;
border-top-left-radius: 40px;
border-bottom-left-radius: 40px;
}

#popup .popup_left div
{
padding: 10px;	
font-size: 13px;
font-family: verdana;
font-family: Raleway;
color: #4b87bc;
}

#popup .popup_left img
{
max-width: 100%;
max-height: 100%;	
-webkit-border-top-left-radius: 40px;
-webkit-border-bottom-left-radius: 40px;
-moz-border-radius-topleft: 40px;
-moz-border-radius-bottomleft: 40px;
border-top-left-radius: 40px;
border-bottom-left-radius: 40px;
}


#popup .popup_right
{
	width: 50%;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

#popup  .popup_close
{
display: block;
width: 16px;
height: 16px;
position: absolute;
top: 20px;
right: 20px;
background: url(/cicons/black/png/delete_icon&32.png) center no-repeat;
background-size: 100% 100%;	
	z-index: 100000;
}

#popup .popup_right div
{
padding: 30px;	
font-size: 13px;
font-family: verdana;
font-family: Raleway;
color: #4b87bc;
}

#popup .popup_right div strong
{
	color: #062342;
	font-size: 35px;
	font-weight: 900;
}

#popup .popup_right div a, #popup .popup_right div a:hover
{
	color: #ffffff;
	background: #27aae1;
	font-weight: bold;
	font-size: 13px !important;
	text-transform: uppercase;
	height: 22px;
	line-height: 22px;
	padding-left: 20px;
	padding-right: 20px;
   -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	margin: 5px;
	display: inline-block;
}

input[type=checkbox], input[type=radio] { 
    vertical-align: middle;
	display: inline-block;
	position: relative;
	top: -3px;
	width: 15px;
	height: 15px;    
	-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;
}


input:checked {
  border: 1px solid black;
  background: #000000 url(/cicons/white/png/checkmark_icon&16.png) center no-repeat;
  background-size: 10px 10px;
}



.slide_out .slide .slide_fr a.slide_text:after
{
display: inline-block;
position: absolute;
bottom: -70px;

    left: 0; 
font-size: 14px;  
height: 33px;
line-height: 33px;
cursor: pointer; 
padding-left: 30px;
padding-right: 30px;
content: "DETALII";	
text-shadow: none; 
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;    
    background: var(--main-color);
    border: var(--main-color) 1px solid;
     -webkit-appearance: none;
     box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.86);
     text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.86);  
	 z-index: 10000; 
	 color: #ffffff;
	 white-space: nowrap;

}

 

.slide_out .slide .slide_fr a.slide_text .slide_button2
{
display: inline-block;
position: absolute;
bottom: -70px;

    left: 200px; 
font-size: 14px;  
height: 33px;
line-height: 33px;
cursor: pointer; 
padding-left: 30px;
padding-right: 30px;
content: "DETALII";	
text-shadow: none; 
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;    
    background: none;
    border: var(--main-color) 1px solid;
     -webkit-appearance: none;
     box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.86);
     text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.86); 
	 z-index: 1000;
	 color: #ffffff; 
	 white-space: nowrap;
}

 

 

.detalii_max, .detalii_max:hover
{
	height: 30px;
		-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px 0px;
    -moz-box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px 0px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 4px 0px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.detalii_max strong
{ 
font-weight: normal !important; 	
}

 ._yellow:hover
 {
	background-color: #D16B05 !important;
	color: #ffffff !important;
 }

.top_detalii label a, .top_detalii label a:hover
{
font-weight: bold;
}

.top_detalii label a:hover
{
color: #36C;	
}
.mos_div_3r .mos, .mos_div_3r .mos:hover
{
	display: inline-block;
	width: 33%;
	vertical-align: top;
	position: relative;
	min-height: 370px;
	box-sizing: border-box; 
	text-align: center !important;
}

.mos_div_4r .mos, .mos_div_4r .mos:hover
{ 
	width: 25%; 
}

 
.mos_div_3r .mos .mos_in .mos_text
{
height: 50px; 	
	text-align: center !important;
}

.mos_div_3r .mos .mos_in .mos_text .mos_text_desc
{
display: none;	
	text-align: center !important;
}


.mos_div_3r .mos .mos_in .mos_text:after
{
display: none;	
}
.mos_div_3r .mos .mos_in .mos_img img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 250px;
    height: 250px;
}
.mos_div_4r .mos .mos_in .mos_img img { 
    width: 200px;
    height: 200px;
}

#chatw
{
  width: 300px;
  height: 300px;
  background: #ffffff;
  border: #eeeeee 1px solid;
  position: fixed;
  bottom: 20px;
  right: 10px;	
  opacity: 0;
	-webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
	z-index: 100000000;
	margin-right: -350px;
     box-shadow: 0 0px 25px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 20px 25px rgba(0,0,0,0.15);
	border: #999999 2px solid; 
    border-radius: 20px;
}

 .chatw_show
{ 
  opacity: 1 !important;	
	margin-right: 0 !important;
}

#chatw #chatw_in
{
 position: absolute;
 bottom: 20px;
 left: 20px;
 right: 20px;
 top: 30px; 
}

#chatw #chatw_close
{
 position: absolute; 
 right: 0;
 top: 10px; 
 height: 30px;
 width: 30px; 
 color: #999999 ;
}



.chat_user, .chat_user:hover
{
display: block;
height: 40px;
line-height: 40px;
position: relative;		
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;	 
}

.chat_user:hover
{
background: #eeeeee;

	-webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;	
}

.chat_img
{
 width: 30px;
 height: 30px;
 margin: 5px;
 display: inline-block;
 border: #eeeeee 1px solid;
background: #000000 center no-repeat; 
background-image: url(/cicons/white/png/chat_bubble_message_square_icon&16.png);
background-size: 10px 10px;
	-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;	 		
float: left;
}

.chat_name
{
	margin-left: 20px; 
    height: 40px; 
	white-space: nowrap;
	overflow: hidden;
	line-height: 40px;
	color: #000000 ;
	font-weight: bold;
}

._w95
{
	max-width: 99%; 
}

.lf_box
{
width: 350px;
max-width: 99%;
display: inline-block;
white-space: nowrap;
vertical-align: top;	
}
.att, .att:hover
{
white-space: nowrap;
display: inline-block;
margin: 20px;
padding: 20px;
border: rgba(120,120,120, 0.3) 1px solid; 
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
  transition: all 0.7s ease;
  max-width: 90%;
  overflow: hidden;	 	
}

.att:hover
{
	background: rgba(120,120,120, 0.3);
}

.poza_pag 
{
position: relative;	
}

.poza_pag .poza_pag_a, .poza_pag .poza_pag_a:hover
{
position: absolute;
    bottom: 25%;
    left: 0;
	right: 0; 
    display: inline-block;
	text-align: center;
}

.poza_pag .poza_pag_a span
{
    padding: 10px;
    padding-left: 16px;
    padding-right: 16px;
    background: #ffffff;
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    z-index: 10;
    display: inline-block;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9; 
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
	cursor: pointer;
}

.poza_pag  .poza_pag_a span:hover
{ 
    background: #000000;
    color: #ffffff;
}
 
._transition
{
   -webkit-transition: all 2s, opacity 2.5s, ease 2s;
    -o-transition: all 2s, opacity 2.5s,  ease 2s;
    transition: all 2s, opacity 2.5s,  ease 2s; 	
} 

._notransition
{ 	
}

  ._fade_appear
{  
	width: 0 !important;
	height: 0 !important;
	opacity: 0.01 !important;	
}
 
 
 ._fade_right
{  
	margin-right: -3% !important;
	opacity: 0.01 !important;	
}
 
 
._fade_left
{  
	margin-left: -3% !important;
	opacity: 0.01 !important;	
}
 
 
  
._fade_top
{     
	margin-top: -3% !important; 
	opacity: 0.01 !important;	
}

  
._fade_bottom
{    
    
	margin-top: 3% !important; 
	opacity: 0.01 !important;	
}

  
._fade_bottom_left
{    
    
	margin-top: 20px !important; 
	margin-left: -20px !important;
	opacity: 0.01 !important;	
} 
  
._fade_all
{     
	opacity: 0.01 !important;	
}

._hidden
{
opacity: 0.01 !important;
}
 
 
 
.site_left_fix
{
z-index: 90000 !important;	
}
 
.ctca
{
position: fixed;
bottom: 0;
left: 0;
right: 0;	
background: #ffffff;
border-top: #cccccc 1px solid;
z-index: 1000;
padding: 10px;
font-size: 16px;
color: #333333;
font-weight: normal;
font-style: normal;
}

.ctca .ctca_left
{ 
padding-right: 100px;
}

.ctca .ctca_right
{
	display: inline-block;
	width: 100px; 
	position: absolute;
	bottom: 10px;
	right: 10px;
	top: 10px;
	text-align: center; 
 
}

.ctca  .ctca_right a, .ctca  .ctca_left a, 
.ctca  .ctca_right a:hover, .ctca  .ctca_left a:hover
{
font-size: 16px;
color: #333333;
font-weight: normal;
font-style: normal;
}

.ctca .ctca_right:after
{
display: block;
content: " ";
clear: both;	
}


#yt_vid, #yt_vid iframe
{
display: none !important;	
}

#play_stop {
    position: fixed;
    bottom: 3px;
    left: 3px;
    width: 35px;
    height: 35px; 
    background: #000000 url(/icons/white/ic_action_play.png) center no-repeat;
	background-size: 20px 20px;
    z-index: 100;
    cursor: pointer;  
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;	 
	border: #666666 1px solid; 
}

.play_stop_play
{ 
    background-image: url(/icons/white/ic_action_pause.png) !important;	
}

.menu_left a, .menu_left a:hover, .menu_left ._a, .menu_left ._a:hover
{
min-height: 35px !important;	
 height: auto !important;
 line-height: 35px !important;
 font-size: 16px;	
}

#site_adm
{
width: 200px;
position: fixed;
top: 0;
right: 0;
bottom: 0;
z-index: 1000000;
right: -201px;	 
    background: #eeeeee;
}

#site_adm .site_adm_top
{
position: absolute;
top: 0;
left: 0;
right: 0;
height: 40px;
line-height: 40px;	
padding-left: 20px;
color: #F60 !important;
font-weight: bold;
    background: #dddddd;
}


#site_adm #site_adm_div
{
position: absolute;
top: 40px;
left: 0;
right: 0;
bottom: 0;
overflow-y: auto;
}


#site_adm .site_adm_top .site_adm_close
{
height: 40px;
width: 40px;
position: absolute;
top: 0;
right: 0;
background: url(/cicons/black/png/delete_icon&16.png) center no-repeat;
background-size: 16px 16px;	
display: block; 
}

#site_adm .site_adm_open
{
height: 30px;
width: 25px;
line-height: 30px;
position: absolute;
top: 5px;
left: -22px;	
background: #dddddd; 
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;	 	
color: #F60 !important;
text-align: center;
padding-right: 23px;

}
 
.gmlabels
{
background: #027088;
padding: 3px;
color: #ffffff;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;	 	
white-space: nowrap;
text-align: center;
min-width: 35px; 
}
 
 .site_bottom_map
 {
	position: relative;
	min-height: 430px;
	padding: 0;
 }
 
 .site_bottom_map .site_bottom_in
 {
	 
	margin-left: 600px;
	overflow: hidden; 
	width: auto;
	display: block;
	padding-top: 30px;
	 
 }
 
  .site_bottom_map .site_bottom_map_div
  {
	float: left;
	width: 600px;
	min-height: 430px;
	height: 100%; 
	color: #000000 !important; 
  }
  
   .site_bottom_map:after
   {
	clear: both;
	display: block;
	content: " ";   
   }
   
   .text_contact
   {
	font-size: 16px;  
	text-align: left;
	padding: 30px;
	line-height: 300%; 
	font-weight: normal;
	padding-top: 0;
   }
   
   .text_contact i
   {
	font-size: 25px;
	margin-right: 10px;
	vertical-align: middle;   
   }
   
   .text_contact strong
   {
	font-size: 25px;    
   }
   
   

.mobile_cats
{
	display: none;
}

 .site_left .prod_max
 {
	margin-top: 20px; 
	padding: 10px; 
	position: relative;
	
	
 box-shadow: 0 15px 30px 0 rgba(0,0,0,.05);
    -o-box-shadow: 0 15px 30px 0 rgba(0,0,0,.05);
    -ms-box-shadow: 0 15px 30px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,.05);
    -moz-box-shadow: 0 15px 30px 0 rgba(0,0,0,.05);
 }
 
  .site_left .prod_max .title1
  {
	  font-size: 16px; 
    padding-bottom: 10px;
    padding-top: 0px;
    margin-left: 10px;
    margin-right: 10px;
    color: #000000;
    text-align: left;
    font-weight: bold;
    letter-spacing: +1px;
  }
  
  .site_left .prod_max .title1 a
  {
	color: #000000;  
  }
 
  .site_left .prod_max img
  {
	max-width: 100%;  
  }
  
  .site_left .prod_max iframe
  {
	width: 100%;
	height: 230px;  
  }

.produse .prod_out .prod .poza_mob
{ 
	background: #ffffff; 
	position: relative; 
}

.produse .prod_out .prod .poza_desk
{ 
	background: #ffffff;  
	position: relative; 
}

._mp .prod_out .prod .imgdiv
{
	height: auto;
}

._mp .prod_out .prod .imgdiv img {
    width: 100%;
    height: auto;
	max-height: 1000px;
}
 

.nav a i, .nav a:hover i
{ 
    padding: 0;
	color: #E49A98;     
	text-align: center;  
	font-size: 16px;    
	
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;	  
}


.bottom-socials
{
padding: 5px;	
position: relative;
}

.bottom-socials i
{
position: relative;	
}

.bottom-socials i span
{
display: inline-block;
margin-left: 10px;
margin-right: 10px;
vertical-align: middle;
font-size: 14px;	
height: inherit;
line-height: inherit;
}

#content_cart
{
padding: 20px;	
}

.filters_prod span, .filters_prod span:hover
{
cursor: pointer;
position: relative;	
}

.filters_prod  span p 
{

	position: absolute;
	top: -6px;
	left: -5px; 
	font-size: 9px;
	background: #000000;
	color: #ffffff; 
	-webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;	 
	margin: 0;
	padding: 0;
	padding-left: 2px; 
	padding-right: 2px;
	font-weight: bold;
}


.filters_prod .fs, .filters_prod .fs:hover
{
background: #eeeeee; 
position: relative;
}


.filters_prod .fs::after
{
 display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 16px;
	background: #ffffff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	color: #000000;
	content: "\f05d";
	position: absolute;
	top: -5px;
	right: -5px;
	
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;	  
}

.cart_den span
{
color: #000000 !important;
font-size: 12px !important;
font-weight: bold !important;	
}

.produse .prod_out, .prod_left, .prod_right 
{
position: relative;	
}

.produse .prod_out .reducere, .produse .prod_out .reducere:hover, 
.prod_left  .reducere, .prod_right  .reducere
{
	position: absolute;
	top: 20px;
	right: 20px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background: #F30;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	z-index: 1000;
	display: inline-block;
}



.produse .prod_out .cat_col, .produse .prod_out .cat_col:hover 
{
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 7px;
	padding-left: 13px;
	padding-right: 13px;
	background: #ffffff;
	color: #000000;
	font-weight: bold;
	font-size: 13px;
	z-index: 10;
	display: inline-block;   
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; 
	filter: alpha(opacity90); 
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;	
	text-transform: uppercase;
	-webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s; 
}


.produse .prod_out .cat_col_mp, .produse .prod_out .cat_col_mp:hover 
{
	position: absolute;
	top: 50%;
	left: 50%;
	
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%); 	
	padding: 10px;
	padding-left: 16px;
	padding-right: 16px;
	background: #ffffff;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	z-index: 10;
	display: inline-block;   
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; 
	filter: alpha(opacity90); 
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;	
	text-transform: uppercase;
	-webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s; 
}

 .produse .prod_out .cat_col:hover ,  .produse .prod_out .cat_col_mp:hover  
{ 
	background: #333333;
	color: #ffffff;	
}

._hotel
{
position: relative;	
}

._hotel .prod_out
{
display: block;
width: auto;	
}

._hotel .prod_out .prod:hover, ._hotel .prod_out .prod
{ 
	box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

._hotel .prod_out .prod .imgdiv {
    position: relative;
    height: auto;
    vertical-align: middle; 
	
	float: left;
    width: 40%;
    text-align: center; 
}

._hotel .prod_out .prod .imgdiv img
{ 
border: #eeeeee 5px solid;
padding: 10px;
}

._hotel .prod_out .prod .prod_in {  
    overflow: hidden;
    padding: 10px;
    padding-left: 30px; 
}

._hotel .prod_out .prod:after {
    clear: both;
    display: block;
    content: " ";
}

._hotel .prod_out .prod .prod_in 
{
border-top: #eeeeee 5px solid;	
	padding-top: 20px;
}

._hotel .prod_out .prod .prod_in .denumire_min {
    font-size: 30px;
    padding-left: 10px;
    padding-right: 10px;
    color: #000000;
    margin-top: 0;
    height: auto;
    overflow: auto;
    display: block;
    text-align: center;
    white-space: normal;
	font-weight: bold;
}

._hotel .prod_out .prod .detalii_min_div {
    text-align: center;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.rates_min
{
font-size: 15px;	
padding: 15px;  
line-height: 30px;
display: inline-block;	
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;	 
}

.rates_min strong
{
background: #eeeeee;	
display: inline-block;
line-height: 24px;
padding: 0;
padding-left: 5px;
padding-right: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;	 
}


.prod_left  .reducere, .prod_right  .reducere
{
right: auto;
left: 50%;

top: -10px;

  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); 	
}


 .pret_red
{
	color: #cccccc !important; 
	font-weight: normal !important;
}

.prod_right .pret_red
{
display: block;	
}

 .art_prod_photo .art_prod_photo_in #act_img_span
 {
	position: relative; 
 }
 
 .art_prod_photo .art_prod_photo_in #act_img_span #zoom_span
 {
	display: block;
	width: 100%; 
	position: absolute;
	top: 0; 
	left: -100000px;
	bottom: 0;
	z-index: 1000; 
 }
 
  
 
 #img-zoom-lens {
  position: absolute; 
  /*set the size of the lens:*/
  width: 40px;
  height: 40px;
}

 .art_prod_photo .art_prod_photo_in #act_img_span .zoom_span_show
 { 
	left: 100% !important;   
 }
 
 .slide_out .slide .slide_fr
{ 
overflow: hidden;
}

.rez_form
{
  
	padding: 20px;
	text-align: center;
}

.rez_form .title1
{
	text-align: center;
	
}

.ui-datepicker { 
   left: 50%; 
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); 	 
  } 
  .rez_date
  {
	display: inline-block; 
	position: relative; 
	height: 24px;
	line-height: 0;
	background: #eeeeee;
	padding-bottom: 5px;
  }
  .rez_date span
  {
	 font-size: 12px;  
	position: absolute;
	top: -20px;
	left: 5px;
	display: inline-block;  
	white-space: nowrap;
	text-transform: uppercase;
	color: #666666;
	height: 20px;  
	line-height: 20px;  
  }
  
  .rez_date span:before
  {
	width: 20px;
	height: 20px;  
	display: inline-block;  
	 
    font: normal normal normal 12px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f073"; 
  }
  
    .rez_date_pers span:before
  { 
    content: "\f007";  
  }
  
  
    
    .rez_date_cam span:before
  { 
    display: none; 
  }
  
  
  .rez_date input { 
  font-size: 12px; 
  font-weight: bold; 
  text-align: center; 
  padding: 2px; 
  height: 24px;  
  background: none;  
	border: 0;
	width: 125px;
	padding-left: 8px; position: relative; z-index: 1000;
	} 
	
	 
   
   
  
    .ui-state-active{
       background-color: #ff0;
   }
   
   .buton_rez, .buton_rez:hover
   {
	   font-size: 14px;
	   background: #000000;
	   height: 25px;
	   line-height: 25px;
	   padding-left: 15px;
	   padding-right: 15px;
	-webkit-border-radius: 5px;
    -moz-border-radius: px;
    border-radius: px;	
	color: #ffffff; 
	margin: 5px;
	padding-left: 10px;
	padding-right: 10px;
	display: inline-block;
   }
   
   .buton_rez  i, .buton_rez:hover i
   {
	   
	margin-right: 10px;   
   }
   
   .add_rez_min span:before, .add_rez_min:hover span:before { 
    content: "\f073"; 
}

.mob_block
{
display: inline-block;
white-space: nowrap;	
}
 
 @media screen and (max-width: 799px) { 
 
 .mos_div_3r
 {
	text-align: center; 
 }
 
 .mos_div_3r .mos, .mos_div_3r .mos:hover
{
	display: block;
	width: 100%; 
}

 .mos_div_3r .mos .mos_in .mos_img img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 250px;
    height: 250px;
}
  
  .site_bottom_map
 { 
	height: auto; 
 }
 
 .site_bottom_map .site_bottom_in
 {
	 
	margin-left: 0;
	overflow: hidden; 
	width: auto;
	display: block;
	padding-top: 30px;
	 
 }
 
  .site_bottom_map .site_bottom_map_div
  {
	float: none;
	width: auto;
	height: 400px;  
  }
  
   .site_bottom_map:after
   {
   display: none;
   }
 
 
 .add_cart_max_div
 {
	 
	display: block;
 }
 
 .rez_form
 {
	padding-left: 5px;
	padding-right: 5px; 
	text-align: center;
	display: block;
	border-top: #eeeeee 1px solid;
 }
 
 .rez_form .title1
 {
	 
	text-align: center;
 }
   
 
	
	 
   
 
 ._hotel .prod_out .prod .imgdiv img
 {
	padding: 0;
	border: 0; 
 }
 
 .mob_block
{
display: block; 
}

.mob_block2
{ 
margin-top: 35px;	
}
.mob_block3
{ 
margin-top: 20px;	
}
 
.ui-datepicker { 
   left: auto; 
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); 	 
  } 
  
  
  
._hotel .prod_out .prod .imgdiv { 
	
	float: none;
    width: auto; 
}

._hotel .prod_out .prod .prod_in {   
    padding: 10px; 
}
  
 }



 @media screen and (max-width: 1200px) {
	 
	  
 .poze_pag .poza_pag
 {
	width: 20%; 
 }
 
 }


 @media screen and (max-width: 999px) {
	 
	  
 .poze_pag .poza_pag
 {
	width: 50%; 
 }
 

.site_top
{
z-index: 10000;	
}
	
	.mobile_cats
{
	max-width: 100%;
	white-space: nowrap;
	overflow-x: auto;
	text-align: center;
	display: block;
	padding-bottom: 10px;
}

.mobile_cats a, .mobile_cats a:hover
{
display: inline-block;
white-space: nowrap;	
height: 35px;
line-height: 35px;
padding-left: 20px;
padding-right: 20px;
background: #eeeeee;
color: #000000;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;	
	margin-left: 5px;
	margin-right: 5px;
}

}

 
 @media screen and (max-width: 799px) {
	 
	 #site_adm .site_adm_open
{ 
top: 55px;  
}

	 
	 
.produse .prod_out .prod  .imgdiv
{  
 height: auto;  
}
 
 

.produse .prod_out .prod  .imgdiv img
{ 
 max-width: 100%;
 height: auto;	 
}
 }
 
 
  @media screen and (max-width: 599px) { 
  
   .tmc_left
 {
	width: auto;
	float: none;
	padding: 10px;  
	text-align: left;
 }
 
  .tmc_right
 {
	width: auto;
	float: none;
	padding: 10px; 
	text-align: left;
	position: relative;
 }
 
 .tmc_right img
 {
	max-width: 95%; 
 }
 
  .tmc_right:after
  {
	content: " ";
	clear: both;  
  }
  
 
 .poze_pag 
 {
   text-align: center;	 
 }
 
 .poze_pag .poza_pag
 {
	width: 100%; 
 }
  
 
  }