/*
File:			custom.css
Description:	Custom styles for Your Theme

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

    1. Open style.css file and find any clasess you want to override
	2. Copy classes to override in this file, make sure you put classes outside
	3. Activate custom.css file in theme admin panel

*/
/* START OVERRIDING / ADDING NEW CLASESS BELOW THIS LINE */
/* Mini modulas de poze pentru album legacy */
#the_pics {float:left; width:215px; height:448px; overflow:hidden; list-style-type:none; list-style:none; margin:0; padding:0;}
#the_pics li {float:left; margin:0;}
#the_pics img { margin:0 4.5px 0 5px; padding:0;}
#the_pics a:hover {border:0; padding:0; margin:0; background:none;}
.main_pic {float:left; margin:0; padding:0; line-height:0; }

.mini_pic {float:left; padding:0 2px 1px 4px;}

#continut_anunt {float:left; clear:both; width:100%;}
.det_prop_list {list-style-type:none;margin:20px 0 0 50px;float:left; padding:50px; font-size: 15px;}
#det_prop {margin:20px 0 0 50px;float:left; padding:10px;}
.clear {clear:both;}
.date {font-size:12px}
.asem {clear:both}

#poze_up { width:560px; height: 180px; }
#poze_up img { float:left ; margin:10px; }

.ps { clear:both; float:right; background: #ccc ; color:#fff; -moz-border-radius: 7px ; -webkit-border-radius: 7px; font-size:18px; padding:3px; margin:-20px 0 0 0; }
/*.widget ul {max-height:300px; overflow:auto;}

/* featured content */
.featslider{ background:#F9F9F2; padding:15px 0 ; margin: 30px 0 0 10px; -moz-border-radius: 7px ; -webkit-border-radius: 7px;}

/*=== Search Spot ===*/
#search-spot {margin:0 0 0 -355px; padding-top:35px;}
#search-spot .search-form{ padding:15px 0 0 0; position:relative; width:647px; }
  #search-spot .search-form input{ border:2px solid #fff; width:600px; padding:0 0 0 10px; color:#666; font-size:2em ; -webkit-border-radius: 10px 0 0 10px; -moz-border-radius: 10px 0 0 10px; height:44px; }
  #search-spot .search-form button{ background:url(images/search-btn-trans.png) #FF9909 no-repeat center; border:none; float:left; width:48px; height:48px; -webkit-border-radius: 0 10px 10px 0; -moz-border-radius: 0 10px 10px 0; border:2px solid #fff;}
  #search-spot .search-form button:hover {background:url(images/search-btn-trans.png) #91bd09 no-repeat center; }
  
/*===== Extra Body (ex_b) ======*/

#ex_b {z-index:0; background:url(images/ex_b.gif) repeat-x;};

/*====== LOgo ===== #logo-spot, .grid_8 {height:148px; width:170px; margin:0 ; padding:0; } */

.grid_8 {margin-bottom:0; min-height:148px;}
#logo-spot {margin-bottom:0; height:148px;}
#header{ height: 148px }

.footer-background {margin:30px 0 0 0;}
.footer-background{ background:#ff9909; opacity:.75; -webkit-transition: opacity 0.5s linear; -moz-transition: opacity 0.5s linear; filter:alpha(opacity=75)}
.footer-background:hover {opacity:1; filter:alpha(opacity=100)}

/*==========BUTTINS===*/

.button, .button:visited {
	background: #222; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer}
 
	.button:hover				{ background-color: #111; color: #fff; }
	.button:active				{ top: 1px; }
	.small.button, .small.button:visited 	{ font-size: 11px}
	.button, .button:visited,
	.medium.button, .medium.button:visited 	{ font-size: 13px; 
						  font-weight: bold; 
						  line-height: 1; 
						  text-shadow: 0 -1px 1px rgba(0,0,0,0.25);}
												  
	.large.button, .large.button:visited 	{ font-size: 14px; 
						  padding: 8px 14px 9px; }
													  
	.super.button, .super.button:visited 	{ font-size: 34px; 
						  padding: 8px 14px 9px; }
	
	.pink.button, .magenta.button:visited	{ background-color: #e22092; }
	.pink.button:hover			{ background-color: #c81e82; }
	.green.button, .green.button:visited	{ background-color: #91bd09; }
	.green.button:hover			{ background-color: #749a02; }
	.red.button, .red.button:visited	{ background-color: #e62727; }
	.red.button:hover			{ background-color: #cf2525; }
	.orange.button, .orange.button:visited	{ background-color: #ff5c00; }
	.orange.button:hover			{ background-color: #d45500; }
	.blue.button, .blue.button:visited	{ background-color: #2981e4; }
	.blue.button:hover			{ background-color: #2575cf; }
	.yellow.button, .yellow.button:visited	{ background-color: #ffb515; }
	.yellow.button:hover			{ background-color: #fc9200; }