

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

a {
	color: #000;
}
a:hover {
	color: #F00;
}


/* Overall */
body {
	font-family: 'Open Sans', sans-serif;
	padding-top: 50px;
	padding-bottom: 20px;
	background-image: url(../img/ozadje.jpg);
	background-repeat: repeat-y;
	background-position: center center;
            }
img {
	max-width: 100%;
	height: auto;
}
.container {
	max-width: 1100px;
}
footer strong {
	font-weight: 400;
}
.marginright15 {
	margin-right: 15px;
}

/* Header */
header {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 2px solid #ddd;
}
#menu li {
	float: left;
	margin-left: 29px;
	list-style-type: none;	
}
#menu li a {
	color: #999;
	text-decoration: none;
	font-size: 16px;
	font-weight: 100;
}
#menu li a:hover {
	color: #000;
}

/* Products */
.products {
	position: relative;
}
.product img {
	border: 1px solid #ddd;
	margin-bottom: 20px;
}
.product a h2 {
	display: block;
	background-color: rgba(0,0,0,0.7);
	text-align: right;
	padding: 10px;
	padding-right: 30px;
	text-decoration: none;
	font-size: 19px;
	color: #fff;
	position: absolute;
	top: 10%;
	right: 15px;
	text-align: right;
	text-transform: uppercase;	
	font-weight: 600;
}
.product:hover h2 {
	background-color: rgba(0,0,0,0.9);	
}
.product1:hover a h2 {
	color:#0C6;
}
.product2:hover a h2 {
	color:#39F;
}
.product3:hover a h2 {
	color:#F00;
}
.product4:hover a h2 {
	color:#FC6;
}
.product5:hover a h2 {
	color:#93C;
}

/* Content */
.content {
	margin-bottom: 20px;
	font-weight: 100;
	font-size: 16px;
}
.content h1 {
	font-weight: 100;
	margin-bottom: 40px;
}
.content h3 {
	font-weight: 100;
	margin-bottom: 20px;
	line-height: 130%;
}
.content .introtext {
	font-size: 18px;
	font-weight: 100;
	line-height: 140%;
}
.photo {
	border: 4px solid #eee;
	margin-bottom: 30px;
}
.nakup {
	margin-top: 40px;
	margin-bottom: 20px;
}
.fb-like {
	margin-bottom: 20px;
}
.nakup a {
	padding: 10px;
	background-color: #3C0;
	display: block;
	max-width: 280px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
}
.nakup a:hover {
	background-color: #30BF00;
	text-decoration: none;
}
.content h4 {
	font-weight: 100;
	margin-top: 20px;
	margin-bottom: 3px;
	font-size: 24px;
}

/* Order form */
.article {
	padding-bottom: 40px;
	margin-bottom: 20px;
	border-bottom: 2px solid #eee;
}
.article:last-child {
	border-bottom: 0px solid #eee;
	
}
.price {
	float: right;
	color: #666;
}
.article form {
	margin-top: 20px;
	padding: 10px;
	background-color: #eee;
	border: 1px solid #ccc;
	font-size: 14px;
}
.article .col-md-9 h2 {
	max-width: 80%;
}
.article h2, .cart h3, h2.black {
	color: #fff;
	background-color: #000;
	padding: 5px;
	margin:0px;
	margin-bottom: 15px;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
}
h2.green {
	color: #fff;
	background-color: #0C0;
	padding: 5px;
	margin:0px;
	margin-bottom: 15px;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
}
h2.red {
	color: #fff;
	background-color: #F00;
	padding: 5px;
	margin:0px;
	margin-bottom: 15px;
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
}
.article p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}
.cart ul,.cart li {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.delete {
	font-weight: bold;
	color: #F00;
	text-decoration: none;
	font-weight: 18px;
	margin-left: 10px;
}
.delete:hover {
	font-weight: bold;
	color: #F00;
	text-decoration: none;	
}
.input_order {
	clear:both;
	display: block;
	width: 100%;
	max-width: 300px;
}
#pogoji {
	margin-top: 15px;
	margin-bottom: 15px;
}
input[type="submit"] {
	padding: 7px;
	background-color: #CC9900;
	max-width: 280px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	border: none;
}
input[type="submit"]:hover {
	text-decoration: none;
	color: #fff;
	background-color: #E8AE00;
}
.cart {
    background-color: #eee;
    margin-left: 40px;
    padding: 10px;	
}
.cart input[type="submit"] {
	font-size: 15px;
	padding: 8px;
}
.carttable td {
	border: 1px solid #eee;
	padding: 7px;
}
.carttable tr:first-child td {
	font-weight:400;
}
.sumtotal {
	margin-top: 10px;
	margin-bottom: 28px;
	font-weight: 400;
	font-size: 18px;
	padding-left: 7px;
}
body .bigsubmit {
	font-size: 19px;
}
.bigsubmitlink {
	color: #fff;
	background-color: #CC9900;
	padding: 8px;
	margin:0px;
	margin-bottom: 15px;
	display: inline-block;
	font-size: 17px;
	text-transform: uppercase;
	margin-right: 10px;	
}
.bigsubmitlink:hover {
	text-decoration: none;
	color: #fff;
	background-color: #E8AE00;
}
#carticon {
	line-height: 18px;
	float: right;
	padding-right: 12px;
}
#carticon a {
	text-decoration: none;
	color: #999;
	line-height: 18px;	
}
label.error {
	font-size: 11px;
	font-weight: normal;
	color:#F00;
}

/* Footer */ 
footer {
	font-size: 12px;
	font-weight: 200;
	color: #666;
	border-top: 2px solid #ddd;	
	padding-top: 20px;
}
footer a {
	color: #666;
}
footer .fb-like {
	float: right;
}

/* Responsive */
@media(max-width:480px) {
		.article form select, .article form input {
			margin-bottom: 10px;
		}	
}
@media(max-width:767px){
		#menu {
			float: left;
			margin-top: 10px;
			margin-bottom: 10px;
		}	
		#menu ul, #menu li {
			margin: 0px;
		}
		body ul#menu {
			margin-left: 0px !important;
			padding-left: 0px;
			width: 100%;
		}
		#menu li {
			padding: 10px;
			clear: both;
			padding-left: 0px;
			width: 100%;
			text-align: center;
		}
		.logo {
			text-align: center;
		}
		#menu li a {
			background-color: #eee;
			padding: 5px;
		}
		#logo {
			margin-left: 30px;
		}
		.cart {
			margin-left: 0px;
		}
	}
@media(min-width:768px){
	#menu {
		float: right;
		margin-top: 23px;
	}	
	.cart {
		margin-left: 40px;
	}
	.fixed {
		position: fixed;
		top: 10px;
		width: 293px;
	}
	}
@media(max-width:992px){
	#menu {
		float: left;
		margin-top: 23px;
		margin-left: 0px;
		padding-left: 0px;
	}	
	#menu li:first-child {
		margin-left: 0px;
		padding-left: 0px;
	}
	}
@media(min-width:992px){
	.fixed {
		position: fixed;
		top: 10px;
		width: 337px;
	}	
	}