

body{
	color: #fff;
	font-size: 14px;
	font-family: 'Helvetica Neue', sans-serif;
	font-family: 'Roboto', sans-serif;
	
	/*debug*/
	/*background-image: url('site/assets/tmp/Kattwiga_Layout.jpg');
	background-size: 1024px auto;*/
}
a,
a:hover{
	color: #fff;
	text-decoration: underline;
}
#pagewrapper1{
	overflow-x: hidden;
	background: url('../img/Kattwiga-Bg1.jpg') no-repeat top center #43531c;
	background-size: 100% auto;
}
#pagewrapper2{
	overflow-x: hidden;
	background: url('../img/Kattwiga-Bg2.jpg') repeat-y top center #43531c;
	background-size: 100% auto;
}
.container-relative{
	position: relative;
}
hr{
	border-top:solid 8px #f8971d;
	margin: 0;
}

/* scroll magic */
.magic{
	transition: top 1s, left 1s, opacity 1s;
	position: relative;
}
.magic-delay{
	transition: top 1s 0.2s, left 1s 0.2s, opacity 1s 0.2s;
}
/*.x_magic-up{		margin-top: 50px;margin-bottom: 0px; }
.x_magic-up.in{	margin-top: 0px;margin-bottom: 0px; }
.magic-right{		margin-left: -50px;margin-right: 50px; }
.magic-right.in{	margin-left: 0px;margin-right: 0px; }
*/
.magic-up{		top: 50px; opacity: 0;}
.magic-up.in{	top: 0px; opacity: 1;}
.magic-right{		left: -100%; opacity: 0; }
.magic-right.in{	left: 0px; opacity: 1; }
.magic-left{		left: 100%; opacity: 0; }
.magic-left.in{	left: 0px; opacity: 1; }



@media (min-width: 768px) {
	.container-fluid{
		max-width: 1024px;
		padding-left: 70px;
		padding-right: 70px;
	}
}
header{
	padding: 40px 0 0 0 0;
	text-align: center;
}

header #logo{
	position: absolute;
	top: 28px;
	left: 20px;
	height: 55px;
}
header h1{
	font-size: 52px;
	font-weight: 700;
	margin: 0;
	margin-top: 30px;
	margin-bottom: 8px;
	letter-spacing: -1px;
}
@media (max-width: 767px) {
	header #logo{
		top: 34px;
		left: 10px;
		height: 40px;
	}
	header h1{
		font-size: 36px;
		margin-left: 20px;
	}
}
@media (max-width: 400px) {
	header #logo{
		top: 29px;
		left: 10px;
		height: 40px;
	}
	header h1{
		font-size: 36px;
		font-size: 1.8em;
		text-align: right;
	}
}

.h1{
	#font-size: 80px;
	font-size: 72px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -1.5px;
	margin: 0px;
}
.h2{
	margin: 0px;

	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -1px;
}
.h3{
	margin: 0px;

	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: -0.5px;
}
@media (max-width: 767px) {
	.h1{
		font-size: 60px;
	}
	.h2{
		font-size: 34px;
	}
}
@media (max-width: 400px) {
	.h1{
		font-size: 48px;
	}
	.h2{
		font-size: 26px;
	}
	.h3{
		font-size: 20px;
	}
	.hidden-xxs{
		display:none;
	}
}


.text-orange{ color: #f8971d; }

.box{
	background-color: #fff;
	/* shadow */			
	   -moz-box-shadow: 2px 2px 5px #000; 
	-webkit-box-shadow: 2px 2px 5px #000; 
	        box-shadow: 2px 2px 5px #000; 
}

/*block 1 */
#b1{
	margin-top:60px;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.2em;
	padding-bottom: 20px;
}
#b1 .h4{
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2em;
}
#b1 #c1{
	padding-right:120px; 
	min-height: 410px;
}
#b1 #i1{
	position: absolute;
	top: 0; right: 10px;
	padding: 3px;
}
#b1 #hr0{
	border-top:solid 2px #fff;
	margin-left: 70px;
	margin-right: -70px;
}
#b1 #hr1{
	position: absolute;
	top: 90px; right: 10px;
	width: 3000px;
}
#b1 #hr2{
	position: absolute;
	top: 90px; left: 100%;
	width: 3000px;
	margin-left: -45px;
}
@media (max-width: 767px) {
	#b1 #c0{
		text-align: right;
	}
}
@media (max-width: 400px) {
	#b1{
		margin-top:80px;
		font-size: 0.9em;
		font-weight: 400;
		line-height: 1.1em;
	}
	#b1 #c1{
		padding-right:130px; 
		min-height: 410px;
	}
	#b1 #i1{
		top: 0; right: 10px;
	}
}

/*block 2 */
#b2{
	#margin-top: 20px;
	background-color: #fff;
	color: #000;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.5em;
}
#b2 .h4{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2em;
}

	
/*block 3 */
#b3{
}
#b3 #d0 .h3{
	font-size: 28px;
	font-weight: 500;
	line-height: 1.5em;
	text-transform: uppercase;
}

	#b3 .box{
		padding: 15px;
		font-size: 11px;
		font-weight: 300;
		color: #000;
		margin: 10px;
		margin: 30px auto;
		max-width: 100%;
	}
	#b3 .box .h2{
		margin-bottom: -2px;
	}
	#b3 .box .h3{
		line-height: 0.9em;
	}
	#b3 .box p{
		padding-top: 20px;
	}
	
	#b3 .box#d1{
		background: url('../img/Ballonrebe.png') no-repeat right bottom #fff;
		background-size: 50% auto;
		width: 540px;
		min-height: 240px;
	}
	#b3 .box#d1 p{
		width: 50%;
	}
	
	#b3 .box#d2{
		background: url('../img/Luffa.png') no-repeat left top #fff;
		background-size: 68% auto;
		width: 340px;
		min-height: 400px;
		padding: 80px 15px 50px 100px;
	}
	#b3 .box#d2 p{
		width: 100%;
		padding-left: 50px;
	}
	
	#b3 .box#d3{
		background: url('../img/Sabadilla.png') no-repeat right bottom #fff;
		background-size: 60% auto;
		width: 340px;
		min-height: 380px;
		padding-bottom: 20px;
	}
	#b3 .box#d3 p{
		width: 130px;
	}
	
	#b3 .box#d3 .h2{
		font-size: 46px;
	}
	#b3 .box#d3 .h3{
		font-size: 30px;
	}
	
	#b3 .box#d4{
		background: url('../img/Galphimia.png') no-repeat right bottom #fff;
		background-size: 50% auto;
		width: 540px;
		min-height: 240px;
	}
	#b3 .box#d4 p{
		width: 60%;
		padding-top: 20px;
	}
	
	#b3 #bh1 .h2,
	#b3 #bh1 .h3{
	
	}
	#b3 #bh1 .h2{
		font-size: 60px;
	}
	#b3 #bh1 .h3{
		font-size: 30px;
		line-height: 1.5em;
		margin-top: 26px;
	}
	

	
	@media (max-width: 400px) {
		
  	#b3 .box#d3 .h2{
  		font-size: 26px;
  	}
  	#b3 .box#d3 .h3{
  		font-size: 20px;
  	}
  	
		#b3 #bh1 .h2{
			font-size: 40px;
		}
		#b3 #bh1 .h3{
			font-size: 20px;
			line-height: 1.2em;
		margin-top: 10px;
		}
		
	}

	
	@media (min-width: 980px) {
		#b3 .box{
			position: absolute;
			*bottom: 0;
		}
		#b3 #br0 .h1{
			font-size: 60px;
		}
		#b3 #br0 .h2{
			font-size: 35px;
		}
		#b3 #br1,
		#b3 #br2{
			height: 520px;
		}
		#b3 #br2{
			margin-top: -200px;
		}
		#b3 .box#d2{
			left: 570px;
		}
		#b3 .box#d4{
			left: 370px;
		}
		
		#b3 #bh1{
			min-height: 110px;
		}
		#b3 #bh1 .h2,
		#b3 #bh1 .h3{
			*float: left;
		}
		#b3 #bh1 .h2{
			font-size: 40px;
			margin-right: 20px;
		}
		#b3 #bh1 .h3{
			width: 540px;
			font-size: 22px;
			line-height: 1.5em;
			margin-top: 0;
		}
		
	}

/*block 4 - productshot */
#b4{
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
}
#b4 .h4{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2em;
}

#b4 em{
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	font-style: normal;
	display: block;
}


/* footer */
footer{
	padding: 10px 0;
	background-color: #f8971d;
	text-align: center;
}
footer ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
footer ul li{
	display: inline-block;
	vertical-align: middle;
}
footer li.spacer{
	margin: 0 15px;
	font-size: 26px;
	font-weight: 700;	}
	
footer ul li a,
footer ul li a:hover,
footer ul li a:focus,
footer ul li a:active{
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
}
footer ul li a:hover{
	border-bottom: solid 1px #fff;
}



.modal{
	color: #000;
}
.modal .modal-dialog{
	margin: 0;
	min-height: 100%;
	width: 100%;
	outline: none;
	border: none;
}
.modal .close{
	position: absolute;
	position: fixed;
	z-index: 2;
	top: 0;
	right: 0;
	background-color: #000;
	padding: 0;
	margin: 0;
	color: #fff;
	opacity: 1;
	font-weight: 300;
	font-size: 30px;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.modal .close span{
	margin: 0;
	padding: 0;
}
.modal .modal-content{
	position: absolute;
	top: -1px; left: -1px; right: -1px; 
	background-color: rgba(255,255,255, 0.9);
	
	background: url('../img/Kattwiga-Bg2.jpg') repeat-y top center #43531c;
	background-size: 100% auto;
	color: #fff;
	min-height: 100%;
	padding: 50px 10%;
	
	/* rounded corners */
	   -moz-border-radius: 0px; 
	-webkit-border-radius: 0px; 
	        border-radius: 0px; 
	          
}
.modal .modal-header{
	border-bottom: solid 1px #000;
	border: none;
	font-size: 30px;
}
