body
{
    background-color: #F7941D;
    background-image: url("../images/style/body-background.png");
    background-repeat: repeat-x;
    margin: 0;
	padding: 0;
}

body,
.btn
{
    font-size: 9pt;
}

dl dt, 
dl dd
{
    line-height: 1.5em;
}

	dl dt
	{
		width: 7em;
		vertical-align: top;
	}

	

dl dd
{
    margin-left: 7em;
    margin-top: -1.5em;
    vertical-align: top;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
{
	padding-right: 0;
}

.row
{
	margin-right: 0;
}

#site-title
{
}

	#site-title .container
	{
		padding: 20px;
		background-color: #fafafa;
		
		   -moz-border-radius: 0px 0px 4px 4px;
		-webkit-border-radius: 0px 0px 4px 4px;
				border-radius: 0px 0px 4px 4px; /* future proofing */
		 -khtml-border-radius: 0px 0px 4px 4px; /* for old Konqueror browsers */
	}

	#site-title a
	{
		background-image: url("../images/style/logo.png");
		background-repeat: no-repeat;
		display: block;
		height: 51px;
		width: 464px;
	}
	
		#site-title a span
		{
			display: none;
		}

		#site-title .site-description
		{
			font-family: Verdana,Arial,sans-serif;
			font-size: 13px;
			font-weight: bold;
			letter-spacing: 0.195em;
			text-transform: uppercase;
		}

.navbar
{
	margin-bottom: 0;
}

	.navbar .container
	{
		padding: 0;
		/* border: 1px solid #fafafa; */
		border-bottom: none;
		background-color: #f7741d;
	}

		.navbar .container .collapse
		{
			padding: 0;
		}
		
			.navbar .nav
			{
				width: 100%;
			}
			
				.navbar .nav .right
				{
					float: right;
				}

.navbar-inverse
{
	background-color: transparent;
	border: none;
	min-height: 45px; 
}

	.navbar-inverse .navbar-nav > li > a
	{
		color: #333;
		padding: 10px 15px;
		margin: 5px 0 0;
	}
	
	.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus
	{
		background-color: #fafafa;
		color: #333;
		
		   -moz-border-radius: 4px 4px 0px 0px;
		-webkit-border-radius: 4px 4px 0px 0px;
				border-radius: 4px 4px 0px 0px; /* future proofing */
		 -khtml-border-radius: 4px 4px 0px 0px; /* for old Konqueror browsers */
	}
	
	.navbar-inverse .navbar-toggle,
	.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form
	{
		border-color: #f1c9ae;
		margin-right: 25px;
	}

.search-criteria
{
	background-color: #fafafa;
	border-top: none;
	margin-bottom: 20px;
	padding: 10px 20px 0;
}

.content
{
	background-color: #fff;
}

.no-results
{
	padding: 15px;
}

.search-result-item,
.special-offer-item
{
	cursor: pointer;
}
	
.search-result-item
{
	border: 1px solid #ddd;
	padding: 0 15px;
	margin-top: 15px;
}

	.search-result-item:hover
	{
		background-color: #fde6cb;
	}

	.search-result-item h3
	{
		text-transform: uppercase;
		margin-top: 18px;
		margin-bottom: 10px;
		font-size: 12pt;
		
		float: right;
		width: 65%;
	}

	.search-result-item h3 a
	{
		color: #333;
	}
	
	.search-result-item .image
	{
		width: 35%;
		float: left;
		margin: 15px 0 0;
		padding-right: 15px;
	}
	
	.search-result-item img
	{
		border: 1px solid #d5d5d5;
		background-color: #fafafa;
		padding: 0px;
	}

	.search-result-item dl
	{
		margin-top: 0;
		margin-bottom: 0;
		
		width: 65%;
		float: right;
	}
	
	.search-result-item .prices
	{
		margin-bottom: 0;
		margin-top: -36px;
	}
	
		.search-result-item .prices .price
		{
			text-align: right;
		}

		.search-result-item .prices .price
		{
			color: #000;
			font-weight: bold;
		}

			.search-result-item .prices .price .currency
			{
				width: 1.2em;
				display: inline-block;
				text-align: left;
				margin-right: 10px;
			}

		.search-result-item .prices .price.hr
		{
			color: #666;
			font-weight: normal;
		}

	.search-result-item .napomena
	{
		height: 8em;
	}

	.search-result-item p
	{
		text-align: right;
		margin-bottom: 0px;
	}

		.search-result-item p .btn
		{
			margin: 15px 0;
		}

.special-offer-item
{
	border: 1px solid #ccc;
	background-color: #fde6cb;
	padding: 0 15px;
}

	.special-offer-item:hover
	{
		background-color: #ffca8c;
	}

.content,
.search-result-item,
.special-offer-item,
.search-result-item img,
.special-offer-item img
{
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	-khtml-border-radius: 4px; /* for old Konqueror browsers */
}

.content.about
{
	   -moz-border-radius: 4px 0px 4px 4px;
	-webkit-border-radius: 4px 0px 4px 4px;
	        border-radius: 4px 0px 4px 4px; /* future proofing */
	 -khtml-border-radius: 4px 0px 4px 4px; /* for old Konqueror browsers */
}

.search-criteria
{
	   -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	        border-radius: 4px; /* future proofing */
	 -khtml-border-radius: 4px; /* for old Konqueror browsers */
}

.search-criteria.stanovi
{
	   -moz-border-radius: 0px 4px 4px 4px;
	-webkit-border-radius: 0px 4px 4px 4px;
	        border-radius: 0px 4px 4px 4px; /* future proofing */
	 -khtml-border-radius: 0px 4px 4px 4px; /* for old Konqueror browsers */
}

#sidebar
{
	padding-top: 20px;
}

.page-search #search-results-pager,
.page-search #currency-disclaimer,
.page-special #currency-disclaimer
{
	clear: both;
	line-height: 2em;
	padding: 10px 15px;
}

.footer
{
	font-size: 8pt;
	margin-top: 30px;
}

	.footer h3
	{
		font-size: 12pt;
		margin-top: 10px;
	}

	.footer .copyright
	{
		clear: both;
		
		border-top: 1px solid #fd883b;
		line-height: 13px;
		margin: 50px 0 50px;
		padding: 20px 0 0;
		text-align: center;
	}

	.footer dl,
	.footer li,
	.footer a,
	.copyright
	{
		color: #fff;
	}

	.footer ul
	{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
	.footer .logo
	{
		padding: 14px 0 0 55px;
	}

#door-mat
{
    background-color: #F7741D;
    border-top: 1px solid #FFE2CA;
    margin-top: -480px;
    padding-top: 480px;
    position: relative;
    z-index: -1;
}

.agent dl dd
{
	margin-left: 0em;
    margin-top: 0em;
}

.agent h3
{
	font-size: 14pt;
}


.about,
.contact,
.error,
.details
{
	padding: 40px;
}

	.about h1,
	.contact h1,
	.error h1,
	.details h1
	{
		margin-top: 5px;
	}

.main
{
}

	.main .promotion
	{
		margin-top: 20px;
		border: 1px solid #ddd;
		background-color: #fafafa;
		padding: 20px;
		cursor: pointer;
	}
	
		.main .promotion h3
		{
			margin-top: 0;
			text-align: center;
		}
		
		.main .promotion .image
		{
			text-align: center;
			margin: 10px 0 20px;
		}
		
	.main .latest-title h1
	{
		margin-top: 20px;
	}
	
	.main .currency-disclaimer,
	.main .rss-note
	{
		clear: both;
		margin: 0 0 15px;
		border: 1px solid #ddd;
		background-color: #fefefe;
		padding: 20px;
		text-align: center;
	}
	
.details
{
}

	.details #image,
	.details dl,
	.details #currency-disclaimer,
	.details #map,
	.details .napomena,
	.details hr
	{
	}
	

	.details #image
	{
		border: 1px solid #d5d5d5;
		overflow: hidden;
		margin-bottom: 10px;
		height: 572px;
		text-align: center;
		position: relative;
	}

		.details #image img
		{
			padding: 22px;
			max-width: 100%;
			max-height: 100%;
		}

		.details #image #overlay
		{
			width: 100%;
			height: 100%;
			position: absolute;
		}
		
		.details #image #overlay #previous,
		.details #image #overlay #next
		{
			width: 50%;
			height: 100%;

			float: left;
			margin: 0;
		}
		
		.details #image #previous .control,
		.details #image #next .control
		{
			background: url("../images/colorbox/controls.png") no-repeat scroll left top;
			height: 65px;
			width: 28px;
			text-indent: -9999px;
			
			margin: 45% 10% 0;
		}

		.details #image #next .control
		{
			background-position: right top;
		}
		
		.details #image #next .control
		{
			float: right;
		}
		
		.details #image #previous:hover .control
		{
			background-position: left bottom;
		}
		
		.details #image #next:hover .control
		{
			background-position: right bottom;
		}
		
	.details #images
	{
		border: 1px solid #d5d5d5;
		margin-bottom: 20px;
		padding: 19px 0 7px 19px;
	}

	.details #images img
	{
		background-color: #fafafa;
		margin: 0 12px 12px 0;
	}
	
	.details dl
	{
		margin: 0;
	}
	
		.details dl dd.price
		{
			width: 8em;
			text-align: right;
		}
	
		.details dl dd.price.eur
		{
			margin-left: 15em;
			font-weight: bold;
		}

	.details hr
	{
		margin-left: 0;
		margin-right: 0;
	}
		
	.details div.napomena
	{
		margin: 15px 0 10px;
	}
	
	.details .cart-form
	{
	}
	
		.details .cart-form .btn
		{
			width: 150px;
			margin-bottom: 5px;
			text-align: left;
		}
		
	.details #currency-disclaimer
	{
		margin: 20px 0;
	}

.about
{
}

	.about table
	{
		width: 70%;
		margin: 30px auto;
	}
	
	.about .images
	{
		text-align: center;
	}
	
.contact
{
	padding: 40px;
}

	.contact dl
	{
	}

	.contact dl dd
	{
		margin-left: 0em;
		margin-top: 0em;
		margin-bottom: 0.5em;
	}
	
	.contact form dl dt
	{
		width: 10em;
		vertical-align: top;
	}
	
	.contact form dl dd
	{
		margin-left: 11em;
		margin-top: -1.5em;
	}
	
		.contact form dl dd input
		{
			width: 25em;
		}
	
		.contact form dl dd textarea
		{
			width: 100%;
		}
	
		.contact form dl dd input.btn
		{
			width: auto;
		}
		
		.contact form .required:after
		{
			content: " *";
			color: #d2322d;
		}
		
	.contact table .id
	{
		width: 80px;
		text-align: center;
	}
	.contact table .city
	{
		width: 70px;
	}
	.contact table .price
	{
		width: 110px;
		text-align: right;
	}
	.contact table .actions
	{
		width: 120px;
		text-align: center;
	}
	
	.details #map,
	.contact #map
	{
		width: 100%;
		height: 280px;
		clear: both;
	}

	
#cboxOverlay
{
	background-color: #fff;
}

#cboxLoadedContent
{
	border-width: 1px;
}

#cboxClose
{
	background-position: -30px 7px;
    height: 35px;
}

	#cboxClose:hover
	{
		background-position: -30px -104px;
	}


#CookieConsent
{
    bottom: 0px; 
    background-color: #eee; 
    z-index: 999999; 
    opacity: 0.9; 
    position: fixed; 
    padding: 17px; 
    width: 100%; 
    left: 0px;
    
    text-align: center;
}

    #CookieConsent a.close-cookie
    {
        margin-left: 20px;
        color: #333 !important;
        background-color: #f7941d;
        padding: 7px 10px;
        border-radius: 3px;
        border: 1px solid #e7840d;
        text-decoration: none;
    }
