@font-face {
  font-family: "Intelligent Design - AvertaCY-Black";
  src: url("../fonts/Intelligent Design - AvertaCY-Black.otf")
}
@font-face {
  font-family: "Intelligent Design - AvertaCY-Bold";
  src: url("../fonts/Intelligent Design - AvertaCY-Bold.otf")
}
@font-face {
  font-family: "Intelligent Design - AvertaCY-Light";
  src: url("../fonts/Intelligent Design - AvertaCY-Light.otf")
}
@font-face {
  font-family: "AvertaCY-Black";
  src: url("../fonts/AvertaCY-Black.woff")
}
@font-face {
  font-family: "AvertaCY-Bold";
  src: url("../fonts/AvertaCY-Bold.woff")
}
@font-face {
  font-family: "AvertaCY-Light";
  src: url("../fonts/AvertaCY-Light.woff")
}
body {
font-family: "Intelligent Design - AvertaCY-Light", "AvertaCY-Light", Arial;
background-color:#ffffff;	
color: #000000;
text-align: center;
}

html {
  
  line-height: 1.4;
  width: 100%;
  height: 100%;
}
h1 {
  
  font-family: "Intelligent Design - AvertaCY-Black", "AvertaCY-Black", Arial;
  
	font-size: 50px;
	line-height: 55px;
	text-align: center;
}

h2  {
  
  font-family: "Intelligent Design - AvertaCY-Bold", "AvertaCY-Bold", Arial;
  
	font-size: 36px;
	line-height: 45px;
	text-align: left;
	padding: 40px;
}


h3 {
  
  font-family: "Intelligent Design - AvertaCY-Light", "AvertaCY-Light", Arial;
  
	font-size: 26px;
	line-height: 30px;
	padding: 0px;
}
.smallh3 {
  
  font-family: "Intelligent Design - AvertaCY-Light", "AvertaCY-Light", Arial;
  
	font-size: 20px;
	line-height: 20px;
	padding-top: 0px;
}

p {
	font-family: "Intelligent Design - AvertaCY-Light", "AvertaCY-Light", Arial;
  	font-size: 20px;
	line-height: 24px;
	text-align: left;
	padding: 20px;
}

.pbold {
	font-family: "Intelligent Design - AvertaCY-Bold", "AvertaCY-Bold", Arial;
 }
 
.black {
	font-family: "Intelligent Design - AvertaCY-Black", "AvertaCY-Black", Arial;
}
a {
	text-decoration: none;
	border-radius: 10px;
	float: left;
	
}


	
.wraplp {
  position: relative;
  max-width: 960px;
  display: block;
  margin: 30px auto;
 }

img {
	max-width:100%;
	height:auto;
    }
* {
	box-sizing: border-box;
}

.wrapsection {
    margin: 0px auto;
} 
.wrapsection:after {
  content: "";
  display: table;
  clear: both;
}



.heroSL {
	width: 100%;
	float: left;
	color: #000000;
	text-align: center;
	margin: 0px;
}



.part1desc {
    margin: -140px auto 0px;
} 
.part2desc {
    margin: -65px auto 0px;
} 
.part3desc {
    margin: -110px auto 0px;
} 		
.descnr {
	font-size: 12px;
	line-height: 14px;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.brochure {
	font-size: 15px;
	line-height: 16px;
	display: block;
	text-align: left;
}
.bags {
	font-size: 16px;
	line-height: 22px;
	display: block;
	text-align: center;
	padding: 0 35px;
}
.price {
	font-family: "Intelligent Design - AvertaCY-Black", "AvertaCY-Black", Arial;
	font-size: 30px;
	line-height: 22px;
}	

.addnr {
	font-size: 13px;
	line-height: 15px;
}
.plussign {
	margin-right: 10px;
}
.left {
	padding-left: 20px;
}
.right {
	padding-right: 20px;
}

/*********************
RESPONSIVE
*********************/

@media (min-width: 240px) and (max-width: 1119px) {
  .half.wraps {
    width: 96%;
  }
    .needlp .half.wraps {
    width:96%;
  }
}


@media all and (max-width: 960px) {
h1 {
  font-size: 5vw;
}
h2  {
  font-size: 3.8vw;
  padding: 3.8vw;
  line-height: 5vw;
}
h3  {
  
  	font-size: 2.6vw;
	line-height: 3.0vw;
	padding-bottom: 0px;
}
.smallh3 {
  
  font-family: "Intelligent Design - AvertaCY-Light", "AvertaCY-Light", Arial;
  
	font-size: 2vw;
	line-height: 2vw;
	
}
p {
	font-size: 2vw;
	line-height: 2.4vw;
	padding: 2vw;
}

a {
	border-radius: 1vw;
}


	
.wraplp {
  margin: 3vw auto;
  box-shadow: 0 0 3vw rgba(255,255,255,1.0), 0 0 1vw rgba(255,255,255,1.0);
}



.addnr {
	font-size: 1.3vw;
	line-height: 1.5vw;
}
.part1desc {
    margin: -14vw auto 0px;
} 
.part2desc {
    margin: -6.5vw auto 0px;
} 
.part3desc {
    margin: -11vw auto 0px;
} 		
.descnr {
	font-size: 1.2vw;
	line-height: 1.4vw;
}
.brochure {
	font-size: 1.5vw;
	line-height: 1.6vw;
}
.bags {
	font-size: 1.6vw;
	line-height: 2.2vw;
	padding: 0 3.5vw;
}
.price {
	font-size: 3vw;
	line-height: 2.2vw;
}	

.plussign {
	margin-right: 1vw;
}
.left {
	padding-left: 2vw;
}
.right {
	padding-right: 2vw;
}
}