/* global */

html {
	min-height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

a {
	color: #025194;
	text-decoration:none;
}

a:hover {
	color: #234;
	text-decoration: underline;
}

a:visited {
	color: #025194;
}

li {
	list-style: none;
}

body {
	color: #888888;
	font: 12px Tahoma,sans-serif;
}

#wrapper_bg{
	background: #D6DBE0 url('../images/new_bg.jpg')  repeat center top;
	width:100%;
	/*padding-bottom: 10px;*/
}

#wrapper {
	margin: 0 auto;
	max-width: 910px;
    background: #FFFFFF;
    -moz-box-shadow: 0 3px 5px #888888;
	-webkit-box-shadow: 0 3px 5px #888888;
    /*box-shadow: 0 3px 5px #888888;*/
    box-shadow:  25px 0px 25px -25px rgba(0,0,0,0.45),  -25px 0px 25px -25px rgba(0,0,0,0.45);
    
    padding-top:5px;
}
.homepage_wrapper {
	padding-bottom:140px !important;
}

.container {
  margin: 0 auto;
  /*padding-left: 200px;
  width: 722px;*/
  display:inline;
  position:absolute;
  left:30%;
}

.container1 {
  margin: 0 auto;
    padding-left: 765px;
    padding-top: 6px;
    width: 290px;
   
}

header {
  
  background: #3d4144 url("../images/bg.png") 0 0 repeat;
  /*border-bottom: 5px solid #ddd;*/
}

header nav a{
	color:#fff !important; 	
	
}
header nav a:hover{
	color:#fff !important; 	
	
}

.lang_sel{
	width:100%;
	height:30px;	
	/*margin-bottom: 100px;*/
	background: none repeat scroll 0 0 #20AAE5;
    border-bottom: 0.25em solid #1894CA;
    
}

#top_holder{
	width:100%;
	height: 100px;
}

#top{
    background: transparent url('../images/spy_phone_app_icon.png') no-repeat left top; 
	
    /*width: 305px;*/
    height: 100px;
    padding: 0 0 0 95px;
    
    position: absolute;
    top:9px;
    left:30%;
    /*margin-left:-430px;*/
}

#top h2{
    margin-top:5px;
    color:#fff;
}

#top h3{
    
    color:#fff;
}

#top a{
		color:#fff !important;
		font-weight:bold;
}

#top span{
    float:right;
    margin-right: 30px;
    margin-top:5px;
    color:#fff;
    
}

#top h3{
	background: transparent url('../images/check_ok1.png') no-repeat left top; 
	margin:4px 0 0 10px;
	padding:0 0 0 19px;
}

nav {
  height: 36px;
  background: #464b4c;
  border-top: 1px solid #353939;
  border-bottom: 1px solid #2e3131;
  background-image: -webkit-linear-gradient(top, #464b4c, #3f4344);
  background-image: -moz-linear-gradient(top, #464b4c, #3f4344);
  background-image: -o-linear-gradient(top, #464b4c, #3f4344);
  background-image: linear-gradient(to bottom, #464b4c, #3f4344);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
  text-align:center;
}
nav a {
  -webkit-transition: 0.1s ease-out;
  -moz-transition: 0.1s ease-out;
  -o-transition: 0.1s ease-out;
  transition: 0.1s ease-out;
  -webkit-transition-property: background-color, line-height;
  -moz-transition-property: background-color, line-height;
  -o-transition-property: background-color, line-height;
  transition-property: background-color, line-height;
}
nav ul {
  float: left;
  border-left: 1px solid #353939;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  border-right: 1px solid #4d5354;
  border-right: 1px solid rgba(255, 255, 255, 0.06);
}
nav li {
  float: left;
}
nav a {
  display: block;
  padding: 0 20px;
  line-height: 36px;
  color: #ddd;
  text-decoration: none;
  text-shadow: 0 -1px #2e3131;
  border-left: 1px solid #4d5354;
  border-left: 1px solid rgba(255, 255, 255, 0.06);
  border-right: 1px solid #353939;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
nav a:hover {
  background: #4d5354;
  background: rgba(255, 255, 255, 0.05);
}
nav li.active a, nav li.active a:hover, nav a:active {
  padding: 0 21px;
  line-height: 33px;
  color: #eee;
  background: #323637;
  border-left: 0;
  border-right: 0;
  border-bottom: 3px solid #48a9c0;
  background-image: -webkit-linear-gradient(top, #484e4f, #323637);
  background-image: -moz-linear-gradient(top, #484e4f, #323637);
  background-image: -o-linear-gradient(top, #484e4f, #323637);
  background-image: linear-gradient(to bottom, #484e4f, #323637);
  -webkit-box-shadow: inset 0 -1px #151717, inset 0 -1px 8px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px #151717, inset 0 -1px 8px rgba(0, 0, 0, 0.2);
}
nav li.green a, nav li.green a:active {
  border-bottom-color: #56c93d;
}
nav li.red a, nav li.red a:active {
  border-bottom-color: #a54e49;
}
nav li.purple a, nav li.purple a:active {
  border-bottom-color: #c052b9;
}
nav li.yellow a, nav li.yellow a:active {
  border-bottom-color: #c0bb30;
}







#wrapper #center_wrapper{
	margin: 0px 10px 0px 13px;
	padding-bottom:20px;
	
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

#wrapper #left_col{
	width: 200px;
	float: right;
	margin:0 0 0 10px;
}

#wrapper #main_col{
	
	min-height:680px;
	padding-top:10px;
}

#wrapper #left_col #left_col_login, #wrapper #left_col #left_col_download, #wrapper #left_col #left_col_newsletter, #wrapper #left_col #left_col_news{
	padding: 10px 10px 0 10px;
}

#wrapper #left_col .menu_login{
	background:#D6DBE0;
	overflow:hidden;
	/*height:364px;*/
	border-bottom: 0.15em solid #8E8E8E;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	background: url("../images/new_bg.jpg") repeat scroll center top #D6DBE0;
}

#wrapper #left_col #left_col_login .menu_login_large{
	/*height:432px;*/
}

#wrapper #left_col  h3{
	font-size: 18px;
	color:#fff;
	height: 20px;
	padding: 5px 0 0 0px;
    width: 180px;
	background: none repeat scroll 0 0 #20AAE5;
    border-bottom: 0.25em solid #1894CA;
	line-height: 13px;
	text-align: center;
	font-size:15px;
}

#wrapper #left_col input {
	width:150px;
	border: 1px solid #D1D1D1;
	margin: 6px 0 0 12px;
}

#wrapper #left_col input[type="submit"], #wrapper #left_col input[type="button"] {
	padding:1px;
	border: 1px solid #D1D1D1;
	margin: 6px 16px 0 12px;
	float:right;
	width:auto;
	font-weight:bold;
	font-size:12px;
	cursor:pointer;
}

#wrapper #left_col input.user_name{
	background: url("../images/login-bg.png") no-repeat scroll 3px 3px #F1F1F1;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    box-shadow: 0 1px 1px #CCCCCC inset, 0 1px 0 #FFFFFF;
    margin: 10px 0 10px 5px;
    padding: 5px 5px 5px 16px;
    width: 145px;
}

#wrapper #left_col input.user_pass{
	background: url("../images/login-bg.png") no-repeat scroll 3px -28px #F1F1F1;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    box-shadow: 0 1px 1px #CCCCCC inset, 0 1px 0 #FFFFFF;
    margin: 10px 0 10px 5px;
    padding: 5px 5px 5px 16px;
    width: 145px;
}

#wrapper #left_col input.user_name:focus, #wrapper #left_col input.user_pass:focus
{
    background-color: #fff;
    border-color: #e8c291;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #e8c291 inset;
    -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
    box-shadow: 0 0 0 1px #e8c291 inset;
}


#wrapper #left_col input.user_submit, .spy_phone_app_buttom{
	background-color: #1894CA;
    background-image: -moz-linear-gradient(center top , #20AAE5, #1894CA);
    border-color: #2894CA #3894CA #4894CA;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
    color: #FFFFFF;
    cursor: pointer;
    float: left;
    font: bold 15px Tahoma;
    height: 30px;
    padding: 0;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    width: 60px;
    margin-left:5px;
    margin-bottom:10px;
    margin-right:5px;
}

#wrapper #left_col input.user_submit{
	font: bold 14px Tahoma;
	
}

 .spy_phone_app_buttom{
 	width: auto !important;
 	font: bold 14px Tahoma !important;
 }

#wrapper #left_col .forgot_link{
	float:right;
	width:100px;
	margin: 8px 5px 0 0;
	font-weight:normal;
	font-size:12px;
	margin-bottom:10px;
	padding: 4px 0 0;
}

#wrapper #left_col .forgot_link:hover{
	background:transparent;
	text-decoration:underline;
}

#wrapper #left_col input.user_submit:hover, #wrapper #left_col input.user_submit:focus, .spy_phone_app_buttom:hover, .spy_phone_app_buttom:focus{
	background-color: #20AAE5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1894CA), to(#20AAE5));
    background-image: -webkit-linear-gradient(top, #1894CA, #20AAE5);
    background-image: -moz-linear-gradient(top, #1894CA, #20AAE5);
    background-image: -ms-linear-gradient(top, #1894CA, #20AAE5);
    background-image: -o-linear-gradient(top, #1894CA, #20AAE5);
    background-image: linear-gradient(top, #1894CA, #20AAE5);
}    
    

#div_res{
	margin: 6px 16px 0 12px;
	color:red;
	clear:both;
	padding: 3px 0 0 0;
}

#wrapper #left_col .white {
	background : #FFFFFF;
	
}

#wrapper #left_col #left_col_news h3 a{
	color:#fff;
}

#wrapper #left_col #left_col_news a:hover{
	text-decoration:none;
}



.gps, .phone, .power, .ring, .sms{
	margin: 0 0 10px 0;
}

#map_canvas{
	width:650px;
	margin:0 auto;
	height:300px;
}
#map_canvas_log{
	width:420px;
	margin:0 auto;
	height:500px;
}

#filters{
	width:650px;
	margin:0 auto;
}
#filters #filters_header{
	color:#ffbb00;
	width:100%;
	font-size:14px;
	font-weight:bold;
	background : #fff url('../images/orange_arrow_up.png') no-repeat right top; 
	padding:5px 0 5px 0;
	display:block;
	cursor:pointer;
}
#filters #filters_container input[type="text"] {
	width:135px;
	border: 1px solid #ffbb00;
}
#filters #filters_container input[type="submit"] {
	padding:0 5px 0 5px;
	background: #ffbb00;
	color:#FFF;
	font-weight:bold;
    margin-left: 5px;
}
#filters #filters_container input[type="button"] {
	padding:0 5px 0 5px;
	border:1px solid #ffbb00;
	cursor:pointer;
	margin:0 4px 0 4px;
}
#filters #filters_container input[type="button"].selected {
	background: #ffbb00;
	color:#FFF;
}

.log_listing{
	width:650px;
	margin:0 auto;
	padding:10px 0 0 0;
}

.log_listing th, .log_listing  td.header_td{
	padding:3px;
	background:#8E8E8E;
	color:#fff;
	font-weight:bold;
    border-bottom:1px solid #FFF;
}

.log_listing td{
	padding:2px;
	border-bottom:1px solid #8E8E8E;
	vertical-align:top;
}

.log_details{
	cursor:pointer;
	border:0;
}
.log_details1{
	cursor:pointer;
	margin:3px 0 0 0;
	border:0;
}
.log_details2{
	cursor:pointer;
	border:0;
	float:right;
	margin-right:5px;
}
#footer{
	width:100%;
	border-top:2px solid #8E8E8E;
	height:85px;
	text-align: center;
}
.footer_links{
	margin-top:-10px;	
}
.left_footer1 {
	width:250px;	
}
.right_footer {
	width:100px;	
}
#inner_footer{
	
	margin:0 auto;
	
}

#parola_login_left{
	display:none;
}

.menu_login a {
	width:100%;
	font-size:13px;
	font-weight:bold;
	display:block;
	height:23px;
	/*text-align:center;*/
	vertical-align:middle;
    padding: 5px 0 0 32px;
	color:#1894CA;
}
.menu_login a:visited{
	color:#1894CA;
}

.menu_rg_phones{
	background : transparent url('../images/20x20/phones.png') no-repeat 7px 4px; 
}
.menu_login a.menu_rg_phones:hover, .menu_login a.menu_rg_phones_sel{
	text-decoration:none;
	background : #8E8E8E url('../images/20x20/phones.png') no-repeat 9px 4px; 
	color:#fff;
}

.menu_rg_logs{
	background : transparent url('../images/20x20/logs.png') no-repeat 7px 4px; 
}
.menu_login a.menu_rg_logs:hover, .menu_login a.menu_rg_logs_sel{
	text-decoration:none;
	background : #8E8E8E url('../images/20x20/logs.png') no-repeat 9px 4px; 
	color:#fff;
}

.menu_rg_gps{
	background : transparent url('../images/20x20/GPS.png') no-repeat 7px 4px; 
}
.menu_login a.menu_rg_gps:hover, .menu_login a.menu_rg_gps_sel{
	text-decoration:none;
	background : #8E8E8E url('../images/20x20/GPS.png') no-repeat 9px 4px; 
	color:#fff;
}

.menu_rg_sms{
	background : transparent url('../images/20x20/SMS.png') no-repeat 7px 4px; 
}
.menu_login a.menu_rg_sms:hover, .menu_login a.menu_rg_sms_sel{
	text-decoration:none;
	background : #8E8E8E url('../images/20x20/SMS.png') no-repeat 9px 4px; 
	color:#fff;
}

.menu_rg_phone{
	background : transparent url('../images/20x20/Phone.png') no-repeat 7px 4px; 
}
.menu_login a.menu_rg_phone:hover, .menu_login a.menu_rg_phone_sel{
	text-decoration:none;
	background : #8E8E8E url('../images/20x20/Phone.png') no-repeat 9px 4px; 
	color:#fff;
}

.menu_rg_mms{
	background : transparent url('../images/20x20/MMS.png') no-repeat 7px 4px; 
}
.menu_login a.menu_rg_mms:hover, .menu_login a.menu_rg_mms_sel{
	text-decoration:none;
	background : #8E8E8E url('../images/20x20/MMS.png') no-repeat 9px 4px; 
	color:#fff;
}

.menu_rg_ring{
	background : transparent url('../images/20x20/Ring.png') no-repeat 7px 4px; 
}
.menu_login a.menu_rg_ring:hover, .menu_login a.menu_rg_ring_sel{
	text-decoration:none;
	background : #8E8E8E url('../images/20x20/Ring.png') no-repeat 9px 4px; 
	color:#fff;
}

.menu_rg_power{
	background : transparent url('../images/20x20/Power.png') no-repeat 7px 4px; 
}
.menu_login a.menu_rg_power:hover, .menu_login a.menu_rg_power_sel{
	text-decoration:none;
	background : #8E8E8E url('../images/20x20/Power.png') no-repeat 9px 4px; 
	color:#fff;
}

.menu_rg_browser{
	background : transparent url('../images/20x20/Browser.png') no-repeat 7px 4px; 
}
.menu_login a.menu_rg_browser:hover, .menu_login a.menu_rg_browser_sel{
	text-decoration:none;
	background : #8E8E8E url('../images/20x20/Browser.png') no-repeat 9px 4px; 
	color:#fff;
}

.menu_rg_pic{
	background : transparent url('../images/20x20/Pictures.png') no-repeat 7px 4px; 
}
.menu_login a.menu_rg_pic:hover, .menu_login a.menu_rg_pic_sel{
	text-decoration:none;
	background : #8E8E8E url('../images/20x20/Pictures.png') no-repeat 9px 4px; 
	color:#fff;
}

.menu_rg_facebook{
	background : transparent url('../images/20x20/Facebook.png') no-repeat 7px 4px; 
}
.menu_login a.menu_rg_facebook:hover, .menu_login a.menu_rg_facebook_sel{
	text-decoration:none;
	background : #8E8E8E url('../images/20x20/Facebook.png') no-repeat 9px 4px; 
	color:#fff;
}

.menu_rg_whatsapp{
	background : transparent url('../images/20x20/Whatsapp.png') no-repeat 7px 4px; 
}
.menu_login a.menu_rg_whatsapp:hover, .menu_login a.menu_rg_whatsapp_sel{
	text-decoration:none;
	background : #8E8E8E url('../images/20x20/Whatsapp.png') no-repeat 9px 4px; 
	color:#fff;
}

.menu_rg_contact{
	background : transparent url('../images/20x20/Contacts.png') no-repeat 7px 4px; 
}
.menu_login a.menu_rg_contact:hover, .menu_login a.menu_rg_contact_sel{
	text-decoration:none;
	background : #8E8E8E url('../images/20x20/Contacts.png') no-repeat 9px 4px; 
	color:#fff;
}

.menu_rg_calendar{
	background : transparent url('../images/20x20/Calendar.png') no-repeat 7px 4px; 
}
.menu_login a.menu_rg_calendar:hover, .menu_login a.menu_rg_calendar_sel{
	text-decoration:none;
	background : #8E8E8E url('../images/20x20/Calendar.png') no-repeat 9px 4px; 
	color:#fff;
}

.menu_rg_viber{
	background : transparent url('../images/20x20/Viber.png') no-repeat 7px 4px; 
}
.menu_login a.menu_rg_viber:hover, .menu_login a.menu_rg_viber_sel{
	text-decoration:none;
	background : #8E8E8E url('../images/20x20/Viber.png') no-repeat 9px 4px; 
	color:#fff;
}

.menu_rg_account{
	background : transparent url('../images/20x20/account.png') no-repeat 7px 4px; 
}
.menu_login a.menu_rg_account:hover, .menu_login a.menu_rg_account_sel{
	text-decoration:none;
	background : #8E8E8E url('../images/20x20/account.png') no-repeat 9px 4px; 
	color:#fff;
}

.menu_rg_skype{
	background : transparent url('../images/20x20/Skype.png') no-repeat 7px 4px; 
}
.menu_login a.menu_rg_skype:hover, .menu_login a.menu_rg_skype_sel{
	text-decoration:none;
	background : #8E8E8E url('../images/20x20/Skype.png') no-repeat 9px 4px; 
	color:#fff;
}

.menu_rg_make_payment{
	background : transparent url('../images/20x20/payment.png') no-repeat 7px 4px; 
}
.menu_login a.menu_rg_make_payment:hover, .menu_login a.menu_rg_make_payment_sel{
	text-decoration:none;
	background : #8E8E8E url('../images/20x20/payment.png') no-repeat 9px 4px; 
	color:#fff;
}

.menu_rg_payment_hystory{
	background : transparent url('../images/20x20/payment history.png') no-repeat 7px 4px; 
}
.menu_login a.menu_rg_payment_hystory:hover, .menu_login a.menu_rg_payment_hystory_sel{
	text-decoration:none;
	background : #8E8E8E url('../images/20x20/payment history.png') no-repeat 9px 4px; 
	color:#fff;
}

.menu_rg_support{
	background : transparent url('../images/20x20/support.png') no-repeat 7px 4px; 
}
.menu_login a.menu_rg_support:hover, .menu_login a.menu_rg_support_sel{
	text-decoration:none;
	background : #8E8E8E url('../images/20x20/support.png') no-repeat 9px 4px; 
	color:#fff;
}

.menu_rg_logout{
	background : transparent url('../images/20x20/logout.png') no-repeat 7px 4px; 
}
.menu_login a.menu_rg_logout:hover{
	text-decoration:none;
	background : #8E8E8E url('../images/20x20/logout.png') no-repeat 9px 4px; 
	color:#fff;
}

.menu_rg_news{
	background : transparent url('../images/20x20/spy phone app news.png') no-repeat 6px 4px; 
}
#wrapper #center_wrapper #left_col #left_col_news .menu_login a.menu_rg_news:hover{
	text-decoration:underline;
}

.menu_rg_support_news{
	background : transparent url('../images/20x20/support news.png') no-repeat 6px 4px; 
}
#wrapper #center_wrapper #left_col #left_col_news .menu_login a.menu_rg_support_news:hover{
	text-decoration:underline;
}

.menu_rg_general_news{
	background : transparent url('../images/20x20/general news.png') no-repeat 6px 4px; 
}
#wrapper #center_wrapper #left_col #left_col_news .menu_login a.menu_rg_general_news:hover{
	text-decoration:underline;
}

.menu_rg_lang{
	background : transparent url('../images/20x20/lang.png') no-repeat 6px 4px; 
}
#wrapper #center_wrapper #left_col #left_col_news .menu_login a.menu_rg_lang:hover{
	text-decoration:underline;
}

.error {
	color:red;
}

#main_col input[type="text"], #main_col input[type="password"]{
	width:227px;
	border:1px solid #ffbb00;
	margin: 0 0 5px 0;
}
#main_col textarea{
 	border:1px solid #ffbb00;
 	width:200px;
 	height:50px;
}
#main_col label{
 	width:100px;
 	display:block;
}
#main_col input[type="submit"]{
	width:80px;
	border:1px solid #ffbb00;
	font-weight:bold;
	cursor:pointer;
}
#contact_form{
	width:400px;
}

#main_col #contact_form input[type="text"]{
	width:300px;
    padding:5px;
}
#main_col #contact_form input[type="submit"]{
    float:left;
}
#main_col #contact_form textarea{
	width:300px;
    height:70px;
    padding:5px;
}
#tabs-1, #tabs-2, #tabs-3, #tabs-4, #tabs-5{
	min-height:400px;
}

.home_div{
	
	width:90px;
	
	margin:20px 1px 0 1px;
	padding: 50px 0 0;
    width: 158px;
	
}
.home_div h3{
	text-align:center;
}
.home_div p{
	display:none;
}
.home_div div{
	background:#fff;
}
.home_rec{
	background: transparent url('../images/50x100/div_call.png') no-repeat center top; 
}
.home_rec:hover {
	background: transparent url('../images/50x100/div_call.png') no-repeat center -50px; 
}
.home_phone{
	background: transparent url('../images/50x100/div_phone.png') no-repeat center top; 
}
.home_phone:hover {
	background: transparent url('../images/50x100/div_phone.png') no-repeat center -50px; 
}
.home_sms{
	background: transparent url('../images/50x100/div_sms.png') no-repeat center top; 
}
.home_sms:hover {
	background: transparent url('../images/50x100/div_sms.png') no-repeat center -50px; 
}
.home_gps {
	background: transparent url('../images/50x100/div_gps.png') no-repeat center top; 
}
.home_gps:hover {
	background: transparent url('../images/50x100/div_gps.png') no-repeat center -50px; 
}
.home_remote {
	background: transparent url('../images/50x100/div_remote.png') no-repeat center top; 
}
.home_remote:hover {
	background: transparent url('../images/50x100/div_remote.png') no-repeat center -50px; 
}
.home_contacts {
	background: transparent url('../images/50x100/div_contacts.png') no-repeat center top; 
}
.home_contacts:hover {
	background: transparent url('../images/50x100/div_contacts.png') no-repeat center -50px; 
}
.home_search {
	background: transparent url('../images/50x100/div_search.png') no-repeat center top; 
}
.home_search:hover {
	background: transparent url('../images/50x100/div_search.png') no-repeat center -50px; 
}
.home_phones {
	background: transparent url('../images/50x100/div_phones.png') no-repeat center top; 
}
.home_phones:hover {
	background: transparent url('../images/50x100/div_phones.png') no-repeat center -50px; 
}
.home_power {
	background: transparent url('../images/50x100/div_power.png') no-repeat center top; 
}
.home_power:hover {
	background: transparent url('../images/50x100/div_power.png') no-repeat center -50px; 
}
.home_configure {
	background: transparent url('../images/50x100/div_configure.png') no-repeat center top; 
}
.home_configure:hover {
	background: transparent url('../images/50x100/div_configure.png') no-repeat center -50px; 
}
.home_system {
	background: transparent url('../images/50x100/div_system.png') no-repeat center top; 
}
.home_system:hover {
	background: transparent url('../images/50x100/div_system.png') no-repeat center -50px; 
}
.home_trial {
	background: transparent url('../images/50x100/div_trial.png') no-repeat center top; 
}
.home_trial:hover {
	background: transparent url('../images/50x100/div_trial.png') no-repeat center -50px; 
}
.home_mms {
    background: transparent url('../images/50x100/div_mms.png') no-repeat center top; 
    /*margin-left:108px;*/
}
.home_mms:hover {
	background: transparent url('../images/50x100/div_mms.png') no-repeat center -50px; 
}
.home_browser {
    background: transparent url('../images/50x100/div_browser.png') no-repeat center top; 
}
.home_browser:hover {
	background: transparent url('../images/50x100/div_browser.png') no-repeat center -50px; 
}
.home_custom {
    background: transparent url('../images/50x100/div_custom.png') no-repeat center top; 
}
.home_custom:hover {
	background: transparent url('../images/50x100/div_custom.png') no-repeat center -50px; 
}
.home_pictures {
    background: transparent url('../images/50x100/div_pictures.png') no-repeat center top; 
}
.home_pictures:hover {
	background: transparent url('../images/50x100/div_pictures.png') no-repeat center -50px; 
}
.home_facebook {
    background: transparent url('../images/50x100/div_facebook.png') no-repeat center top; 
}
.home_facebook:hover {
	background: transparent url('../images/50x100/div_facebook.png') no-repeat center -50px; 
}
.home_whatsapp {
    background: transparent url('../images/50x100/div_whatsapp.png') no-repeat center top; 
}
.home_whatsapp:hover {
	background: transparent url('../images/50x100/div_whatsapp.png') no-repeat center -50px; 
}
.home_calendar {
    background: transparent url('../images/50x100/div_calendar.png') no-repeat center top; 
}
.home_calendar:hover {
	background: transparent url('../images/50x100/div_calendar.png') no-repeat center -50px; 
}
.home_skype {
    background: transparent url('../images/50x100/div_skype.png') no-repeat center top; 
}
.home_skype:hover {
	background: transparent url('../images/50x100/div_skype.png') no-repeat center -50px; 
}
.home_viber {
    background: transparent url('../images/50x100/div_viber.png') no-repeat center top; 
}
.home_viber:hover {
	background: transparent url('../images/50x100/div_viber.png') no-repeat center -50px; 
}
.home_contact {
    background: transparent url('../images/50x100/div_contact.png') no-repeat center top; 
    /*margin-left:124px !important;*/
}
.home_contact:hover {
	background: transparent url('../images/50x100/div_contact.png') no-repeat center -50px; 
}
.home_theft {
    background: transparent url('../images/50x100/div_theft.png') no-repeat center top; 
}
.home_theft:hover {
	background: transparent url('../images/50x100/div_theft.png') no-repeat center -50px; 
}
.home_android{
	background: transparent url('../images/50x100/div_android.png') no-repeat center top; 
}
.home_android:hover {
	background: transparent url('../images/50x100/div_android.png') no-repeat center -50px; 
}
.home_recording_phone {
    background: transparent url('../images/record_call.png') no-repeat left top; 
}


p{
	text-align: justify;
	margin:4px 0 4px 0;
}

.support_p{
	display:none;
	padding:0 0 0 10px;
}
.support_div{
	margin:5px 0 5px 0;
}

ul#pagination-digg{border:0; margin:0; padding:10px;}
ul#pagination-digg a {
    color:#000000
}
#pagination-digg li{
    border:0; margin:0; padding:0;
    font-size:11px;
    list-style:none;
    margin-right:2px;
}
#pagination-digg a{
    border:solid 1px #f55600
    margin-right:2px;
}
#pagination-digg .previous-off, #pagination-digg .next-off {
    border:solid 1px #DEDEDE
    color:#888888
    display:block;
    float:left;
    font-weight:bold;
    margin-right:2px;
    padding:3px 4px;
}
#pagination-digg .next a, #pagination-digg .previous a {
    font-weight:bold;
}
#pagination-digg .active{
    background:#1894CA;
    color:#FFFFFF;
    font-weight:bold;
    display:block;
    float:left;
    padding:4px 6px;
}
#pagination-digg a:link, #pagination-digg a:visited {
    color:#f55600
    display:block;
    float:left;
    padding:3px 6px;
    text-decoration:none;
}
#pagination-digg a:hover{
    border:solid 1px #f55600
}


#main_col .login {
  background: #eceeee;
  border: 1px solid #42464b;
  border-radius: 6px;
  height: 307px;
  margin: 20px auto 0;
  width: 298px;
}
#main_col .login h1 {
  background-image: linear-gradient(top, #f1f3f3, #d4dae0);
  border-bottom: 1px solid #a6abaf;
  border-radius: 6px 6px 0 0;
  box-sizing: border-box;
  color: #727678;
  display: block;
  height: 33px;
  font: 600 16px/1 'Open Sans', sans-serif;
  padding-top: 14px;
  margin: 0;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0,0,0,0.2), 0 1px 0 #fff;
}
#main_col .login input[type="password"], #main_col .login input[type="text"] {
  -moz-box-sizing: border-box;
  background: url('images/login/ib2.png') center left no-repeat, linear-gradient(top, #d6d7d7, #dee0e0);
  border: 1px solid #a1a3a3;
  border-radius: 4px;
  box-shadow: 0 1px #fff;
  box-sizing: border-box;
  color: #696969;
  height: 39px;
  margin: 21px 0 0 0px;
  padding-left: 17px;
  transition: box-shadow 0.3s;
  /*width: 240px;*/
}
#main_col .login div{
    height:10px;
    margin: 2px 0 0 29px;
}
#main_col .login input[type="password"]:focus, #main_col .login input[type="text"]:focus {
  box-shadow: 0 0 4px 1px rgba(55, 166, 155, 0.3);
  outline: 0;
}
#main_col .login .show-password {
  display: block;
  height: 16px;
  margin: 26px 0 0 28px;
  width: 87px;
}
#main_col .login input[type="checkbox"] {
  cursor: pointer;
  height: 16px;
  opacity: 0;
  position: relative;
  width: 64px;
}
#main_col .login input[type="checkbox"]:checked {
  left: 29px;
  width: 58px;
}
#main_col .login .toggle {
  background: url('images/login/ib6.png') no-repeat;
  display: block;
  height: 16px;
  margin-top: -20px;
  width: 87px;
  z-index: -1;
}
#main_col .login input[type="checkbox"]:checked + .toggle { background-position: 0 -16px }

#main_col .login input[type="submit"] {
    background-color: #20AAE5;
    border: medium none;
    border-radius: 5px;
    box-shadow: 0 1px 0 #1894CA inset, 0 5px 0 0 #1894CA, 0 10px 5px #999999;
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    font-family: Arial,"Helvetica",sans-serif;
    font-size: 16px;
    font-weight: bold;
    height: 35px;
    margin: 29px 0 0 0px;
    padding-top: 6px;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-shadow: 1px 1px 0 #37A69B;
    text-transform: uppercase;
    width: 228px;
}


#main_col .login input[type="submit"]:active {
  top:3px;
  box-shadow: inset 0px 1px 0px #2ab7ec, 0px 2px 0px 0px #2099D5, 0px 5px 3px #999;
}

.login_hold{
    float:left;
    width: 310px;
}

.recupereaza_parola{
    float:right;
    width: 310px;
    margin-right:15px;
}

#gallery ul{
     list-style: none outside none;
}
#gallery ul li {
     display:inline;
}

.menu_login a.android_market_download{
    padding-left:40px;
    background-image:url('../images/samsung-apps.png');
    background-repeat:no-repeat;
    background-position:3px 3px;
    width:140px; 
    padding-top:10px;
    overflow:hidden;
    padding-bottom: 3px;
}

.menu_login a.android_custom_download{
    padding-left:40px;
    background-image:url('../images/Android_30.png');
    background-repeat:no-repeat;
    background-position:3px 3px; 
    width:140px;  
    padding-top:10px;
    overflow:hidden;
    margin:3px 0 3px 0;
}

.menu_login a.ios_custom_download{
    padding-left:40px;
    background-image:url('../images/iOS_30.png');
    background-repeat:no-repeat;
    background-position:3px 3px; 
    width:140px;  
    padding-top:10px;
    overflow:hidden;
    margin:3px 0 3px 0;
}

.download_google_play{
    text-align: center;
    float:left;
    
}
.download_google_play img{
    border:none;
}

.custom_installer_div{
    float:left;
    margin-top: 10px;
}

.custom_installer_link{
    float:left;
    margin-right:4px;
}

.custom_installer_div_download{
    float:right;
    text-align:center;
    margin: 0 20px 0 0;
}

.custom_installer_holder{
    border-bottom: #000 solid 1px;
    margin-bottom:5px;
}

.custom_installer_holder img{
    border:0;
}

#output1{
    display:none;
    float: left;
}

.div_log_type{
    float: left;
    margin:3px;
    
}

.div_log_type img{
    border:0;
}

.div_log_type a{
    display:block;
    background-color:#eee;
    text-align: center;
    -moz-border-radius: 1em 1em 1em 1em;
    border-radius: 1em 1em 1em 1em;
    padding:5px;
    width:90px;
    color:#000;
    height:80px;
    border:1px solid #000;
}

.div_log_type a span.title{
    height: 14px;
    display:block;
}

.div_log_type a:hover{
    background-color:#ddd;
    text-decoration:none;
}

#main_col textarea#support_mesaj{
    width:500px;
    height:160px;
}

.div_statistics{
    width:305px;
    float:left;
    border:1px solid #000;
    -moz-border-radius: 1em 1em 1em 1em;
    border-radius: 1em 1em 1em 1em;
    padding:4px;
    margin:4px;
}

.sms_bar_chart, .phone_bar_chart{
    background-color:#f00;
    width:5px;
    height:5px;
}

.notification_div h1{
    color:#f00;
    padding:0 0 0 35px;
    background: transparent url('../images/notification.png') no-repeat left top; 
}

.news_img{
    float:right;
    margin:4px;
}

.left_footer{
    float:left;
    margin-left:5px;
    padding-top:3px;
}

.right_footer{
    float:right;
    margin-right:10px;
    padding-top:3px;
}

.follow_us{
    /*padding:13px 0px 0 0;*/
    font-weight: bold;
}

#google_plus_button{
    position: absolute;
    top:55px;
    left:50%;
    margin-left:385px;
}

.news_div h1{
    text-align: center;
}

.news_div h3{
    margin-left:10px;
}

.morespace{
    padding-bottom: 15px !important;
}

.right_align{
    direction: rtl;
}

.img_separator{
    width: 650px;
    height:1px;
    margin-bottom:5px;
    /*margin-left:5px;*/
    background-image: linear-gradient(right , rgb(214,148,17) 0%, rgb(207,45,99) 71%);
    background-image: -o-linear-gradient(right , rgb(214,148,17) 0%, rgb(207,45,99) 71%);
    background-image: -moz-linear-gradient(right , rgb(214,148,17) 0%, rgb(207,45,99) 71%);
    background-image: -webkit-linear-gradient(right , rgb(214,148,17) 0%, rgb(207,45,99) 71%);
    background-image: -ms-linear-gradient(right , rgb(214,148,17) 0%, rgb(207,45,99) 71%);
    
    background-image: -webkit-gradient(
    	linear,
    	right top,
    	left top,
    	color-stop(0, rgb(214,148,17)),
    	color-stop(0.71, rgb(207,45,99))
    )

}

.center_div{
    text-align:center;
    
}

.ui-state-active{
	background: none repeat scroll 0 0 #20AAE5 !important;
    border-bottom: 0.25em solid #1894CA !important;
}

.home_tab{
	width:213px;
	text-align:center;	
}

.home_tab a{
	width:100%;
	padding-left:0 !important;
}

#tabs_home{
	 height:330px;
	 box-shadow: 0 0.122em 0.272em 0 rgba(0, 0, 0, 0.122);
	 /*width:600px;*/
	 margin:0 auto;
	 max-width:600px;
}

@media screen and (max-width: 600px) {
	#tabs_home .tabs_display{
		padding-left:2px ;	
		background: transparent;
	}
	nav .container{
		left:5%;
	}
	header #top{
		left:5%;
	}
	#testimonials_div{
		display:none;
	}
}

#tabs_home ul{
	/*overflow:hidden;*/
	
}

#tabs_home li{
	border-bottom: 1px solid rgba(0, 0, 0, 0.14);
    border-right: 1px solid rgba(0, 0, 0, 0.14);
    float: left;
    margin-bottom: 0;
    text-align: center;	
	width: 33%;
	/*padding:4px;*/
	cursor:pointer;
	 box-sizing: border-box;
	 background-color:#F7F7F7;
	 color: #BFBFBF;
}
.tab_action1{
	margin-left:3px;
}
#tabs_home li:hover{
	color:#333333;	
}
#tabs_home li.active:hover{
	color:#333333;	
}
#tabs_home li.last{
	border-right:0;	
	
}
#tabs_home li span{
	padding:7px;
	display:block;
	
}
#tabs_home li.active{
	border-bottom: 0.25em solid #1894CA;	
	pointer:default;
	background-color:#ffffff;
	color: #333333;
}

.tabs_display{
	clear:both;
	margin-top:20px;
	padding:25px 5px 5px 260px;
	height:300px;
	display:none;	
	background: transparent url('../images/global_remote_control.png') no-repeat left 25px;
}

#tabs_home h3{
	margin-bottom:10px;
	text-align:center;	
}
#tabs_home .tabs_display ul li{
	 list-style: disc outside none;
}
#tabs_home .tabs_display li{
	border:0;
    float: none;
    margin-bottom: 0;
    text-align: left;	
	width: 95%;
	/*padding:4px;*/
	cursor:default;
	 margin-left:15px;
	 margin-top:5px;
	 background-color:#FFFFFF;
	 color: #888888;
	
	
}
.home_header{
	text-align:center;
	margin: 20px 0 20px 0;
}

#testimonials_div{
	height: 130px;
    margin: 0 auto;
    width: 600px;
    margin-top:20px;
}

#testimonials_div img{
	float:left;
	
	margin:15px 10px 10px 30px;
}
#testimonials_div div.test_h {
	float:right;	
	width:70%;
	font-weight:bold;
	font-size:14px;
	margin-right: 2px;
}

#testimonials_div div.test_h .test{
	margin-top:15px;
	width:100%;
	text-align:center;
}

#testimonials_div div.test_h .test span.left_quote:before{
	content: "";
    /*display: block;*/
    background: url("../images/Ghilimele.png") no-repeat;
    width: 20px;
    height: 20px;
    float: right;
    margin: 0 6px 0 0;
}
#testimonials_div div.test_h .test p{
	text-align:center;
	font-style:italic
}
#testimonials_div div.test_h .test .ghilimele_l{
	position:relative;
	margin:0 4px 0 4px;
	margin-top:3px !important;
}	
	
#testimonials_div div.test_h .test .ghilimele_r{
	position:relative;
	float:none;
	margin:0 4px 0 8px;
}
#testimonials_div div.test_h .test span.right_quote:after{
	content: "";
    /*display: block;*/
    background: url("../images/Ghilimele.png") no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 6px 0 0;
}
#testimonials_div div.test_h .test_name{
	margin-top:10px;
	color:#1894CA;
	float:right;
	margin-right:40px;
}

.prevBtn, .nextBtn{margin:0;padding:0;display:block;overflow:hidden;text-indent:-8000px;}

.prevBtn, .nextBtn {
	display:block;
	width:30px;
	height:77px;
	position:relative;
	left:50%;
	bottom:82px;
	z-index:1000;
	cursor:pointer;
	/*display:none;*/
	
}
.test_hide{
	opacity:0 !important;
}
.prevBtn{
	background:url(../images/btn_prev.png) no-repeat 0 0;
	margin-left:-340px;
}	
.nextBtn{
	bottom: 159px;
    margin-left: 310px;
	background:url(../images/btn_next.png) no-repeat 0 0;
	
}														
#testimonials_div_inner{
	overflow:hidden;	
}

#slider li {display:none;}	
#slider li:first-child {display:block;}

.testimonial_div{
	width:600px;
	height:120px;	
}

.ui-dialog .ui-widget-content a{
	color:#025194 !important;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	color:#fff !important;
	padding:3px !important;
	
}

/*7.0*/

#wrapper #left_col .left_col_menu_holder{
	padding: 10px 10px 0 10px;
	/*background: url("../images/new_bg.jpg") repeat scroll center top #D6DBE0;*/
}
.menu_hide{
	display:none;	
}
#more_button{
	cursor:pointer;	
}

.home_record {
    background: transparent url('../images/icons/Surroundings/Prima pagina/div_surroundings.png') no-repeat center top; 
}
.home_record:hover {
	background: transparent url('../images/icons/Surroundings/Prima pagina/div_surroundings.png') no-repeat center -50px; 
}
.home_line {
    background: transparent url('../images/icons/Line/Prima pagina/div_line.png') no-repeat center top; 
}
.home_line:hover {
	background: transparent url('../images/icons/Line/Prima pagina/div_line.png') no-repeat center -50px; 
}
.home_apps {
    background: transparent url('../images/icons/Applications/Prima pagina/div_applications.png') no-repeat center top; 
    /*margin-left:124px !important;*/
}
.home_apps:hover {
	background: transparent url('../images/icons/Applications/Prima pagina/div_applications.png') no-repeat center -50px; 
}
.home_remote_c {
    background: transparent url('../images/icons/Live control/Prima pagina/div_live_control.png') no-repeat center top; 
}
.home_remote_c:hover {
	background: transparent url('../images/icons/Live control/Prima pagina/div_live_control.png') no-repeat center -50px; 
}


.menu_rg_line{
	background : transparent url('../images/icons/Line/Meniu dreapta/line.png') no-repeat 7px 4px; 
}
.menu_login a.menu_rg_line:hover, .menu_login a.menu_rg_line_sel{
	text-decoration:none;
	background : #8E8E8E url('../images/icons/Line/Meniu dreapta/line.png') no-repeat 9px 4px; 
	color:#fff;
}

.menu_rg_soft{
	background : transparent url('../images/icons/Applications/Meniu dreapta/soft.png') no-repeat 7px 4px; 
}
.menu_login a.menu_rg_soft:hover, .menu_login a.menu_rg_soft_sel{
	text-decoration:none;
	background : #8E8E8E url('../images/icons/Applications/Meniu dreapta/soft.png') no-repeat 9px 4px; 
	color:#fff;
}

.menu_rg_record{
	background : transparent url('../images/icons/Surroundings/Dreapta/surroundings.png') no-repeat 7px 4px; 
}
.menu_login a.menu_rg_record:hover, .menu_login a.menu_rg_record_sel{
	text-decoration:none;
	background : #8E8E8E url('../images/icons/Surroundings/Dreapta/surroundings.png') no-repeat 9px 4px; 
	color:#fff;
}

.menu_rg_live{
	background : transparent url('../images/icons/Live control/Meniu dreapta/live_control.png') no-repeat 7px 4px; 
}
.menu_login a.menu_rg_live:hover, .menu_login a.menu_rg_live_sel{
	text-decoration:none;
	background : #8E8E8E url('../images/icons/Live control/Meniu dreapta/live_control.png') no-repeat 9px 4px; 
	color:#fff;
}

#left_col .menu_rg_power{
	background : transparent url('../images/icons/System/Meniu dreapta/Power.png') no-repeat 7px 4px; 
}
#left_col .menu_login a.menu_rg_power:hover, #left_col .menu_login a.menu_rg_power_sel{
	text-decoration:none;
	background : #8E8E8E url('../images/icons/System/Meniu dreapta/Power.png') no-repeat 9px 4px; 
	color:#fff;
}

#news_header_button {
    left: 50%;
    margin-left: 305px;
    position: absolute;
    top: 55px;
}


.hide_elem{
	display:none;	
}

.google_maps_marker{
	cursor: pointer;
	color: #025194;
}

#disclaimer_div{
	text-align:center;
	color:#f00;	
}


.alert-box {
	color:#555;
	border-radius:10px;
	font-family:Tahoma,Geneva,Arial,sans-serif;font-size:11px;
	padding:10px 36px;
	margin:10px;
}
.alert-box span {
	font-weight:bold;
	text-transform:uppercase;
}
.alert-box-error {
	background:#ffecec url('/images/images/error.png') no-repeat 10px 50%;
	border:1px solid #f5aca6;
}
.alert-box-success {
	background:#e9ffd9 url('/images/images/success.png') no-repeat 10px 50%;
	border:1px solid #a6ca8a;
}
.alert-box-warning {
	background:#fff8c4 url('/images/images/warning.png') no-repeat 10px 50%;
	border:1px solid #f2c779;
}
.alert-box-notice {
	background:#e3f7fc url('/images/images/notice.png') no-repeat 10px 50%;
	border:1px solid #8ed9f6;
}

.app_phone_link{
    display: block;
    width: 90px;
    padding:5px 0 0 34px;
    background : transparent url('../images/block/3.png') no-repeat left top; 
    float:left;
    margin:0 35px 0 0 ;
    height:30px;
}
.web_phone_link{
    display: block;
    width: 90px;
    padding:5px 0 0 34px;
    background : transparent url('../images/block/2.png') no-repeat left top; 
    float:left;
    margin:0 35px 0 0 ;
    height:30px;
}

.number_phone_link{
    display: block;
    width: 130px;
    padding:5px 0 0 34px;
    background : transparent url('../images/block/1.png') no-repeat left top; 
    float:left;
    margin:0 35px 0 0 ;
    height:30px;
}

.alerts_phone_link{
    display: block;
    width: 70px;
    padding:5px 0 0 34px;
    background : transparent url('../images/block/4.png') no-repeat left top; 
    float:left;
    margin:0 0px 0 0 ;
    height:30px;
}


.div_app_block {
    background: transparent url('../images/div_app_block.png') no-repeat center top; 
}
.div_app_block:hover {
	background: transparent url('../images/div_app_block.png') no-repeat center -50px; 
}

.div_phone_block {
    background: transparent url('../images/div_phone_block.png') no-repeat center top; 
}
.div_phone_block:hover {
	background: transparent url('../images/div_phone_block.png') no-repeat center -50px; 
}

.div_web_block {
    background: transparent url('../images/div_web_block.png') no-repeat center top; 
}
.div_web_block:hover {
	background: transparent url('../images/div_web_block.png') no-repeat center -50px; 
}

.div_alerts {
    background: transparent url('../images/div_alerts.png') no-repeat center top; 
}
.div_alerts:hover {
	background: transparent url('../images/div_alerts.png') no-repeat center -50px; 
}

.div_kik {
	background: transparent url('../images/div_kik.png') no-repeat center top; 
}
.div_kik:hover {
	background: transparent url('../images/div_kik.png') no-repeat center -50px; 
}
.div_tango {
	background: transparent url('../images/div_tango.png') no-repeat center top; 
}
.div_tango:hover {
	background: transparent url('../images/div_tango.png') no-repeat center -50px; 
}
.div_wifi {
	background: transparent url('../images/div_wifi.png') no-repeat center top; 
}
.div_wifi:hover {
	background: transparent url('../images/div_wifi.png') no-repeat center -50px; 
}
.div_wipeout {
	background: transparent url('../images/div_wipeout.png') no-repeat center top; 
}
.div_wipeout:hover {
	background: transparent url('../images/div_wipeout.png') no-repeat center -50px; 
}
.menu_rg_kik{
	background : transparent url('../images/20x20/kik.png') no-repeat 7px 4px; 
}
.menu_login a.menu_rg_kik:hover, .menu_login a.menu_rg_kik_sel{
	text-decoration:none;
	background : #8E8E8E url('../images/20x20/kik.png') no-repeat 9px 4px; 
	color:#fff;
}
.menu_rg_tango{
	background : transparent url('../images/20x20/tango.png') no-repeat 7px 4px; 
}
.menu_login a.menu_rg_tango:hover, .menu_login a.menu_rg_tango_sel{
	text-decoration:none;
	background : #8E8E8E url('../images/20x20/tango.png') no-repeat 9px 4px; 
	color:#fff;
}


.div_snapchat {
	background: transparent url('../images/prima_pagina/div_snapchat.png') no-repeat center top; 
}
.div_snapchat:hover {
	background: transparent url('../images/prima_pagina/div_snapchat.png') no-repeat center -50px; 
}
.div_hangouts {
	background: transparent url('../images/prima_pagina/div_hangouts.png') no-repeat center top; 
}
.div_hangouts:hover {
	background: transparent url('../images/prima_pagina/div_hangouts.png') no-repeat center -50px; 
}
.div_video {
	background: transparent url('../images/prima_pagina/div_video.png') no-repeat center top; 
}
.div_video:hover {
	background: transparent url('../images/prima_pagina/div_video.png') no-repeat center -50px; 
}
.div_twitter {
	background: transparent url('../images/prima_pagina/div_twitter.png') no-repeat center top; 
}
.div_twitter:hover {
	background: transparent url('../images/prima_pagina/div_twitter.png') no-repeat center -50px; 
}

.menu_rg_snapchat{
	background : transparent url('../images/meniu_dreapta/snapchat.png') no-repeat 7px 4px; 
}
.menu_login a.menu_rg_snapchat:hover, .menu_login a.menu_rg_snapchat_sel{
	text-decoration:none;
	background : #8E8E8E url('../images/meniu_dreapta/snapchat.png') no-repeat 9px 4px; 
	color:#fff;
}
.menu_rg_hangouts{
	background : transparent url('../images/meniu_dreapta/hangouts.png') no-repeat 7px 4px; 
}
.menu_login a.menu_rg_hangouts:hover, .menu_login a.menu_rg_hangouts_sel{
	text-decoration:none;
	background : #8E8E8E url('../images/meniu_dreapta/hangouts.png') no-repeat 9px 4px; 
	color:#fff;
}
.menu_rg_video{
	background : transparent url('../images/meniu_dreapta/video.png') no-repeat 7px 4px; 
}
.menu_login a.menu_rg_video:hover, .menu_login a.menu_rg_video_sel{
	text-decoration:none;
	background : #8E8E8E url('../images/meniu_dreapta/video.png') no-repeat 9px 4px; 
	color:#fff;
}
.menu_rg_twitter{
	background : transparent url('../images/meniu_dreapta/twitter.png') no-repeat 7px 4px; 
}
.menu_login a.menu_rg_twitter:hover, .menu_login a.menu_rg_twitter_sel{
	text-decoration:none;
	background : #8E8E8E url('../images/meniu_dreapta/twitter.png') no-repeat 9px 4px; 
	color:#fff;
}
.menu_rg_track{
	background : transparent url('../images/meniu_dreapta/track.png') no-repeat 7px 4px; 
}
.menu_login a.menu_rg_track:hover, .menu_login a.menu_rg_track_sel{
	text-decoration:none;
	background : #8E8E8E url('../images/meniu_dreapta/track.png') no-repeat 9px 4px; 
	color:#fff;
}

.home_ios{
	background: transparent url('../images/div_ios.png') no-repeat center top; 
}
.home_ios:hover {
	background: transparent url('../images/div_ios.png') no-repeat center -50px; 
}

.table_centered{
    margin:0 auto;
    
}
.table_centered td{
    padding: 2px;
    text-align: center;
    width:70px;
}

.pay_brain{
    color: #025194;
    font-size: 14px;
    cursor: pointer;
}
.pay_brain_container{
    display:none;
}
.margin_top_10{
    margin-top: 10px;
}

.home_div_holder{
	text-align:center;
}

.home_div_holder{
	display:inline-block;
}

.button_cls {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 12px 31px;
    border: 1px solid #a12727;
    border-radius: 8px;
    background: #0044cc;
    background: -webkit-gradient(linear, left top, left bottom, from(#0044cc), to(#0a4bcc));
    background: -moz-linear-gradient(top, #0044cc, #0a4bcc);
    background: linear-gradient(to bottom, #0044cc, #0a4bcc);
    -webkit-box-shadow: #ff5959 0px 0px 40px 0px;
    -moz-box-shadow: #ff5959 0px 0px 40px 0px;
    /*box-shadow: #ff5959 0px 0px 40px 0px;*/
    text-shadow: #591717 1px 1px 1px;
    font: normal normal bold 20px arial;
    color: #ffffff;
    text-decoration: none;
	width:200px;
	margin:10px 0 10px 0;
}
.button_cls:hover, .button_cls:focus, .button_cls:visited {
    background: #0052f5;
    background: -webkit-gradient(linear, left top, left bottom, from(#0052f5), to(#0c5af5));
    background: -moz-linear-gradient(top, #0052f5, #0c5af5);
    background: linear-gradient(to bottom, #0052f5, #0c5af5);
    color: #ffffff;
    text-decoration: none;
}
.button_cls:active {
    background: #00297a;
    background: -webkit-gradient(linear, left top, left bottom, from(#00297a), to(#0a4bcc));
    background: -moz-linear-gradient(top, #00297a, #0a4bcc);
    background: linear-gradient(to bottom, #00297a, #0a4bcc);
}
.button_cls:before{
    content:  "\0000a0";
    display: inline-block;
    height: 24px;
    width: 24px;
    line-height: 24px;
    margin: 0 4px -6px -4px;
    position: relative;
    top: 0px;
    left: 0px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAEEElEQVRIibWVW2hcVRSGv73nzHQmkyYhkVJbW0NTEFqoNb2gsQhFaIMPUgQRmoDEesEHFby9iBQFwQtF2hLqU8BC0mJbRaiFYqCNlFJ6Q32Q0EZJA5E6uZmZzMyZc9nLh3PmnEky6ZsLFufs2/+vf619USKCUoqVTK7vTqF4BtgEbAXSwC3gPoYrGJnFABvSsCEDCBhBJYYREawVga/ubkLxMR6vI9KEARIatAbPAwVo5YAaAjnMuD1BwYctjSAxjqqnQH7Z2Y0wiEgrza2gNJggOBRVcNDA7AwocRA+wMgx1qehIxMpWEYgwzveRviaVFqTaQTfBOBLTQEJFbjvQn4eYADDIbY1oh4eWZ4iudD5PBVzlMYmSKSg7INIELksAa9+tYJEApraYGb6FUTu8Ufx0+pUHYH/+MQ6qcgpdAYkCRUBV8Aj8I09sHc48A09cb8rwVxboKEFXD4h7+9ZRuCW/M+UYxpIZkJwEyx2BTyBjr5YQUdf0Fcddw1UDHgaJIlX9o8vIpCLu1otV/Wyug0qYVQucZRenRr4VQVVF3AE0quxfLVdfuh8MiKwZ53nlGMsHMCpibzWl5pTM+aEXjHRf2HKfQkIimwXzN40OpDKkoKuZF44KZkF44FfqVYTrDS6XOyKFBiXjRgLnBrJW16FFy/F7aVW7T9wHvZ8Ea91AGOREPVIRIBW6UCqiaVv7QmADl6qnyJXgjGANY8DKkxPiIGyIoKKpfPYXiDbE0glFoP1XlxO8PLlxW1LxzvP8XFTeiEimHVkFN8P5DkCouFcd7w4sapOjmrs++5wbZimkkMhof+KCO7cK4/Qtire2zM22D6c2f9gYICz3VD0YK4SZyAjTM64VyOCF768czmv1ThuOd52ORsWfBjctzL40H6Yd2HKjmvn+/gtSXvg59yZiADI/3Tz3+O06uBe8cJUTdlQMvBtHSUn90PBg5lKfChFQYPDzbHS0DfDudFaAg6e+PPk5IxzjXQxKHI1XVNlKHmLSQb2wbwD03Z8lSgF2QoFVyYOn5s8ElIuvq53PZrtGn7nscGmlG5Ht8B0GUy4RZtXBcQiYHuwEB4OBbSkwVrA8U3+3XMTr/WP5M4CRkRiBQA37hWvHThx942pvPs73hy0Z2FNFtIW5B24X4R/SlBwA7LWDGxuATVPsez+/dbp8Tf7R3Ln5diO6AWp96JZ65uTO0/1bjr0VHv2oKVVA9ksNGYhmQpmeB6USpDPYwRvNGdf6Ds93n99onhFjuwoAaj3btV/0ULTwMan2xu3ffTs2r3b12W62rLW5lRCtQJ4RkpzZX/s7lTl9tEruYvf/Tb3KzAmX3V61bSp928/kCBSA6wFHgKagFACHrAATAP35fNOO6pHiKU+rFHwf9p/aCY1IzanTfMAAAAASUVORK5CYII=") no-repeat left center transparent;
    background-size: 100% 100%;
	
}

.button_cls1:before{
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAEeElEQVRIiZWUS2icVRTHf/d+r5nJTPJNmqZJHzHEhaEVpEh9LBQtpRS0QsGCYlHsRrNyo9KFIWQlbmxBGh+lLgSXgnbhSuimEEUMqX3YOMWkrdWgTZ1Mmvke9+UiSenEJNQDZ3X/5/zuedwruA8bHh6Od+3adaC3t3ePlLKUJMl0rVb7rlarTZ44ccJuFCs2Ojx8+LA8dOjQ0YGBgfd93+9qNBporYmiiDAM7dzc3LcXL14cOnbs2O//G3Dw4EGOHHlldOvWbe9duzYj79xZtEnS/NU56kEQDJZKxbhareJ53szk5PmnRkZG1oR46wGGhob29/X1fXbhwgWZJMnE9PT0c+Pj3w+fPHnydLFY/KhajetZlu1N06yzq2vTznq9/uXMzMz9V3DmzDdna7Wrz/i+Pzs1NfXI2NjYX6s1x49/+K617oM47uD69Ru7R0dHJ1dr5DrtabfWPmaMQUr5xVrJAS5f/uWTOI4bjcYCvb29+9bSrAmQUnYGQVCK4xghRG29Kk+dOtWoVMqzURTiebL3vgFCCIIgoFwu43lywzWMosKybu1xrglYCoxoayshxIabTBD4VCqVdQEt0R+/8ajc2r/51Tnd8U7Qt3+nMYYouZoP7ijpliAhkV5Afb7B1D+dhbb2bjn/x4XbD4S/fT577ebI0eM/NFe0/r2BhYo6ip98OtBTkc6dxYuKlKrl0A9U6PkFpBcipE9U3kJQ2kRp/iZh8DNZcontPVlnspC9HRTybuC1NQHFcvRy/0P9sr17kLAQExTaCaJ2/LCMH7bhByWEV4CgA+GVSetXKEXzJI0b5EmdrByQLpZeWhewuadcLlS6AQdYcA6cQwACgRASIQRWLWCyOiadw9l8Wb9k1a5CeG/OFoCUQjqrcUbhrMa5Vv9zdpZGo0H/FoHWGdni31jVxFmLc0suZeverNoihzU5ziqsUUsgo7AmZ2LyEk8feJ19L7zJ2Omv0cktTL6AtRrnzNKFrGG1tQKES63OMDrDmntcZ5wbn0Rri+8HnB2fQqt0WZdjjcIajbMahLDrApw1WJ1iTYrVKUanGJ2g0ts8+0QfPT1bKBaLvPj842jVXD7PMDrHLIOca303LQBjLEYnGLXiTVRym7Qxw7ZqxpO7t9PVWWHvnhitmmiV3IVYk2OMwthWQMuQtTZo1cTzQ7QXgNMom+MFBRKT8eP5GywsZpy/dJ2HHyyjVbLcqhRjcrwwxmZ6A4AyqKyJ5wWAQ+PwgyLOGSauLJLmliAIOPfTTQb7diwB8iZGZ/hRlaSZblyB0oY0SZBSYHUTLygBDmsN23s6GHlrLwChl6OyW8v9T/HCDlSekyzewdm29QFGW9Ikw5MWCoWVySM9TRxmxJEAHM4adK4wRuFFMVrlLC7Mk2cKPyrinLv7Sa5qkUPlhtQTCJEtJXPgOYfzLEJKBGLp3QqJH1WwzqG1RXgFuvp2I7x4Ja/+DyDL/a8QckIbSZ4LwtDh+znScwipYOXrdg7nDMZYlLKo3KK1I1VzvtLzrCQH+BclOHie4UQQ8wAAAABJRU5ErkJggg==") no-repeat left center transparent !important;
}

#login_div{
	display:none;
}

 .marginleft{
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
    margin-left: 50px;
}

h2.margin_left{
	margin-left: 50px;
}

.nomargin{
	margin-left: 2px !important;
}

@media screen and (max-width: 600px) {
	 .marginleft {
		margin-top: auto;
		margin-bottom: auto;
		margin-right: auto;
		margin-left: 5px;
	}
	
	h2.margin_left{
		margin-left: 5px;
	}
}

.color_blue{
	color:blue;
}

.home_div_holder {
    vertical-align: text-top;
}