@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,600,600italic,700italic,700,900,900italic);
html {
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	font-family: 'Source Sans Pro';
}
body {
	background: #ededed;
}
.fullwidth {
	width: 100%;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #000;
}
header div.header-top {
	background: #EDEDED;
	line-height: 19px;
	padding: 5px 0;
}
header div.header-top h2 {
	margin: 0;
	font-weight: 900;
	font-size: 16px;
	color: #000;
}
header div.header-top a {
	color: #000;
	text-decoration: none;
	font-weight: 600;
	font-size: 15px;
}
div.slideshow-container {
	position: relative;
}
div.slideshow-container div.slideshow-items {
	width: 100%;
	border: 2px solid #d0d0d0;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, .5);
	max-height: 350px;
	overflow: hidden;
}
div.slideshow-container div.slideshow-items img {
	width: 100%;
}
#slideshow {
	padding: 30px 0;
	background: url('../images/bg1.png') ;
}
#slideshow div.slideshow-control {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 40px;
	height: 60px;
	margin: auto;
	z-index: 1000;
	cursor: pointer;
	display: none;
	background: rgba(255,255,255,0.3);
	line-height: 70px;
	font-size: 33px;
	color: #CE5C2D;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#slideshow div.slideshow-container:hover div.slideshow-control {
	display: block;
}
#slideshow div.slideshow-control:hover {
	background: rgba(250, 104, 89, 0.5);
	color: #fff;
}
#prev {
	left: 30px;
}
#next {
	right: 60px;
}

#welcome {
	background: url('../images/header.png') repeat-x;
}
#welcome h1 {
	font-size: 24px;
	font-weight: 600;
}
#welcome p {
	font-size: 14px;
}
#welcome div.welcome-img img {
	width: 100% !important;
	height: auto !important;
}
#welcome div.welcome-img p {
	margin: 0;
}
footer {
	background: #EB5C25;
	color: #fff;
	border-top: 4px solid #C5B9A0;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 16px;
}
footer strong {
	font-weight: 600;
}
footer a {
	color: #fff;
}
footer a:hover {
	color: #fff;
	text-decoration: none;
}
footer div.contact-info {
	margin-top: 50px;
}
footer div.copyright {
	margin-top: 30px;
}
#contents {
	padding-top: 50px;
	padding-bottom: 50px;
}
#contents div.page-title h1 {
	background: #CE5C2D;
	border-bottom: 5px solid #000;
	padding-left: 15px;
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
	margin-bottom: 25px;
	color: #fff;
}
p {
	line-height: 1.5em;
}
hr {
	border-top: 1px solid #a1a1a1;
}
#brands h1 {
	font-size: 18px;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 35px;
}
#brands {
	padding-bottom: 30px;
	background-color: #fff;
}
#brands div.brands-container {
	height: 80px;
}
#brands div.brand {
	line-height: 80px;
}
#brands div.brand img {
	max-height: 80px;
}
div.webshop-occasions-item {
	line-height: 24px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #000;
}
div.webshop-occasions-item:last-child {
	border-bottom: 0;
}
div.webshop-occasions-item img {
	width: 100%;
}
div.webshop-occasions-item h3 {
	color: #000;
	font-weight: 600;
	font-size: 20px;
	margin-top: 5px;
}
#webshop-categories-menu ul {
	list-style: none;
	padding-left: 0;
}
#webshop-categories-menu ul li.active a {
	font-weight: 600;
}
#webshop-categories-menu ul li a {
	line-height: 30px;
	color: #000;
}
div.main-image img {
	width: 100%;
}
div.occasion-thumb {
	margin-top: 15px;
}
div.price {
	margin-top: 30px;
	font-weight: 700;
	font-size: 24px;
}
div.webshop-products-item-contents {
	position: relative;
}
a.button {
	background: #fa6859;
	color: #fff;
	padding: 8px 15px;
	display: inline-block;
	font-weight: 600;
	border: 1px solid #fa6859;
}
a.button:hover {
	color: #fa6859;
	background: #fff;
}
a.button.read-more {
	position: absolute;
	top: 0;
	right: 15px;
}
div.occasion-thumb a img {
	border: 1px solid #000;
}
div.back a {
	font-weight: 700;
}
div.webshop-product-photo img {
	width: 100%;
	height: auto;
}
div.project-thumb img {
	width: 100%;
}
div.project-row {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #fa6859;
}
/*****************************
* Bootstrap navigation
*/
.navbar-default {
	background: #6F6F71;
	border-radius: 0;
	margin-bottom: 0;
}
.navbar-default .navbar-brand {
	color: #fff;
	line-height: 100px;
	font-weight: 700;
	font-size: 28px;
	letter-spacing: 2px;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
	line-height: 100px;
	font-size: 18px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a.active {
	color: #fff;
	background: #CE5C2D;
}
.navbar-brand img {
	height: 100px;
}
.navbar-fixed-top .navbar-brand img {
	height: 50px;
}
.navbar-fixed-top .navbar-nav>li>a, .navbar-fixed-top .navbar-brand {
	line-height: 50px;
}
nav.navbar ul li.dropdown ul {
	display: none;
	position: absolute;
	width: 200px;
	z-index: 9999;
	box-shadow: 0 1px 5px rgba(0,0,0,0.5);
}
nav.navbar ul li.dropdown:hover ul {
	display: block;
}
nav.navbar ul li.dropdown ul li a:hover {
	background: #fff;
	color: #CE5C2D;
}
nav.navbar ul li.dropdown ul li {
	display: block;
	width: 100%;
}
nav.navbar ul li.dropdown ul li a {
	display: block;
	background: #CE5C2D;
	font-size: 14px;
	line-height: 20px;
	color: #fff;

}

@media screen and (max-width: 768px) {
	div.logo {
		background-color: #fff;
	}
	div.logo img {
		width: 100%;
	}
	a.button.read-more {
		position: relative;
		margin-top: 15px;
	}
	.navbar-brand img {
		height: 30px;
	}
	div.welcome-img img {
		width: 100%;
	}
	nav.navbar ul li.dropdown ul {
		position: relative;
		display: block;
		padding-left: 30px;
		background: none;
		box-shadow: none;
		display: block;
		width: 100%;
	}
	nav.navbar ul li.dropdown ul li {
		background: transparent;
	}
	nav.navbar ul li.dropdown ul li a {
		background: none;
		background-color: transparent;
		color: #000;

	}
	nav.navbar ul li.dropdown ul li a:hover {
		background: #fa6859;
		color: #fff;
	}
	.navbar-default .navbar-nav>li>a {
		line-height: 20px;
	}
	#slideshow div.slideshow-control {
		display: block;
	}
	#next {
		right: 15px;
	}
	#prev {
		left: 15px;
	}
	div.footer-block {
		padding-bottom: 30px;
	}
}
