  
  @import url('https://fonts.googleapis.com/css?family=Raleway');
.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);
  }
}


.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;
  }
}


 
._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;
}

#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;
}

#contact_us { 
    background-image: url(/icons/white/ic_action_conv.png); 
}



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;
}

.top_detalii label a, .top_detalii label a:hover
{
font-weight: bold;
}

.top_detalii label a:hover
{
color: #36C;	
}

.checkins
{
position: relative;	
height: 600px;
}

.checkins .checkin_users
{
	width: 250px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
    float: left;
    height: 100%;
   height: 500px !important;
   overflow: hidden;
   overflow-y: auto;
}

.checkins .checkin_msgs
{
margin-left: 260px;
    overflow: hidden;
   height: 500px !important;  
position: relative;	

background: #ffffff;
    border: #eeeeee 1px solid; 
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; 
    display: block;  
	box-shadow: 0 15px 30px 0 rgba(0,0,0,.15);
    -o-box-shadow: 0 15px 30px 0 rgba(0,0,0,.15);
    -ms-box-shadow: 0 15px 30px 0 rgba(0,0,0,.15);
    -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,.15);
    -moz-box-shadow: 0 15px 30px 0 rgba(0,0,0,.15);
}

.checkins .checkin_msgs .mesaje
{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 50px;	
   height: auto !important;
}
 
 
 
.checkins .checkin_msgs .mesaj_nou
{
position: absolute; 
left: 0;
right: 0;
bottom: 0;	
height: 50px;
}

.mesaj_nou .textarea_div textarea { 
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	background: none !important;

}
 

.mos_div_4 .mos, .mos_div_4 .mos:hover
{
	display: inline-block;
	width: 25%;
	vertical-align: top;
	position: relative;
	min-height: 370px;
	box-sizing: border-box; 
}

.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; 
}

.mos_div_4 .mos .mos_in .mos_text
{
height: 165px;
overflow: hidden;	
}

.mos_div_3r .mos .mos_in .mos_text
{
height: 50px; 	
}

.mos_div_3r .mos .mos_in .mos_text .mos_text_desc
{
display: none;	
}


.mos_div_3r .mos .mos_in .mos_text:after
{
display: none;	
}


#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);
}
 
 
 .post_text img
 {
	max-width: 100% !important;
	height: auto !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;	
}
 
 .event
 {
	line-height: 25px; 
	 font-size: 18px;
 }
 
 .event span
 {
	 display: inline-block;
	 font-size: 18px;
	line-height: 25px; 
 }
 
  .event span i
  {
	 display: inline-block !important; 
	line-height: 25px; 
  }
  
   .event .ev_alert
   {
	margin-left: 10px;
	padding: 10px; 
	display: inline-block;
	border: #eeeeee 1px solid;
	line-height: 25px; 
   }
 
.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: 10000;
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;
z-index: 100000000;

}

.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%;  
  }
  
   .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;    
   }
   
   .mos_desc
   {
	display: none;   
   }
   
   
.slide_out .slide .slide_fr a.slide_text .slide_button2
{
display: inline-block;
position: absolute;
bottom: -70px;

    left: 200px;    
cursor: pointer;  
}



.slide_out .slide .slide_fr a.slide_text:after
{
display: inline-block;
position: absolute;
bottom: -70px;

    left: 0; 
font-size: 12px;  
height: 33px;
line-height: 33px;
cursor: pointer; 
padding-left: 30px;
padding-right: 30px;
content: "DETALII";	
text-shadow: none; 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;    
    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;
	 font-family: "gotham-book";
	 color: #ffffff;

}

 

.slide_out .slide .slide_fr a.slide_text .slide_button2
{
display: inline-block;
position: absolute;
bottom: -70px;

    left: 200px; 
font-size: 12px;  
height: 33px;
line-height: 33px;
cursor: pointer; 
padding-left: 30px;
padding-right: 30px;
content: "DETALII";	
text-shadow: none; 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;    
    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;
	 font-family: "gotham-book";
}

 

 
._pageslide .slide .slide_fr a.slide_text:after
{

left: 0; 
    -webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0); 	
}

   
   
 
 @media screen and (max-width: 799px) { 
 
 #popup
{
width: auto;
min-height: 0;
position: fixed;
top: 50%;
left: 0; 
right: 0;	

-webkit-box-shadow: 0px 0px 12px 0px rgba(50, 50, 50, 0.28);
-moz-box-shadow:    0px 0px 12px 0px rgba(50, 50, 50, 0.28);
box-shadow:         0px 0px 12px 0px rgba(50, 50, 50, 0.28);
background: #ffffff;	
    -webkit-transform: translate(0,  0);
-moz-transform: translate(0,  0);
-ms-transform: translate(0,  0);
-o-transform: translate(0,  0);
transform: translate(0, 0);
    -webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
   -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
	z-index: 100000;
}

#popup .popup_left
{
display: none;
}

 

#popup .popup_right
{
	width: auto;
	position: relative;
	display:  block;
	vertical-align: middle;
}
 
 
 .mos_div_4 .mos, .mos_div_4 .mos:hover, .mos_div_3r .mos, .mos_div_3r .mos:hover
 .mos_div_3r .mos .mos_in
{
	display:  block;
	width: 100%; 
}

 
 
 
 	 #site_adm .site_adm_open
{ 
top: 55px;  
}
 
  .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;
   }
   
 }